Share

CircularPatternFeatureInput.axis Property

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

Description

Gets and sets the axis of circular pattern. This can be a sketch line, linear edge, construction axis, an edge/sketch curve that defines an axis (circle, etc.) or a face that defines an axis (cylinder, cone, torus, etc.).

Syntax

"circularPatternFeatureInput_var" is a variable referencing a CircularPatternFeatureInput object.

# Get the value of the property.
propertyValue = circularPatternFeatureInput_var.axis

# Set the value of the property.
circularPatternFeatureInput_var.axis = propertyValue

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?