Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I create solids with this line of code until I have the solids I need
Solid SolidInstance = GeometryCreationUtilities.CreateLoftGeometry(CurveLoop, solidOptions);
and when I have the solids I want to take the first solid and use the rest of the solids to cut the first solid so I can get a solid that look like this
but I cant find what I need to cut the Solids, what have I missed how can I cut solids?
Solved! Go to Solution.