Hello,
Is there a way in the Part List function (Home in Drafting application) to filter components, a bit as the same way it allows the user to sort component ?
Thanks,
Sun
Hi there,
I have a problem for a couple of days on NX12 Simulation, using NASTRAN solver. I am unable to lock rotation of a face while applying displacement or force over one axis. Whether I use "user-defined constraint" or "fix all rotations", on the face I want to constraint, it just won't...
Hi all,
When I try to replace a component from the assembly by the same component "saved as" with new name, and with "retain relation" checked, the component gets replaced and both of its relations (contact csys over csys) are effectively retained.
When I try to do the same with a component...
Hey there,
I have an awkward issue my .NET NXOpen program. After I run the compiled .dll filewhich works as it should, without exception, except I cannot rebuild to make chnages because it is held by NX process.
I do have a function to unload :
Public Function GetUnloadOption(ByVal dummy...
Hi all,
I read a lot of things about what I want to achieve yet I can't get it to work.
I'm a former user of CATIA + VB, which had the great feature of being able to execute code line by line in debug mode thanks to a built-in IDE, which is extremly helpful for writing code. I would like to...
Hello,
As asked previously in thread561-408843, I would like to know if anyone as information about the ability to move a component in NX12 assembly application, using the space mouse (3Dconnexion space mouse pro in my case). I used this feature in other CAD softwares, for some particular...
Hi,
Everything is in the title.
I would like to make my NX drawing template to call a vb macro each time I create a new drawing with the template. I would use this to prompt automatically the user to fill some drawing attributes value.
Thanks ! I could not find the answer by myself.
Hi there,
I'm working on a CATIA macro that need to check wether the current product is a real product (with its own .CATProduct file) or a component. The tree icon is different, so this must be stored somewhere...
ex :
for i = 1 to prod_count
if CurrentProd.Products.Item(i) <<is a product>>...
Hi there,
I do have difficulties to find out something :
I have a product, containing subproducts and parts.
I want to display the file name of each parts/products.
I can do it by using the document structure :
MsgBox CATIA.Documents.item(i).FullName
The thing is, the Document structure will...
Hi,
Sorry for this but I really can't get rid of this !
I have in my product tree somehow manged to add :
Applications>>Virtual reality Cofiguration>>Config>>Graphic Specifications>>Head
And therefore I have a head silhouette inserted in my 3D viewer.
I can't delete it ! Is there a way to...
Hi again,
Back here with a new question...
When using the "Strcture Design" mode (to design frames mostly), I usually chose to create a 3D Grid (with the grid tool) to apply then steel shapes (using the shape tool). This is a great feature to design quickly simple frames. BUT :
The 3D shapes...
Hi all,
I am currently working on a macro that "repair" broken links of a product by searching the missing parts in given directories (and recursively subdirectories). The macro is working since the name of the products (or parts) are the same as the name of the files. For example you have in...
Hi there.
I am new to the forum although i already used some tips I found in it thanks to google. But today I need something I didn't found. Hope someone can help me.
What I need is to write a macro to export geometric objects of an active sketch in excel. For example something kind of like...