ConstructionSnapPoint.referenceEntity Property

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

Description

The optional reference entity. Returns null when the snap point does not need a reference entity.

Syntax

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

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

Property Value

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

Version

Introduced in version September 2026