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...