LoftFeatures.CreateMapCurves Method
Parent Object: LoftFeaturesDescription
Method that creates a new MapPointCurves object. You then use functionality provided by the resulting MapPointCurves object to define the specific point mapping.
Syntax
LoftFeatures.CreateMapCurves( Sections As ObjectCollection ) As MapPointCurvesParameters
Name | Type | Description |
Sections | ObjectCollection | Input ObjectCollection that contains the sections for the loft. The sections provided for input must be the same sections that will be used as input for the LoftFeatures.Add method. |