EqualConstraint.attributes Property
Parent Object:
EqualConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/EqualConstraint.h>
Description
Returns the collection of attributes associated with this geometric constraint.
Syntax
"equalConstraint_var" is a variable referencing an EqualConstraint object.
# Get the value of the property. propertyValue = equalConstraint_var.attributes
|
"equalConstraint_var" is a variable referencing an EqualConstraint object.
#include <Fusion/Sketch/EqualConstraint.h>
// Get the value of the property. Ptr<Attributes> propertyValue = equalConstraint_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version May 2016