OCCBrep.slice
- OCCBrep.slice(plane)
Slice a BRep with a plane.
- Parameters:
- plane
compas.geometry.Plane The slicing plane.
- plane
- Returns:
OCCBrep| NoneThe 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.