CoincidentConstraint.entity Property

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

Description

The sketch curve or point the point is constrained to.

Syntax

"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.

# Get the value of the property.
propertyValue = coincidentConstraint_var.entity
"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.
#include <Fusion/Sketch/CoincidentConstraint.h>

// Get the value of the property.
Ptr<SketchEntity> propertyValue = coincidentConstraint_var->entity();

Property Value

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

Version

Introduced in version August 2014