
Chapter 15 Functions
15-33
T2P (Function)
Function
Transforms homogeneous transformation type data to position type data.
Format
T2P (<homogeneous transformation type>)
Explanation
This statement transforms the data designated in <homogeneous
transformation type> to position type data. The value to be obtained reflects
the tool and work coordinate systems that are set at the moment.
Related Terms
J2P, J2T, P2J, P2T, T2J
Example
DEFPOS lp1, lp2
DIM lt1 As Trans
lp1 = T2P(lt1) 'Assigns lt1 data transformed to position type data to lp1.
lp2 = T2P(350, 0, 450, 0, 1, 0, 0, 0, -1)
'Assigns the homogeneous transformation type data (350, 0,
'450, 0, 1, 0, 0, 0, -1) transformed to position type data
'to lp2.
Commentaires sur ces manuels