SketchPointsBossPositionDefinition.sketchPoints Property

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

Description

Returns the sketch points that defines the position of the boss feature.

Syntax

"sketchPointsBossPositionDefinition_var" is a variable referencing a SketchPointsBossPositionDefinition object.

# Get the value of the property.
propertyValue = sketchPointsBossPositionDefinition_var.sketchPoints
"sketchPointsBossPositionDefinition_var" is a variable referencing a SketchPointsBossPositionDefinition object.
#include <Fusion/Plastic/SketchPointsBossPositionDefinition.h>

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

Property Value

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

Version

Introduced in version October 2022