SketchPointsHolePositionDefinition.sketchPoints Property

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

Description

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

Syntax

"sketchPointsHolePositionDefinition_var" is a variable referencing a SketchPointsHolePositionDefinition object.

# Get the value of the property.
propertyValue = sketchPointsHolePositionDefinition_var.sketchPoints
"sketchPointsHolePositionDefinition_var" is a variable referencing a SketchPointsHolePositionDefinition object.
#include <Fusion/Features/SketchPointsHolePositionDefinition.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = sketchPointsHolePositionDefinition_var->sketchPoints();

Property Value

This is a read only property whose value is an ObjectCollection.

Version

Introduced in version March 2016