Message 1 of 3
Add sweep to specific solid body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello people,
I am currently struggeling to add a sweep to the second solid body in my part. The code snippet below isnt working.
oSweep = oPCD.Features.SweepFeatures.AddUsingPath(oProfile, oPath, kJoinOperation) oSweep.SetAffectedBodies(oPCD.SurfaceBodies.Item(2))
How can I tell the Sweep that it is part of this or that solid body?