ConstructionSnapPoint.entity Property

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

Description

The host entity the snap point is taken on.

Syntax

"constructionSnapPoint_var" is a variable referencing a ConstructionSnapPoint object.
# Get the value of the property.
propertyValue = constructionSnapPoint_var.entity
"constructionSnapPoint_var" Is a variable referencing a ConstructionSnapPoint Object.
#include <Fusion/Construction/ConstructionSnapPoint.h>

// Get the value of the property.
Base propertyValue = constructionSnapPoint_var->entity();
"constructionSnapPoint_var" Is a variable referencing a ConstructionSnapPoint Object.
// Get the value of the property.
propertyValue = constructionSnapPoint_var.entity;

Property Value

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

Version

Introduced in version September 2026