*grouppreviewunused

Identifies the unused elements within a group.

Syntax

*grouppreviewunused mark displayed

Type

HyperMesh Tcl Modify Command

Description

Identifies the unused elements within a group.

Inputs

mark
The mark ID containing the groups.
displayed
Searches groups containing unused elements:
  • 0 - Searches all groups
  • 1 - Searches only displayed groups

Example

Creates a group with main elements 124, 158, 246 and 366 and secondary elements 130, 136 and 364, and review the selected elements:
*interfacecreate "one" 1 2 1
*createmark groups 2 "one"
*createmark elements 2
*interfaceadd "one" 0 elements 2 0
*createmark elements 1 124 158 246 366
*interfaceadd "one" 1 elements 1 0
*createmark elements 2 130 136 364
*interfaceadd "one" 0 elements 2 0
*createmark elements 1 124 130 136 158 246 364 366
*deletemark elements 1
*grouppreviewunused 1
*interfacecreate