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