Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"Copy") to copy a mesh between meshing sequences. Any meshing sequence can be used as the source of the operation, whereas the destination sequence cannot contain an imported mesh. The dimension of the source sequence must be less than or equal to the dimension of the destination sequence.
Use the properties source and
destination to specify the geometric entities of the source and destination (except when the dimension is set to copy the entire geometry). The
copymethod property determines which type of copy is used: single copy (all-to-one), array copy (one-to-one), or automatic detection. The value
auto lets the software choose between single copy (all-to-one), array copy (one-to-one), or a mixture of the two.