Share

BSplineCurve.ExtractPartial Method

Parent Object: BSplineCurve

Description

Creates a new curve by extracting a portion of an existing curve.

Syntax

BSplineCurve.ExtractPartial( StartParam As Double, EndParam As Double ) As BSplineCurve

Parameters

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.

Version

Introduced in version 2013

Was this information helpful?