Click or drag to resize

CurveSplit Method (Plane, Double, Double)

Splits a curve into pieces using a surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Curve[] Split(
	Plane plane,
	double tolerance,
	double angleToleranceRadians
)

Parameters

plane
Type: Rhino.GeometryPlane
A cutting plane.
tolerance
Type: SystemDouble
Tolerance for computing intersections.
angleToleranceRadians
Type: SystemDouble
Angle tolerance in radians.

Return Value

Type: Curve
An array of curves. This array can be empty.
See Also