*ME_ModuleOccurrenceDelete
Deletes a module part or part assembly, including any recursive contents.
Syntax
*ME_ModuleOccurrenceDelete id reserved
Type
HyperMesh Tcl Modify Command
Description
Deletes a module part or part assembly, including any recursive contents.
Inputs
- id
- The ID of the module to delete. The module must be an occurrence.
- reserved
- Reserved for future use. Must be set as "".
Example
Delete module ID 168 and all its recursive contents:
*ME_ModuleOccurrenceConvert 168 ""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