Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"IdenticalMesh") to generate identical mesh on pairs of faces or edges in meshes that are conforming with geometry.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag1>).create(<ftag>,"IdenticalMesh") generate identical mesh on pairs of faces or edges in meshes that define their own geometric models.
IdenticalMesh is then a local attribute to the feature
<ftag1> that can be any of the types
RemeshFaces, and
RemeshEdges. For more information, see
Geometric Model.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection(property).set() or
model.component(<ctag>).mesh(<tag>).feature(<ftag1>).feature(<ftag>).property).set() to specify the geometric entity selection for the properties
group1 and
group2.