This is part of 1.24.0latest release: 2.1.0.

MLxxCopyAxisDataToReal

Copy the manipulator axis positions into an array.

Copy the joint axes position from a MLxAxisData structure to a single array.

Overview

kindnametypedefaultcomment
inputAxisDataARRAY[0..7] OF MLxAxisData
in_outRealOutARRAY[0..7] OF REAL

Details

AxisData

ARRAY[0..7] OF MLxAxisData

MLxAxisData structure to get the joint axes position from.

RealOut

ARRAY[0..7] OF REAL

Array of real [S,L,U,R,B,T,E,8] to write the result to.

Implementation

Snippet of the function call:
dummy := MLxxCopyAxisDataToReal(
           AxisData := , 
           RealOut := );

Pages built with Hugo - 12 Dec 2025 12:30 CET