*maskreverse

Reverses the masking state of a specific entity type.

Syntax

*maskreverse entity_type

Type

HyperMesh Tcl Modify Command

Description

Reverses the masking state of a specific entity type. For collected entities, only entities in displayed collectors are affected. This includes:
  • components (points, lines, surfaces, solids, elements, connectors)
  • points
  • lines
  • surfaces
  • solids
  • elements (both in components and groups)
  • connectors
  • groups (elements)
  • multibodies (ellipsoids, mbjoints, mbplanes)
  • ellipsoids
  • mbjoints
  • mbplanes
  • loadcols (loads)
  • loads
  • equations
  • systemcols (systems)
  • systems
  • vectorcols (vectors)
  • vectors
  • tags
  • domains
  • handles
  • morphconstraints
  • morphvolumes
  • shapes
  • symmetries

Example

To reverse the masking of all vectors in the displayed vector collectors:

*maskreverse vectorcols

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

9.0