CurveSplit Method (Brep, Double, Double) |
Splits a curve into pieces using a polysurface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Curve[] Split(
Brep cutter,
double tolerance,
double angleToleranceRadians
)
Public Function Split (
cutter As Brep,
tolerance As Double,
angleToleranceRadians As Double
) As Curve()
Parameters
- cutter
- Type: Rhino.GeometryBrep
A cutting surface or polysurface. - tolerance
- Type: SystemDouble
A tolerance for computing intersections. - angleToleranceRadians
- Type: SystemDouble
[Missing <param name="angleToleranceRadians"/> documentation for "M:Rhino.Geometry.Curve.Split(Rhino.Geometry.Brep,System.Double,System.Double)"]
Return Value
Type:
CurveAn array of curves. This array can be empty.
See Also