CurveSplit Method (Plane, Double, Double) |
Splits a curve into pieces using a surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Curve[] Split(
Plane plane,
double tolerance,
double angleToleranceRadians
)
Public Function Split (
plane As Plane,
tolerance As Double,
angleToleranceRadians As Double
) As Curve()
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:
CurveAn array of curves. This array can be empty.
See Also