AM_VIEW_UPDATE updates an existing view, and sets the default update colors.
+---------------------------------<-------------------------------+
| |
| |
---->(AM_VIEW_UPDATE)---+---(:UPDATE_AMOUNT)---+---(0)---(:FORCE_UPDATE)--+--(:ON)---+----+---->
| | | | |
| | +--(:OFF)--+ |
| | |
| +---(2)---(:ALL_IN_SHEET)--|sheet number|--+
| | |
| +---(3)---(:VIEW-NAME)---|select view|-----+
| |
| |
+---(:EQUAL_3D)-----|GET_RGB_COLOR_SA|----------------------------+
| |
+---(:UPD_3D)-------|GET_RGB_COLOR_SA|----------------------------+
| |
+---(:NEW_3D)-------|GET_RGB_COLOR_SA|----------------------------+
| |
+---(:TRANSF_2D)----|GET_RGB_COLOR_SA|----------------------------+
| |
+---(:UPD_2D)-------|GET_RGB_COLOR_SA|----------------------------+
| |
+---(:RECRE_2D)-----|GET_RGB_COLOR_SA|----------------------------+
- :UPDATE_AMOUNT specifies whether to update an entire drawing, a single
sheet or a single view:
- 0 updates the entire drawing.
- :FORCE_UPDATE instructs Annotation to update all views (:ON), including
those that are already up-to-date.
- 2 updates a single sheet.
- :ALL_IN_SHEET determines the sheet to update.
- 3 updates a single view.
- :VIEW-NAME determines the view to update.
The following commands set the defaults for the view update colors.
Each calls up the GET_RGB_COLOR_SA subaction. Use this subaction
to specify the new RGB or HSL color.
- :EQUAL_3D determines the color of geometry that has not changed
from the original view to the updated view.
- :UPD_3D determines the color of geometry that has changed
from the original view to the updated view.
- :NEW_3D determines the color of geometry that is new to the
3D design, and therefore new to the updated view.
- :TRANSF_2D determines the color of 2D data referring to 3D
features unchanged from the original view to the updated view.
- :UPD_2D determines the color of 2D data referring to 3D
features which have been changed from the original view to the
updated view.
- :RECRE_2D determines the color of 2D data referring to 3D
features which no longer exist in the updated view.
Use this action to update a view, and set the update colors for
view geometry.
GET_RGB_COLOR_SA subaction,
AM_CREATE_STANDARD terminate action,
AM_CREATE_GENERAL terminate action,
AM_CREATE_SECTION terminate action,
AM_CREATE_DETAIL terminate action,
AM_CREATE_FLAT_VIEW terminate action