Creates a new split body feature.
"splitBodyFeatures_var" is a variable referencing a SplitBodyFeatures object. |
"splitBodyFeatures_var" is a variable referencing a SplitBodyFeatures object. |
| Type | Description |
| SplitBodyFeature | Returns the newly created SplitBodyFeature object or null if the creation failed. |
| Name | Type | Description |
| input | SplitBodyFeatureInput | A SplitBodyFeatureInput object that defines the desired split body feature. Use the createInput method to create a new SplitBodyFeatureInput object and then use methods on it (the SplitBodyFeatureInput object) to define the split body. |
| Name | Description |
| splitBodyFeatures.add | Demonstrates the splitBodyFeatures.add method. |
| Split Body Feature API Sample | Demonstrates creating a new split body feature. |