Share

OnEdgeHolePositionDefinition.edge Property

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

Description

Returns the edge the hole is positioned on.

Syntax

"onEdgeHolePositionDefinition_var" is a variable referencing an OnEdgeHolePositionDefinition object.

# Get the value of the property.
propertyValue = onEdgeHolePositionDefinition_var.edge

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?