*settransparentwithmeshlines
Sets the mesh line display when a component is transparent.
Syntax
*settransparentwithmeshlines mode
Type
HyperMesh Tcl Modify
Description
Sets the mesh line display when a component is transparent.
Inputs
- mode
- 0 - If a component is transparent, do not show mesh lines.
Example
To set mesh lines off when a component is transparent:
*settransparentwithmeshlines 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