RhinoBrep.trim

RhinoBrep.trim(plane, tolerance=1e-06)[source]

Trim this brep by the given trimming plane.

Parameters:
planecompas.geometry.Frame or compas.geometry.Plane

The frame or plane to use when trimming. The discarded bit is in the direction of the frame’s normal.

tolerancefloat

The precision to use for the trimming operation.

Returns:
None