RhinoBrep.trimmed
- RhinoBrep.trimmed(plane, tolerance=1e-06)[source]
Returns a trimmed copy of this brep by the given trimming plane.
- Parameters:
- plane
compas.geometry.Frame
orcompas.geometry.Plane
The frame or plane to use when trimming. The discarded bit is in the direction of the plane’s normal.
- tolerancefloat
The precision to use for the trimming operation.
- plane
- Returns: