| Name | Description |
| SplitBody | Method that creates a new SplitFeature by splitting a body. The original body is consumed by the operation and two new bodies are created. The new SplitFeature is returned. |
| SplitFaces | Method that creates a new SplitFeature by splitting faces of a part. The new SplitFeature is returned. |
| TrimSolid | Method that creates a new SplitFeature by splitting a solid body. The specified portion of the solid is removed. The new SplitFeature is returned. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of items in this collection. |
| Item | Returns the specified SplitFeature object from the collection. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |