Share

RevolveFeature.isProjectAxis Property

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

Description

Specifies if the axis should be projected on the same plane as the profile sketch plane or not.

Setting this to true will use a projected axis, while setting it to false will keep it in its original location. This is initialized to false so the selected axis will be used in the feature.

Syntax

"revolveFeature_var" is a variable referencing a RevolveFeature object.

# Get the value of the property.
propertyValue = revolveFeature_var.isProjectAxis

# Set the value of the property.
revolveFeature_var.isProjectAxis = propertyValue

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?