*EntityPreviewUnused

Searches the specified entities for any unused entities, and stores them in the outputmark.

Syntax

*EntityPreviewUnused entity type outputmark

Type

HyperMesh Tcl Modify Command

Description

Searches the specified entities for any unused entities, and stores them in the outputmark.

Inputs

entity type
The entity type to check.
outputmark
The unused entities IDs.

Example

To store all unused properties in the mark:
*EntityPreviewUnused(props, mark)
The following elements can be used with *EntityPreviewUnused():
Props
Unused when there are no components, elements, or attributes pointing to the property.
Mats
Unused when there are no components, properties, groups, or attributes pointing to the material
Curves
Unused when the curve is not contained in any plots or when no attributes point to the curve.