What would be a method in RhinoCommon to get partition of curve if I already know parameters t1 and t2 ?
Is it Curve.Split ?
What would be a method in RhinoCommon to get partition of curve if I already know parameters t1 and t2 ?
Is it Curve.Split ?
looks like it
http://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_Split_2.htm
Splits (divides) the curve at a series of specified parameters. The parameter must be in the interior of the
curve domain.