Share

SilhouetteSplitFeatureInput.operation Property

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

Description

Gets and sets the type of silhouette split operation to perform.

Syntax

"silhouetteSplitFeatureInput_var" is a variable referencing a SilhouetteSplitFeatureInput object.

# Get the value of the property.
propertyValue = silhouetteSplitFeatureInput_var.operation

# Set the value of the property.
silhouetteSplitFeatureInput_var.operation = propertyValue

Property Value

This is a read/write property whose value is a SilhouetteSplitOperations.

Version

Introduced in version June 2015

Was this information helpful?