Share

RectangularPatternFeatureInput.quantityTwo Property

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

Description

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

Syntax

"rectangularPatternFeatureInput_var" is a variable referencing a RectangularPatternFeatureInput object.

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

# Set the value of the property.
rectangularPatternFeatureInput_var.quantityTwo = propertyValue

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?