I want to update the density in the model file of the component.
I am trying the following using a NX Journal:
1. Select a component from an Assembly using theUI.SelectionManager.GetSelectedTaggedObject().
2. Obtain the body associated with the selected component.
3. Update the density with...
Hi,
I want to update density of a component in an assembly.
I can't update the density using: setUserAttribute() because the density attribute is read-only.(I have tried to unlock it with setUserAttributeLock(), but I get an error saying I have insufficient privileges to perform this action)...
I have created a custom user command for Journal in NX 12.
I want to export this user command and its related files, which later on will be imported on other NX clients.
This exported file should contain the button name, icon and its Journal.
I have checked File tab→Export→User Defined Feature...