Use of $!BASICSIZE to customize the size selections in Tecplot 360
Problem: The default sizes and line thicknesses are too varied and some are too large. Is there a way to customize the size selections? Solution: Using $!BASICSIZE from the configuration file, users can customize the default sizes in the user interface. For example, these commands will update the Line Thickness options and the Symbol Sizes: $!BASICSIZE LINETHICKNESSES { MEDIUM = 0.2 LARGE = 0.3 HUGE = 0.4 } SYMBOLSIZES { […]