CircularPatternFeatureInput.axis Property
Parent Object:
CircularPatternFeatureInputDefined 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
|
"circularPatternFeatureInput_var" is a variable referencing a CircularPatternFeatureInput object.
#include <Fusion/Features/CircularPatternFeatureInput.h>
// Get the value of the property. Ptr<Base> propertyValue = circularPatternFeatureInput_var->axis();
// Set the value of the property, where value_var is a Base. bool returnValue = circularPatternFeatureInput_var->axis(value_var);
|
Property Value
This is a read/write property whose value is a
Base.
Version
Introduced in version November 2014