Creates a new silhouette split feature.
"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.
|
"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.
|
Type | Description |
SilhouetteSplitFeature | Returns the newly created SilhouetteSplitFeature object or null if the creation failed. |
Name | Type | Description |
input | SilhouetteSplitFeatureInput | A SilhouetteSplitFeatureInput object that defines the desired silhouette split feature. Use the createInput method to create a new SilhouetteSplitFeatureInput object and then use methods on it (the SilhouetteSplitFeatureInput object) to define the silhouette split. |
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. |