Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to split a body using the SplitBody Feature. But I want to make the split with a plane that is parallel to the xYConstructionPlane 5mm over it.
What to I have to use instead of 'rootComp.xYConstructionPlane'?
# Create SplitBodyFeatureInput
splitBodyFeats = rootComp.features.splitBodyFeatures
splitBodyInput = splitBodyFeats.createInput(body, rootComp.xZConstructionPlane, True)
Solved! Go to Solution.