HyperWorks Desktop

sty

sty

Previous topic Next topic No expanding text in this topic  

sty

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Sets the display style.

Syntax

sty <argument 1> <argument 2> <argument 3> <argument n>

Arguments

Name

Data Type

Description

 

pid

 

Set the display mode for selected components.

 

edg all

string, string

Edge mode for all components.

 

edg <id>

string, int

Edge mode for the selected component.

 

edg <range>

string, string

Edge mode for components within the range.

 

lin all

string, string

Line mode for all components.

 

lin <id>

string, int

Line mode for the selected component.

 

lin <range>

string, string

Line mode for components within the range.

 

bou all

string, string

Boundary mode for all components.

 

bou <id>

string, int

Boundary mode for the selected component.

 

bou <range>

string, string

Boundary mode for components within the range.

 

som all

string, string

Solid mesh mode for all componentsm

 

som <id>

string, int

Solid mesh mode for the selected component.

 

som <range>

string, string

Solid mesh mode for components within the range.

 

soe all

string, string

Solid edge mode for all components.

 

soe <id>

string, int

Solid edge mode for the selected component.

 

soe <range>

string, string

Solid edge mode for components within the range.

 

mid

 

Set the display mode for the selected materials.

 

edg all

string, string

Edge mode for all materials.

 

edg <id>

string, int

Edge mode for the selected material.

 

edg <range>

string, string

Edge mode for materials within the range.

 

lin all

string, string

Line mode for all materials.

 

lin <id>

string, int

Line mode for the selected material.

 

lin <range>

string, string

Line mode for materials within the range.

 

bou all

string, string

Boundary mode for all materials.

 

bou <id>

string, int

Boundary mode for the selected material.

 

bou <range>

string , string

Boundary mode for materials within the range.

 

som all

string , string

Solid mesh mode for all materials.

 

som <id>

string, int

Solid mesh mode for the selected material.

 

som <range>

string , string

Solid mesh mode for materials within the range.

 

soe all

string , string

Solid edge mode for all materials.

 

soe <id>

string, int

Solid edge mode for the selected material.

 

soe <range>

string , string

Solid edge mode for materials within the range.

 

int

 

Switches the fringe mode on/off for internal displacements.

 

uno all

string, string

Apply X displacement of all nodes.

 

vno all

string, string

Apply Y displacement of all nodes.

 

wno all

string, string

Apply A displacement of all nodes.

 

dno all

string, string

Apply total displacement of all nodes.

 

off all

string, string

Switches the fringe mode off.

 

fun

 

Switches the fringe mode on/off for tensor data types.

 

nod all

string, string

Switches node related data on for all the nodes.

 

ele all

string, string

Switches element related data on for all the elements.

 

off all

string, string

Switches the fringe mode off.

Returns

None.

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

To set the edge mode for all components:

sty pid edg all

 

To set the boundary mode for components 1, 2, 3, 5, 6, 7 and 8:

sty pid bou 1-3 5-7 8

 

To contour the X component of the displacement:

sty int uno all

 

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.

 

See Also:

Command Window - HyperView