Share

SilhouetteSplitFeatureInput.viewDirection Property

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

Description

Gets and sets the entity that defines the silhouette view direction, which can be a construction axis, linear BRepEdge, planar BRepFace or a construction plane.

Syntax

"silhouetteSplitFeatureInput_var" is a variable referencing a SilhouetteSplitFeatureInput object.

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

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

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?