Specify a two-point map for the copy operations and the IdenticalMesh feature to control the orientation of the source mesh on the destination.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,"TwoPointMap") to define a two-point map for the
CopyFace or
CopyDomain feature
<ftag>.
Use the TwoPointMap feature if you need to control how the source and destination faces/domains are matched in a copy mesh operation and in an
IdenticalMesh feature. When this feature is present, the source mesh is transformed so that
srcpoint1 is mapped to
dstpoint1 and
srcpoint2 is mapped to
dstpoint2.