drawmark.gs
Name
drawmark - Draw mark.
Synopsis
drawmark mark-name p q [size] [-f] [( -rgb r g b | -rgba r g b a)] [-by type] [-angle angle]
Description
To show help, simply run "draws".
Options
- mark-name
- Mark name. "triangle", "rectangle", "plus", or "circle".
- p, q
- Position.
- size
- Size. Default value is "1".
- -f
- Filled polygon.
- -rgb
- RGB values in [0-255].
- -rgba
- RGB and transparency values in [0-255].
- -by type
- Coordinate type. "world", "grid", or "xy". Defalut value is "xy".
- -angle angle
- Rotation angle of mark in degree. Default value is "0".
Script source code
- drawmark.gs (necessary)
- drawpoly.gs (necessary)
- qw2xy.gsf (necessary)
- qgr2xy.gsf (necessary)