AM_GEO_MODIFY changes the color and line type of existing geometry.
+-----------------------<------------------------+
| |
| |
---->(AM_GEO_MODIFY)----+----(:GEO_SEL_ITEMS)-----|select geometry|------+----->
| |
| |
+----(:COLOR)-----|GET_RGB_COLOR_SA|-------------+
| |
| |
+----(:LINE_TYPE)----+----(:SOLID)---------------+
| |
+----(:DOTTED)--------------+
| |
+----(:DASHED)--------------+
| |
+----(:LONG_DASHED)---------+
| |
+----(:DOT_CENTER)----------+
| |
+----(:DASH_CENTER)---------+
| |
+----(:CENTER_DASH_DASH)----+
| |
+----(:PHANTOM)-------------+
- :GEO_SEL_ITEMS selects the geometry to be modified.
- :COLOR automatically calls up the GET_RGB_COLOR_SA subaction.
Use this subaction to specify the new RGB or HSL color.
- :LINE_TYPE specifies the new line type. It takes the eight line
types above as suboptions.
Use this action to modify the color or line type of existing
geometry.
GET_RGB_COLOR_SA subaction,
AM_GEO_COLOR terminate action,
AM_GEO_LTYPE terminate action