Share

Selection.point Property

Parent Object: Selection
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/Selection.h>

Description

Gets the selection point on the object.

Syntax

"selection_var" is a variable referencing a Selection object.

# Get the value of the property.
propertyValue = selection_var.point

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?