CurveSplit Method (Double) |
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)
Since: 5.0
Syntax public Curve[] Split(
double t
)
Public Function Split (
t As Double
) As Curve()
Parameters
- t
- Type: SystemDouble
Parameter to split the curve at in the interval returned by Domain().
Return Value
Type:
Curve
Two curves on success, null on failure.
See Also