hm_postcardeditorformarkmask

Posts a card editor for a mark of entities.

Syntax

hm_postcardeditorformarkmask entity_type mark_id ?title?

Type

HyperMesh Tcl Query Command

Description

This command posts a card editor for a mark of entities.

Inputs

entity_type
The type of entity to post the card editor for.
mark_id
The ID of the mark containing the entities to post the card editor for. Valid values are 1 and 2.
title
Specifies the title of the card editor dialog. The default title is “Edit <entity_type>”.

Example

To display a card editor for components with IDs 1-5:

*createmark comps 2 1-5
hm_postcardeditorformarkmask comps 2

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

2023