DA_PP_SYMBOLS_SET allows modification of the display options when symbol display is selected.
-->(DA_PP_SYMBOLS_SET)---+-----(:DA_SCALE_METHOD)-------+--(:PERCENT_SCALE)--+---+--> | | | | | +--(:FACTOR_SCALE)---+ | | | | | | +--(:FIXED_SCALE)----+ | | | +-----(:DA_SCALE_PERCENT)---------|number|--------------+ | | +-----(:DA_SCALE_FACTOR)----------|number|--------------+ | | +-----(:DA_FIXED_VALUE)-----------|number|--------------+ | | +-----(:DA_SYMBOL_COLOR)-------+--(:BLUE)-----+---------+ | | | | | +--(:GREEN)----+ | | | | | | +--(:LT_BLUE)--+ | | | | | | +--(:RED)------+ | | | | | | +--(:MAGENTA)--+ | | | | | | +--(:YELLOW)---+ | | | | | | +--(:BROWN)----+ | | | | | | +--(:GRAY)-----+ | | | +-----(:DA_SYMBOL_LOCATION)----+--(:AT_NODES)-------+---+ | | | | | +--(:ELEM_CENTROID)--+ | | | | | | +--(:ELEM_FACE)------+ | | | +-----(:DA_UPDATE_DISPLAY)------------------------------+ | | +-------<-----------<----------<---------<-----------<--+
:DA_SCALE_METHOD
- enables scale method selection.
:FACTOR_SCALE
- enables specification of a multiplication factor with DA_SCALE_FACTOR
.
:PERCENT_SCALE
- enables specification of a percentage value of the total model size for calculating the magnification factor with :DA_SCALE_PERCENT
.
:FIXED_SCALE
- enables selection of a fixed length for all symbols with :DA_FIXED_VALUE
.
:DA_SCALE_FACTOR
- specifies a multiplication factor.
:DA_SCALE_PERCENT
- specifies a percentage value for calculating scale factor.
:DA_FIXED_VALUE
- specifies a fixed symbol length for display.
:DA_SYMBOL_COLOR
- enables specification of the symbol display color.
:DA_SYMBOL_LOCATION
- enables specification of a symbol positioning option.
:AT_NODES
- selects symbols positioned at element nodes.
:ELEM_CENTROID
- selects symbols positioned at element centroids.
:ELEM_FACE
- selects symbols positioned at element faces.
:DA_UPDATE_DISPLAY
- updates the results window according to the selected symbol display options.