GeometricConstraints.count Property

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

Description

Returns the number of constraints in the sketch.

Syntax

"geometricConstraints_var" is a variable referencing a GeometricConstraints object.

# Get the value of the property.
propertyValue = geometricConstraints_var.count
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
#include <Fusion/Sketch/GeometricConstraints.h>

// Get the value of the property.
uinteger propertyValue = geometricConstraints_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version August 2014