RhinoBrep.trim

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

Trim this brep by the given trimming plane

Parameters
  • trimming_plane (Frame or Plane) – The frame or plane to use when trimming. The discarded bit is in the direction of the frame’s normal.

  • tolerance (float) – The precision to use for the trimming operation.

Returns

None