*settransparency

Toggles the shaded surface transparency feature on and off.

Syntax

*settransparency onoff

Type

HyperMesh Tcl Modify Command

Description

Toggles the shaded surface transparency feature on and off.

Inputs

onoff
Determines whether the shaded surface transparency feature is turned on or off.
1 on
0 off

Example

To make the shaded surfaces in these comps on the mark transparent:

*settransparency(1)
*createmark(components,1) "middle"
*transparencymark(1)

Errors

None.