M_Rhino_Geometry_Curve_Split_3 - mcneel/rhinocommon-api-docs GitHub Wiki
Splits a curve into pieces using a surface.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve[] Split(
Surface cutter,
double tolerance,
double angleToleranceRadians
)
VB
Public Function Split (
cutter As Surface,
tolerance As Double,
angleToleranceRadians As Double
) As Curve()
- cutter
- Type: Rhino.Geometry.Surface
A cutting surface or polysurface. - tolerance
- Type: System.Double
A tolerance for computing intersections. - angleToleranceRadians
- Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Curve.Split(Rhino.Geometry.Surface,System.Double,System.Double)"]
Type: Curve[]
An array of curves. This array can be empty.
Supported in: 6.0.16224.21491