*unrealizeengineeringentities

Unrealize engineering entities.

Syntax

*unrealizeengineeringentities entity_type mark_id unrealize_mode

Type

HyperMesh Tcl Modify Command

Description

Unealize engineering entities.

Inputs

entity_type
The type of engineering entities to unrealize.
mark_id
The ID of the mark containing the engineering entities to unrealize. Valid values are 1 and 2.
unrealize_mode
0 - Delete entities from realization. Only current solver/profile is affected.
1 - Maintain entities from realization. Only current solver/profile is affected.
10 - Delete entities from realization. All entities including other solvers/profiles are affected.
11 - Maintain entities from realization. All entities including other solvers/profiles are affected.

Example

Unrealize masses with IDs 10 and 20:

*createmark masses 1 10 20
*unrealizeengineeringentities 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