*realizeentity

Realizes an engineering entity into solver data.

Syntax

*realizeentity entity_type <select_type>=<selection> ?option1=<value1> option2=<value2> ...?

Type

HyperMesh Tcl Modify Command

Description

Realizes an engineering entity into solver data.

Inputs

entity_type
The type of engineering entity to realize. Currently only supported for fields.
<select_type>=<selection>
The engineering entity to realize. There are several ways to provide the entity to be modified. Only one option can be used at a time:
id=<id>
The ID of the single entity to modify.
name=<name>
The name of the single entity to modify.
The remaining option=value strings are documented within the subtopics of each supported entity type.

Example

Examples are provided within the subtopics of each supported entity type.

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

14.0