*ME_ModulePopulate

Moves entities from one part to another.

Syntax

*ME_ModulePopulate id reserved entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Moves entities from one part to another.

Inputs

id
The ID of the 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 components ID 22-24 to part ID 168:

*createmark comps 1 22-24
*ME_ModulePopulate 168 "" comps 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