Share

CircularPatternConstraintInput.quantity Property

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

Description

Gets and sets quantity of the elements.

Syntax

"circularPatternConstraintInput_var" is a variable referencing a CircularPatternConstraintInput object.

# Get the value of the property.
propertyValue = circularPatternConstraintInput_var.quantity

# Set the value of the property.
circularPatternConstraintInput_var.quantity = propertyValue

Property Value

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

Version

Introduced in version September 2022

Was this information helpful?