hm_unregisterentitysubtypefilter

Unregisters an entity sub-type filter for usage by *createmarkpanel or *createentitypanel.

Syntax

hm_unregisterentitysubtypefilter entity_type

Type

HyperMesh Tcl GUI Command

Description

Unregisters an entity sub-type filter for usage by *createmarkpanel or *createentitypanel. Note that filters persist through an entire HyperMesh session unless they are cleared.

Inputs

entity_type
The type of entity to unregister the filter for.

Example

To register a filter for properties with the card image PSHELL, prompt the user to select, and unregister:

hm_registerentitysubtypefilter props cardimage PSHELL
*createmarkpanel props 1 "Select a PSHELL property."
hm_unregisterentitysubtypefilter props

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

13.0