*window_entitymark

Fits the view to the entities on the mark.

Syntax

*window_entitymark entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Fits the view to the entities on the mark.

Inputs

entity_type
The type of entity to fit.
mark_id
The ID of the mark of entities to fit. Valid values are 1 and 2.

Examples

To fit the view to elements 1-10:

*createmark elems 1 1-10
*window_entitymark elems 1

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

2019