Skip to main content

DEXT

DEXT (pose variable, element number)

Function

Returns the specified element of the specified pose. 

Parameter

Pose variable
Specifies the name of pose variable defined by joint displacement values or transformation values.

Element number
Specifies the element to be returned in real numbers, as shown in the figure below. 

Element NumberTransformation Values

Joint Displacement Values

1X  componentJT1
2Y componentJT2
3Z componentJT3
4O componentJT4
5A componentJT5
6T componentJT6
7JT7JT7

Example

//If the transformation values for “aa” is 0, 0, 0, 160, 0, 0, 300, then inputting this function as:

type DEXT(aa, 7)

//This returns 300, the value of JT7
[NOTE]

[Note in definition]