Point.getXYZ


getXYZ(X, [Y], [Z], [pDoTrans])

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

Xdouble X coordinate
Yoptional double Y coordinate
Zoptional double Z coordinate
pDoTransoptional boolean TRUE (the default) to return the value in the currently active local coordinate system. FALSE to return in global coords
Return valuenone 

Back to Point

Back to Overview