Share

ConstructionPoint.geometry Property

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

Description

Returns a Point3D object that represents the position of the construction point. The returned geometry is in the AssemblyContext of this ConstructionPoint.

Syntax

"constructionPoint_var" is a variable referencing a ConstructionPoint object.

# Get the value of the property.
propertyValue = constructionPoint_var.geometry

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?