hm_postcardeditorforentity

Posts a card editor for a selected entity.

Syntax

hm_postcardeditorforentity entity_type entity_id ?title?

Type

HyperMesh Tcl Query Command

Description

This command posts a card editor for a selected entity.

Inputs

entity_type
The type of entity to post the card editor for.
entity_id
The ID of the entity to post the card editor for.
title
The title of the card editor dialog. The default title is “Edit <entity type>”.

Example

To display a card editor for the component with ID 2:

hm_postcardeditorforentity 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