Using SplitBody Feature parallel to xYConstructionPlane

Using SplitBody Feature parallel to xYConstructionPlane

rocco.mayr
Enthusiast Enthusiast
424 Views
2 Replies
Message 1 of 3

Using SplitBody Feature parallel to xYConstructionPlane

rocco.mayr
Enthusiast
Enthusiast

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)
0 Likes
Accepted solutions (1)
425 Views
2 Replies
Replies (2)
Message 2 of 3

rocco.mayr
Enthusiast
Enthusiast

Well a workaround would be to move the body downwards so that the split line is in the xYPlane. But maybe someone could show how to create a plane for the SplitBody Feature.

0 Likes
Message 3 of 3

rocco.mayr
Enthusiast
Enthusiast
Accepted solution

One solution is to create an Offset Plane

Have a look here:

Create Plane from sketch profile               

0 Likes