Point Data - Style Options

XYZ – All values begin with X, Y and Z. The co-ordinates are modal (once a X, Y or Z value has been defined, any subsequent co-ordinates missing a value for a particular axis use the predefined value).

For example,

X3Y4Z5

=

X=3, Y=4, Z=5

X1Z2

=

X=1, Y=4, Z=2

Y6

=

X=1, Y=6, Z=2

Polar – The co-ordinates must be defined in polar format (angle,radius).

Other – Any separator is allowed between X, Y and Z values.

For example,

3 4 5

=

X=3, Y=4, Z=5

3,4,5

=

X=3, Y=4, Z=5

3:4:5

=

X=3, Y=4, Z=5

Modal values are not permitted.