RectangularPatternConstraint.quantityOne Property
Parent Object:
RectangularPatternConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/RectangularPatternConstraint.h>
Description
Returns the parameter that controls the number of instances in the first direction. To change the value, use the properties on the returned ModelParameter.
Syntax
"rectangularPatternConstraint_var" is a variable referencing a RectangularPatternConstraint object.
# Get the value of the property. propertyValue = rectangularPatternConstraint_var.quantityOne
|
"rectangularPatternConstraint_var" is a variable referencing a RectangularPatternConstraint object.
#include <Fusion/Sketch/RectangularPatternConstraint.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = rectangularPatternConstraint_var->quantityOne();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version September 2022