Arbortext IsoDraw > Macro Language Reference > Functions and Data Types > Complex Data Types > Point3
  
Point3
The point3 type defines a three-dimensional point with its x-, y- and z-coordinates. These properties are float literals.
DEFINE pt3_corner AS point3
pt3_corner.x = 332.76
pt3_corner.y = 239
pt3_corner.z = (-45.88)