Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ibioan b02/09/2024
Hello everyone!
I have an IBody2 created using CreateBodyFromBox based on the code below:
Modeler? swModeler = default(Modeler);
swModeler = (Modeler)SwApp.GetModeler();
var boxBody = swModeler.CreateBodyFromBox(/*argument list*/)
In FeatureManager Design Tree, this body is displayed as an imported feature (named - Imported1).
I like to modify this body dimensions: length, width and height. I do not want