RectangularPatternConstraintInput.quantityTwo Property

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

Description

Gets and sets the number of instances in the second direction.

Syntax

"rectangularPatternConstraintInput_var" is a variable referencing a RectangularPatternConstraintInput object.

# Get the value of the property.
propertyValue = rectangularPatternConstraintInput_var.quantityTwo

# Set the value of the property.
rectangularPatternConstraintInput_var.quantityTwo = propertyValue
"rectangularPatternConstraintInput_var" is a variable referencing a RectangularPatternConstraintInput object.
#include <Fusion/Sketch/RectangularPatternConstraintInput.h>

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

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

Property Value

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

Version

Introduced in version September 2022