Share

TransientGeometry.CreateFittedBSplineCurve Method

Parent Object: TransientGeometry

Description

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 BSplineCurve

Parameters

Name Type Description
Definition BSplineCurveDefinition Input BSplineCurveDefinition object that defines the BSpline curve.

Version

Introduced in version 9

Was this information helpful?