hm_posteeformarkmask
Posts a pop-up for a mark of entities.
Syntax
hm_posteeformarkmask entity_type mark_id ?title? ?modal? ?disable_create_edit?
Type
HyperMesh Tcl Query Command
Description
Posts a pop-up for a mark of entities.
Inputs
- entity_type
- The type of entity to post the editor for.
- mark_id
- The ID of the mark containing the entities to post the dialog for. Valid values are 1 and 2.
- title (optional)
- Specifies the title of the dialog. The default title is Entity Editor.
- modal (optional)
- Specifies whether the dialog is modal (1, default) or not (0).
- disable_create_edit (optional)
- Specifies whether to disable the Create and Edit context menu items (1) or not (0, default).
Example
To display an Entity Editor for components 1-5:
*createmark comps 2 1-5
hm_posteeformarkmask comps 2
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0