Marker.dc()

MDL FunctionReturns three vectors of marker x, y, and z axis in global reference frame. It is defined to support the corresponding MotionView data member.

Signature

x_axis, y_axis, z_axis = Marker.dc()

Return Value

x_axis
Vector that defines the x-axis of marker in global reference frame.
y_axis
Vector that defines the y-axis of marker in global reference frame.
z_axis
Vector that defines the z-axis of marker in global reference frame.

Usage

# Get the x, y and z axis of marker1
x_axis, y_axis, z_axis = marker1.dc()