I have had luck calling the SaveAs() function of a Part instance. The argument it takes is the full path of the file you want to save.
You can also specify different extensions (.stp, .igs, etc) and NX will translate them. As far as removing the parameters... don't know. I was working on a...
It is possible to allow the user to change the Face Rule during a SelectionManager.SelectObjects()?
During a pick faces operation of a built-in function the face rule drop-down is on the selection toolbar. While picking faces using SelectionManager.SelectObjects() and a MaskTriple the drop-down...
Question:
Is anyone aware of a way to get the overall size of displayed objects? I have tried using ufs.Modl.AskBoundingBoxExact() but this only works for a single object. I need to find the dimensions of all objects displayed.
Additional Information:
I am writing a User Function to automate...