Creates a new loft feature.
"loftFeatures_var" is a variable referencing a LoftFeatures object. |
"loftFeatures_var" is a variable referencing a LoftFeatures object. |
| Type | Description |
| LoftFeature | Returns the newly created LoftFeature object or null if the creation failed. |
| Name | Type | Description |
| input | LoftFeatureInput | A LoftFeatureInput object that defines the desired loft feature. Use the createInput method to create a new LoftFeatureInput object and then use methods on it (the LoftFeatureInput object) to define the required input. |
| Name | Description |
| loftFeatures.add | Demonstrates the loftFeatures.add method. |
| Loft Feature API Sample | Demonstrates creating a new loft feature. |