This is part of 2.2.0-devlatest release: 2.1.0.
🚧 Development version – not released yet! 🚧

MLxxUserFrameToMatrix

0.1.0
since lib: v2.1.0  
Math 

Convert a user frame to a 4x4 transformation matrix.

More information on this in the feature description

Version history

0.1.0

  deGroot

Changes

Added:
  • initial version

Overview

kindnametypedefaultcomment
in_outUserFrameMLxAppDataUserFrameinput: user frame data. Supports both UserFrameType=0 (X/Y/Z/Rx/Ry/Rz) and UserFrameType=1 (ORG/XX/XY)
in_outResultMLxMatrixoutput: resulting 4x4 transformation matrix

Details

Used as input

user frame data. Supports both UserFrameType=0 (X/Y/Z/Rx/Ry/Rz) and UserFrameType=1 (ORG/XX/XY).

Result

MLxMatrix

Used as output

The resulting 4x4 transformation matrix.

Implementation

Snippet of the function call:
MLxxUserFrameToMatrix(
  UserFrame := , 
  Result := );

Pages built with Hugo - 14 Nov 2025 17:47 CET