Points

Generate files containing only points consist of a series of lines that follow this syntax:

<idNumber>,<x>,<y>[,<z>]

Tip: Tip: By using the idNumber associated with each Generate feature as a key into a comma separated value file, the @Relate command can be used to attach attributes to Generate features.

The <idNumber> is any numeric value, and need not be unique within a file. As well, the <z> value is optional and, if it is not specified, the point is considered to be two-dimensional. The file is terminated by a line containing only the word END. A two-dimensional point Generate file example is shown below:

601,3,7
602,53,21
603,19,20
END