ConstructionSnapPoint.point Property

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

Description

The picked 3D point in world space.

Syntax

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

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

Property Value

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

Version

Introduced in version September 2026