CircularPatternConstraint.quantity Property

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

Description

Returns the parameter that controls the number of instances in the pattern. To change the value, use the properties on the returned ModelParameter object.

Syntax

"circularPatternConstraint_var" is a variable referencing a CircularPatternConstraint object.

# Get the value of the property.
propertyValue = circularPatternConstraint_var.quantity
"circularPatternConstraint_var" is a variable referencing a CircularPatternConstraint object.
#include <Fusion/Sketch/CircularPatternConstraint.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = circularPatternConstraint_var->quantity();

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version September 2022