Share

DirectionCommandInput.manipulatorOrigin Property

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

Description

Gets the origin point of the direction manipulator (arrow) in the model space of the root component. To set the origin use the setManipulator method.

Syntax

"directionCommandInput_var" is a variable referencing a DirectionCommandInput object.

# Get the value of the property.
propertyValue = directionCommandInput_var.manipulatorOrigin

Property Value

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

Version

Introduced in version January 2016

Was this information helpful?