OCCBrep.slice
- OCCBrep.slice(plane)
- Slice a BRep with a plane. - Parameters:
- planecompas.geometry.Plane
- The slicing plane. 
 
- plane
- Returns:
- OCCBrep| None
- The resulting Brep slice or None if the plane does not intersect the Brep. 
 
 
Slice a BRep with a plane.
compas.geometry.PlaneThe slicing plane.
OCCBrep | NoneThe resulting Brep slice or None if the plane does not intersect the Brep.