*realizehmentity
Realizes HyperMesh entities.
Syntax
*realizeentity 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
*createmark constraints 1 all
*realizehmentity constraints 1 targetentitytype=elems
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022