M_Rhino_Geometry_Curve_Split_2 - mcneel/rhinocommon-api-docs GitHub Wiki
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
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()
- cutter
- Type: Rhino.Geometry.Surface
A cutting surface or polysurface. - tolerance
- Type: System.Double
A tolerance for computing intersections.
Type: Curve[]
An array of curves. This array can be empty.
Supported in: 5D58w
Obsolete (compiler warning) in 6.0.16224.21491