SplitFeature.SetToSplitBody Method
Parent Object: SplitFeatureDescription
Method that changes the SplitFeature type to kSplitBody. The original body is consumed by the operation and two new bodies are created.
Syntax
SplitFeature.SetToSplitBody( SplitTool As Object, Body As SurfaceBody )Parameters
Name | Type | Description |
SplitTool | Object | Input Object that specifies the entity that will be used to define the split. The input can be a WorkPlane, WorkSurface, or 2D Path. Use the CreatePath or CreateSpecifiedPath method on the PartFeatures object to create a Path. Currently, a Path may only consist of 2D sketch elements. |
Body | SurfaceBody | Input SurfaceBody object that specifies the body to be split. |