Creates a LoftFeatureInput object. Use properties and methods on the returned LoftFeatureInput object to provide the required input to create a loft feature. The LoftFeatureInput object can then be used as input to the add method to create the loft feature.
"loftFeatures_var" is a variable referencing a LoftFeatures object. |
"loftFeatures_var" is a variable referencing a LoftFeatures object. |
| Type | Description |
| LoftFeatureInput | Returns the newly created LoftFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| operation | FeatureOperations | The feature operation to perform. |
| Name | Description |
| loftFeatures.add | Demonstrates the loftFeatures.add method. |
| Loft Feature API Sample | Demonstrates creating a new loft feature. |