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
"circularPatternConstraintInput_var" is a variable referencing a CircularPatternConstraintInput object.
#include <Fusion/Sketch/CircularPatternConstraintInput.h>

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

// Set the value of the property, where value_var is a ValueInput.
bool returnValue = circularPatternConstraintInput_var->quantity(value_var);

Property Value

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

Version

Introduced in version September 2022