Creates a new split face feature.
"splitFaceFeatures_var" is a variable referencing a SplitFaceFeatures object. |
"splitFaceFeatures_var" is a variable referencing a SplitFaceFeatures object. |
| Type | Description |
| SplitFaceFeature | Returns the newly created SplitFaceFeature object or null if the creation failed. |
| Name | Type | Description |
| input | SplitFaceFeatureInput | A SplitFaceFeatureInput object that defines the desired split face feature. Use the createInput method to create a new SplitFaceFeatureInput object and then use methods on it (the SplitFaceFeatureInput object) to define the split face. |
| Name | Description |
| splitFaceFeatures.add | Demonstrates the splitFaceFeatures.add method by spliting a face with another intersecting face. |
| Split Face Feature API Sample | Demonstrates creating a new split face feature. |