CurveSplit Method (Brep, Double) |
Splits a curve into pieces using a polysurface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also