Creates a new trim feature.
"trimFeatures_var" is a variable referencing a TrimFeatures object. |
"trimFeatures_var" is a variable referencing a TrimFeatures object. |
| Type | Description |
| TrimFeature | Returns the newly created TrimFeature object or null if the creation failed. |
| Name | Type | Description |
| input | TrimFeatureInput | A TrimFeatureInput object that defines the desired trim feature. Use the createInput method to create a new TrimFeatureInput object and then use methods on it (the TrimFeatureInput object) to define the trim feature. |
| Name | Description |
| trimFeatures.add | Demonstrates the trimFeatures.add method. |
| Trim Feature API Sample | Demonstrates creating a new trim feature. |