*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.
Example
Unrealize masses with IDs 10 and 20:
*createmark masses 1 10 20
*unrealizeengineeringentities masses 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017.2