SilhouetteSplitFeatures.add Method

Parent Object: SilhouetteSplitFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/SilhouetteSplitFeatures.h>

Description

Creates a new silhouette split feature.

Syntax

"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.
returnValue = silhouetteSplitFeatures_var.add(input)
"silhouetteSplitFeatures_var" is a variable referencing a SilhouetteSplitFeatures object.

#include <Fusion/Features/SilhouetteSplitFeatures.h>

returnValue = silhouetteSplitFeatures_var->add(input);

Return Value

Type Description
SilhouetteSplitFeature Returns the newly created SilhouetteSplitFeature object or null if the creation failed.

Parameters

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.

Samples

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.

Version

Introduced in version June 2015