*unrealizeengineeringentity

Unrealize an engineering entity.

Syntax

*unrealizeengineeringentity entity_type entity_id unrealize_mode

Type

HyperMesh Tcl Modify Command

Description

Unrealize an engineering entity.

Inputs

entity_type
The type of engineering entity to unrealize.
entity_id
The ID of the engineering entity to unrealize.
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 mass with ID 10:

*unrealizeengineeringentity 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