sty
Sets the display style.
Syntax
sty <argument 1> <argument 2> <argument 3> <argument n>
Inputs
- pid
 - Set the display mode for selected components.
 - edg all
 - Edge mode for all components.
 - edg <id>
 - Edge mode for the selected component.
 - edg <range>
 - Edge mode for components within the range.
 - lin all
 - Line mode for all components.
 - lin <id>
 - Line mode for the selected component.
 - lin <range>
 - Line mode for components within the range.
 - bou all
 - Boundary mode for all components.
 - bou <id>
 - Boundary mode for the selected component.
 - bou <range>
 - Boundary mode for components within the range.
 - som all
 - Solid mesh mode for all components.
 - som <id>
 - Solid mesh mode for the selected component.
 - som <range>
 - Solid mesh mode for components within the range.
 - soe all
 - Solid edge mode for all components.
 - soe <id>
 - Solid edge mode for the selected component.
 - soe <range>
 - Solid edge mode for components within the range.
 - mid
 - Set the display mode for the selected materials.
 - edg all
 - Edge mode for all materials.
 - edg <id>
 - Edge mode for the selected material.
 - edg <range>
 - Edge mode for materials within the range.
 - lin all
 - Line mode for all materials.
 - lin <id>
 - Line mode for the selected material.
 - lin <range>
 - Line mode for materials within the range.
 - bou all
 - Boundary mode for all materials.
 - bou <id>
 - Boundary mode for the selected material.
 - bou <range>
 - Boundary mode for materials within the range.
 - som all
 - Solid mesh mode for all materials.
 - som <id>
 - Solid mesh mode for the selected material.
 - som <range>
 - Solid mesh mode for materials within the range.
 - soe all
 - Solid edge mode for all materials.
 - soe <id>
 - Solid edge mode for the selected material.
 - soe <range>
 - Solid edge mode for materials within the range.
 - int
 - Switches the fringe mode on/off for internal displacements.
 - uno all
 - Apply X displacement of all nodes.
 - vno all
 - Apply Y displacement of all nodes.
 - wno all
 - Apply A displacement of all nodes.
 - dno all
 - Apply total displacement of all nodes.
 - off all
 - Switches the fringe mode off.
 - fun
 - Switches the fringe mode on/off for tensor data types.
 - nod all
 - Switches node related data on for all the nodes.
 - ele all
 - Switches element related data on for all the elements.
 - off all
 - Switches the fringe mode off.
 
Outputs
Nothing.
Errors
No error codes.
You are prompted if model/results are not loaded on the active window.
If no argument(s)/wrong argument(s) is supplied to the command, then the usage of the command is output based on the level of error.
Examples
- Example 1
 - To set the edge mode for all
                            components:
sty pid edg all - Example 2
 - To set the boundary mode for components 1, 2, 3, 5, 6, 7 and
                            8:
sty pid bou 1-3 5-7 8 - Example 3
 - To contour the X component of the
                            displacement:
sty int uno all - Example 4
 - To contour elemental results for the currently selected data
                            type:
sty fun ele all 
Comments
To use the sty function command, the data type should be set by using the rea function command.