Message 1 of 4
Family Document Solids cutting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm creating a generic model family document, and then trying to cut a blend with an extrusion.
I tried using SolidSolidCutUtils.AddCutBetweenSolids(famDoc,s1,s2); but this throws an exception
The element must be in a project document or in a conceptual model, pattern based curtain panel, or adaptive component family.
If I manually create a "void extrusion" using the user interface, the generated object automatically cuts the existing blend.
If I set solid to false when creating the extrusion (with blend existing), it displays but does not effect a cut.
Thanks in advance to anyone who can point me to an example or tell me how to cut two solids in a family document.
Thanks,
Jon