Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
EJEric Jacobson02/12/2024
Hey;
I'm working on a macro to insert a bounding box that can distinguish if a rectangular or cylindrical box type is required... but i can't seem to figure out how to call box type.
I'd think it would be some option in this but i can't seem to find any documentation on it...
Set swFeature = swFeatMgr.InsertGlobalBoundingBox(swBoundingBoxType_BestFit, False, False, status)
Anyone have any idea?
This is