IdenticalMesh
Use this attribute to generate identical mesh on pairs of faces (3D) or edges.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"IdenticalMesh");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
model.component(<ctag>).mesh(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).getType(property);
Description
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.
The following properties are available:
1 | 2
See Also
OnePointMap, TwoPointMap, EdgeMap, FreeTet, FreeTri, FreeQuad, RemeshFaces, RemeshDomains