Hi All,
Anyone has an ideal to activate multiple sectionplanes that can form a clip box.
Something similar to this: https://www.youtube.com/watch?v=-d8UHYqUBnU
Hi All,
Anyone has an ideal to activate multiple sectionplanes that can form a clip box.
Something similar to this: https://www.youtube.com/watch?v=-d8UHYqUBnU
Yes but the section planes need to be in different contexts.
For example, one of them can be within the group being sectioned.
The other active section plane could be at the model level.
Basically, a SectionPlane
object is a Drawingelement
subclass, and can exist one or more times, within an Entities
collection. Only one of them can be active for each Entities
collection.
The model has an Entities
collection, as well as each Group
and ComponentDefinition
object. So every group, and component in the model could have an active section plane, along with numerous others that are not active.
If you do not want to section the whole model, just to cut a component or group again, then wrap the object in an outer group, and add a section plane to this group wrapper. adjust it as needed, and make it active. (The other section plane would be inside the inner group.)
Be careful of components. It is the definition that owns the entities collection. If a section plane is added to it’s entities, then all instances of that component will have the section plane.
Thanks DanRathbun,
If I want to cut one group with multiple sectionplane, is it possible? I
have tried to do the following but no success.
I have tried with more sectionplanes, no success. I did somthing like: (sp5
(sp4 (sp3 (sp2 (sp1 (sp0, g0)))))) .