*realizeengineeringentities

Realize engineering entities.

Syntax

*realizeengineeringentities entity_type mark_id reserved

Type

HyperMesh Tcl Modify Command

Description

Realize engineering entities.

Inputs

entity_type
The type of engineering entities to realize.
mark_id
The ID of the mark containing the engineering entities to realize. Valid values are 1 and 2.
reserved
Reserved for future use. Must be set to 0.

Example

Realize mass entities with IDs 1 and 2:

*createmark masses 1 1 2
*realizeengineeringentities masses 1 0

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

2017.2