*setmeshtransparency

Controls the mesh transparency.

Syntax

*setmeshtransparency level

Type

HyperMesh Tcl Modify

Description

Controls the mesh transparency.

Inputs

level
A double value from 0-10. 0 means no transparency. Smaller values indicate minimal transparency. Higher values mean more transparency.

Example

To set mesh transparency to 5.0:
*setmeshtransparency 5.0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0