Polygon-Vertex-Object (Polygon point)
#pnumber of coordinates (2, 3, or 5)p[i]coordinate r2i. (1 ≤ i ≤ #p)p.x, p.y, p.z, p.gnamed access to p[i]p.delete()deletes the polygon point. Afterwards the point can no longer be addressed (NOTE: Here the point has to be used!). ATTENTION: In case all points are deleted, the object will still exists in the corresponding object table, but is no longer displayed.