SketchPointHolePositionDefinition.sketchPoint Property

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

Description

Returns the sketch point that defines the center of the hole.

Syntax

"sketchPointHolePositionDefinition_var" is a variable referencing a SketchPointHolePositionDefinition object.

# Get the value of the property.
propertyValue = sketchPointHolePositionDefinition_var.sketchPoint
"sketchPointHolePositionDefinition_var" is a variable referencing a SketchPointHolePositionDefinition object.
#include <Fusion/Features/SketchPointHolePositionDefinition.h>

// Get the value of the property.
Ptr<SketchPoint> propertyValue = sketchPointHolePositionDefinition_var->sketchPoint();

Property Value

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

Version

Introduced in version January 2015