In NX 7.5 when you did an Offset Curve command in sketcher, it created an offset dimension (if you had the toggle turned on) and two offset constraints for the endpoints. If I wanted to move the endpoints but keep the offset, I'd just delete the corresponding offset dimension on the endpoint and...
I'm creating a journal using basic selection, and using this as a guide. I'm running into a sort of strange issue.
Using normal selection in NX, with no selection filters, the priority starts with components. I click on a body in an assembly, and the component is what's selected. But when I run...
I'm writing a journal that applies a transparency to already selected solids. Once I run the journal though, I want to deselect the bodies. The only thing I've been able find is theUI.SelectionManager.RemoveAllFromSelectionList, which requires a SelectionHandle as one of the parameters. I can't...
I'm trying to write a journal that let's me select a feature and grab the body associated with that feature so I can do a DisplayModification to it. I tried to record a journal to see how NX does it when you press CTRL + J with a feature selected, but uses sticky references and I can't figure...