*ME_ModulePopulate
Moves entities from one module to another.
Syntax
*ME_ModulePopulate id reserved entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
Moves entities from one module to another.
Inputs
- id
- The ID of the module part to move the entities to.
- reserved
- Reserved for future use. Must be set as "".
- entity_type
- The type of entity to move.
- mark_id
- The ID of the mark containing the entities to move. Valid values are 1 and 2.
Example
Move comps 22-24 to module part 168:
*createmark comps 1 22-24
*ME_ModulePopulate 168 "" comps 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0