M_Rhino_Geometry_Curve_Split_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Split Method (Surface, Double)

Note: This API is now obsolete.

Splits a curve into pieces using a surface.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

[ObsoleteAttribute("Use version that takes an angle tolerance")]
public Curve[] Split(
	Surface cutter,
	double tolerance
)

VB

<ObsoleteAttribute("Use version that takes an angle tolerance")>
Public Function Split ( 
	cutter As Surface,
	tolerance As Double
) As Curve()

Parameters

 

cutter
Type: Rhino.Geometry.Surface
A cutting surface or polysurface.
tolerance
Type: System.Double
A tolerance for computing intersections.

Return Value

Type: Curve[]
An array of curves. This array can be empty.

Version Information

Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491

See Also

Reference

Curve Class
Split Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️