*markmovetomodule
Organizes entities into a module.
Syntax
*markmovetomodule entity_type mark_id module_name
Type
HyperMesh Tcl Modify Command
Description
This command organizes entities into a module.
Inputs
- entity_type
 - The type of entity to organize.
 - mark_id
 - The ID of the mark containing the entities to organize. Valid values are 1 and 2.
 - module_name
 - The name of the module to organize the entities into.
 
Example
To move comps 1-4 into module "Test":
*createmark comps 1 1-4
*markmovetomodule comps 1 "Test"
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}