- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I see that in the Fusion 360 UI, Thicken operations do allow the specification of participant bodies (e.g., those that will be affected by a cut). However, there doesn't seem to be any documented API for this.
According to this blog entry from 2017, a participantBodies attribute was added to a few other feature types (and/or their corresponding Input types), but Thicken seems to have been left as a red-headed stepchild. I thought perhaps the feature might actually be there in the API but just undocumented. However, that does not seem to be the case.
What I'm actually trying to do is create a flat patch with holes in it. Since PatchFeatures don't (directly) allow the specification of interior loops, I thought the best way to go about it would be to create separate patches for the outer and inner loops, then punch out the outer patch by thicken-cutting the inner patch.
I'm guessing that the best work-around would be to continue to generate separate patches, then do a Split Face on the outer patch with each of the inner patches, then delete the faces mentioned in SplitFaceFeature.faces. Then remove the inner patches. That seems like a lot of features - is there a better way?
(Unfortunately, I do not think it would work to just bounce all the profiles into a sketch and create a patch from the composite profile. Often, the projection operation seems to perturb the coordinates enough that the loops are no longer closed, although they look closed on inspection.)
Solved! Go to Solution.