PointHolePositionDefinition.point Property

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

Description

Returns the coordinates defining the position of the hole.

Syntax

"pointHolePositionDefinition_var" is a variable referencing a PointHolePositionDefinition object.

# Get the value of the property.
propertyValue = pointHolePositionDefinition_var.point
"pointHolePositionDefinition_var" is a variable referencing a PointHolePositionDefinition object.
#include <Fusion/Features/PointHolePositionDefinition.h>

// Get the value of the property.
Ptr<Base> propertyValue = pointHolePositionDefinition_var->point();

Property Value

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

Version

Introduced in version August 2014