TransientGeometry.CreateFittedBSplineCurve Method
Parent Object: TransientGeometryDescription
Method that creates a new object using fit points. The definition of the curve is supplied using the input definition object. If an invalid curve is defined the method will fail. The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreateFittedBSplineCurve( Definition As BSplineCurveDefinition ) As BSplineCurveParameters
Name | Type | Description |
Definition | BSplineCurveDefinition | Input BSplineCurveDefinition object that defines the BSpline curve. |