Return X,Y and Z coordinates of this point. If the first argument is given as an array of 3 doubles, the other two arguments should be omitted, and that array will be changed to contain X, Y, and Z. Otherwise the first argument will be returned as X, the second as Y, and the third as Z
X | double | X coordinate |
Y | optional double | Y coordinate |
Z | optional double | Z coordinate |
pDoTrans | optional boolean | TRUE (the default) to return the value in the currently active local coordinate system. FALSE to return in global coords |
Return value | none |
Back to Point
Back to Overview