M_Rhino_Geometry_Curve_Split_5 - mcneel/rhinocommon-api-docs GitHub Wiki
Splits (divides) the curve at the specified parameter. The parameter must be in the interior of the curve's domain.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Curve[] Split(
double t
)
VB
Public Function Split (
t As Double
) As Curve()
- t
- Type: System.Double
Parameter to split the curve at in the interval returned by Domain().
Type: Curve[]
Two curves on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w