RhinoCommon API
CurveSplit Method (Brep, Double) |
Splits a curve into pieces using a polysurface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Curve[] Split( Brep cutter, double tolerance )
Public Function Split ( cutter As Brep, tolerance As Double ) As Curve()
Parameters
- cutter
- Type: Rhino.GeometryBrep
A cutting surface or polysurface. - tolerance
- Type: SystemDouble
A tolerance for computing intersections.
Return Value
Type: CurveAn array of curves. This array can be empty.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Obsolete (compiler warning) in 6.8