DistanceValueCommandInput.manipulatorOrigin Property

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

Description

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

Syntax

"distanceValueCommandInput_var" is a variable referencing a DistanceValueCommandInput object.

# Get the value of the property.
propertyValue = distanceValueCommandInput_var.manipulatorOrigin
"distanceValueCommandInput_var" is a variable referencing a DistanceValueCommandInput object.
#include <Core/UserInterface/DistanceValueCommandInput.h>

// Get the value of the property.
Ptr<Point3D> propertyValue = distanceValueCommandInput_var->manipulatorOrigin();

Property Value

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

Version

Introduced in version January 2016