BSplineCurve.ExtractPartial Method
Parent Object: BSplineCurveDescription
Creates a new curve by extracting a portion of an existing curve.
Syntax
BSplineCurve.ExtractPartial( StartParam As Double, EndParam As Double ) As BSplineCurveParameters
Name | Type | Description |
StartParam | Double | Input Double that specifies the starting parameter of where the new curve is extracted. |
EndParam | Double | Input Double that specifies the ending parameter of where the new curve is extracted. |