CurveSplit Method (Surface, Double, Double) |
Splits a curve into pieces using a surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Curve[] Split(
Surface cutter,
double tolerance,
double angleToleranceRadians
)
Public Function Split (
cutter As Surface,
tolerance As Double,
angleToleranceRadians As Double
) As Curve()
Parameters
- cutter
- Type: Rhino.GeometrySurface
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.Surface,System.Double,System.Double)"]
Return Value
Type:
CurveAn array of curves. This array can be empty.
See Also