OnEdgeHolePositionDefinition.position Property

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

Description

Returns the position of the hole on the edge. The hole can be at the start, midpoint, or end of the edge.

Syntax

"onEdgeHolePositionDefinition_var" is a variable referencing an OnEdgeHolePositionDefinition object.

# Get the value of the property.
propertyValue = onEdgeHolePositionDefinition_var.position
"onEdgeHolePositionDefinition_var" is a variable referencing an OnEdgeHolePositionDefinition object.
#include <Fusion/Features/OnEdgeHolePositionDefinition.h>

// Get the value of the property.
HoleEdgePositions propertyValue = onEdgeHolePositionDefinition_var->position();

Property Value

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

Version

Introduced in version August 2014