*realizeengineeringentity

Realize an engineering entity.

Syntax

*realizeengineeringentity entity_type entity_id reserved

Type

HyperMesh Tcl Modify Command

Description

Realize an engineering entity.

Inputs

entity_type
The type of engineering entity to realize.
reserved
Reserved for future use. Must be set to 0.

Example

Realize the mass entity with ID 10:

*realizeengineeringentity masses 10 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