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