*transparencymark
Makes the shaded surfaces in components on the mark transparent.
Syntax
*transparencymark mark
Type
HyperMesh Tcl Modify Command
Description
Makes the shaded surfaces in components on the mark transparent.
Inputs
- mark
- The mark containing the components that will be transparent.
Example
To make the shaded surfaces in the components on the mark transparent:
*settransparency 1
*createmark components 1 "middle"
*transparencymark 1
*createmark() is required for this command.
Errors
None.