(2019-11-08, 21:34)Roland Melkert Wrote: Maybe it's me but I get the feeling people are over complicating this.
The columns in the LDCad dialog indicate the direction of the part's local xyz axis' as seen from absolute space.
First column indicates the vector of the X-ax's (1,0,0 as it's non rotated).
2nd the Y-axis and 3rd the z-axis.
Normally all these vectors are normalized (length == 1.0), with any other length scaling will be applied.
You could also read it from a row's perspective to go the other way (direction of world axis' as seen from local part space)
And now it makes sense.