Name
ClearPath -- remove all vertices from a path (V5.0)
Synopsis
ClearPath(id)
Function
This command will clear the specified path completely. All path vertices and all sub-paths will be removed. However, the path itself will not be freed. Thus, you can start adding vertices to it again after this call. If you want to free a path completely, use FreePath() instead.

Inputs
id
identifier of path to clear

Show TOC