*removeassembly

Deletes assemblies and their contents, including recursive children.

Syntax

*removeassembly mark_id

Type

HyperMesh Tcl Modify Command

Description

Deletes assemblies and their contents, including recursive children.

Inputs

mark_id
The ID of the mark containing the assemblies to delete. Valid values are 1 and 2.

Example

To delete assemblies 1 and 2, including all recursive children and their contents:

*createmark assems 1 1 2
*removeassembly 1

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