Share

SpunProfileInput.isAxisProjected Property

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

Description

Specifies if the axis will be projected to the sketch plane before making the spun profile. Otherwise, the spun profile will be generated around the axis in space. Defaults to true.

Syntax

"spunProfileInput_var" is a variable referencing a SpunProfileInput object.

# Get the value of the property.
propertyValue = spunProfileInput_var.isAxisProjected

# Set the value of the property.
spunProfileInput_var.isAxisProjected = propertyValue

Property Value

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

Version

Introduced in version November 2024

Was this information helpful?