Share

LinearMachineAxis.direction Property

Parent Object: LinearMachineAxis
Defined in namespace "adsk::cam" and the header file is <Cam/Machine/LinearMachineAxis.h>

Description

The unit vector that represents the direction along which the axis will move.

Syntax

"linearMachineAxis_var" is a variable referencing a LinearMachineAxis object.

# Get the value of the property.
propertyValue = linearMachineAxis_var.direction

# Set the value of the property.
linearMachineAxis_var.direction = propertyValue

Property Value

This is a read/write property whose value is a Vector3D.

Version

Introduced in version April 2023

Was this information helpful?