*realizehmentity

Realizes HyperMesh entities.

Syntax

*realizeentity *realizehmentity entity_type mark_id ?targetentitytype=<value>?

Type

HyperMesh Tcl Modify Command

Description

Realizes HyperMesh entities.

Inputs

entity_type
The type of entity to realize. Currently only supported for constraints.
mark_id
The ID of the mark containing the entities to realize. Valid values are 1 and 2.
targetentitytype=<value>
The type of the target entity. Valid values are elements and groups.

Examples

To realize all constraints to elements:

        *createmark constraints 1 all
        *realizehmentity constraints 1 targetentitytype=elems
      

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

2022