Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"CopyEdge") to copy mesh between edges in a 2D or 3D geometry.
Use the properties source and
destination to specify the source and destination edges. 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. The
direction property controls the orientation of the copied mesh, and is relative the direction of the source edge with smallest number and the direction of the destination edge.