Point Access Functions

You can access points themselves via the Point Feature function PF.GetPoint. Then you can get the global coordinates of that point using these functions.

  • GetPointX (point): Returns the global X value of the point.

  • GetPointY (point): Returns the global Y value of the point.

  • GetPointZ (point): Returns the global Z value of the point.