Creates a SplitBodyFeatureInput object. Use properties and methods on this object to define the split body you want to create and then use the Add method, passing in the SplitBodyFeatureInput object.
"splitBodyFeatures_var" is a variable referencing a SplitBodyFeatures object. |
"splitBodyFeatures_var" is a variable referencing a SplitBodyFeatures object. |
| Type | Description |
| SplitBodyFeatureInput | Returns the newly created SplitBodyFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| splitBodies | Base | Input solid body or open bodies to be split. This can be a single BRepBody or an ObjectCollection if multiple bodies are to be split. |
| splittingTool | Base | Input entity that defines the splitting tool. The splitting tool is a single entity that can be either a solid or open BRepBody, construction plane, profile, or a face. |
| isSplittingToolExtended | boolean | A boolean value for setting whether or not the splitting tool is to be automatically extended (if possible) so as to completely intersect the bodyToSplit. |
| Name | Description |
| splitBodyFeatures.add | Demonstrates the splitBodyFeatures.add method. |
| Split Body Feature API Sample | Demonstrates creating a new split body feature. |