Name
GetCurrentPoint -- get current point of path (V5.0)
Synopsis
x, y = GetCurrentPoint(id)
Function
This command returns the current point of the path specified in id.

Inputs
id
identifier of path to query
Results
x
x position of current point
y
y position of current point

Show TOC