Creates a SilhouetteSplitFeatureInput object. Use properties and methods on this object to define the silhouette split you want to create and then use the Add method, passing in the SilhouetteSplitFeatureInput object.
"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.
|
"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.
|
Type | Description |
SilhouetteSplitFeatureInput | Returns the newly created SilhouetteSplitFeatureInput object or null if the creation failed. |
Name | Type | Description |
viewDirection | Base | A construction axis, linear BRepEdge, planar BRepFace or a construction plane that defines the view direction where the silhouette is calculated. |
targetBody | BRepBody | Input the single solid body to split |
operation | SilhouetteSplitOperations | The type of silhouette split operation to perform. |
Name | Description |
silhouetteSplitFeatures.add | Demonstrates the silhouetteSplitFeatures.add method. The Silhouette Split feature is limited in the bodies it will split. The simplest body to get a valid result is to create a sphere and split it. |
Silhouette Split Feature API Sample | Demonstrates creating a new silhouette split feature. |