Just make several partlists, one for each sub assembly. For each part list, right click on the list to change list levels for selecting only one sub assembly (and its children), then right click on the list >> update part list and finally right click on the list >> settings, in the part list...
this is odd. Unfortunately hard to help without the source file. Anyway, the constraints should be embedded in the pattern feature. Beware of reference geometry (like line converted to axis) which requires to have end points constraints to be considered as "fully constraint".
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
Thanks,
I have worked this out a little bit and your are right. I understand 3D volume meshed with SOLID elements (like CTETRA or SOLID187) have only 3 DOF elements (ux,uy,uz). Is there a way to achieve the behavour I expected first with some tweaking ?
Oh my,
To me, perspective views and cameras are one of the major fails in NX (along with the controversial measuring tool). It is very complicated to have a "look over" first person view inside a model. Camera clipping is as well very tricky in my opinion.
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...
Thanks Tomas,
Yeah, I found out the name trick, but my parts are essentially non-volumetric, only lines, arcs and CSYS. Except CSYS (and vectors planes and origins), 3Dlines and 3Darcs do not have a name property assigned to the object itself, so this not possible to keep constraints except the...
Simple as that :
Dim theSession As Session = Session.GetSession()
Dim workPart As Part = theSession.Parts.Work
Dim old_id As String = workPart.UniqueIdentifier
Dim new_id As String = "this is the new id"
workPart.UniqueIdentifier = new_id
theSession.ListingWindow.WriteLine(workPart.Name & "...
Ok, finally after investigating further, and according to the documentation, renaming object can help keeping constraints when using "replace component".
Although I knew this and had my CSYS features used for constraints renamed, I did not use the name attribute of the object itself (instead of...
Hi cowski,
I want to build skeleton parts (3dline, CSYS, 3DArcs and so) and assembly them based on Excel worksheet and some input parameters. I have made most of the work, everything is building up perfectly, except I cannot rebuild a specific part with a part of the excel file and use it to...
Thanks for your reply.
I'm a bit confused though. The two parts I try to swap are build using a script and nothing else. So, except UID and windows file attributes (such as "last modified date"), how can NX distinguish the part from its "clone" ? If you have any documentation on this I would...
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...