GeometricConstraint.attributes Property

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

Description

Returns the collection of attributes associated with this geometric constraint.

Syntax

"geometricConstraint_var" is a variable referencing a GeometricConstraint object.

# Get the value of the property.
propertyValue = geometricConstraint_var.attributes
"geometricConstraint_var" is a variable referencing a GeometricConstraint object.
#include <Fusion/Sketch/GeometricConstraint.h>

// Get the value of the property.
Ptr<Attributes> propertyValue = geometricConstraint_var->attributes();

Property Value

This is a read only property whose value is an Attributes.

Version

Introduced in version May 2016