Named Points
Create named points that can be referenced by geometry and requests, similar to variables.
The X coordinate, Y coordinate and Z coordinate of a point can be accessed using a dot followed by the required component.
Points can also be constructed using the “pt” command.
- The subtract and add operations are allowed between two points.
- A point may be multiplied or divided by a scalar.
- The distance from the origin to a point is obtained using the abs function.