MatchedMeshOption#

class ansys.meshing.prime.MatchedMeshOption(value)#

Type to specify treatment of matched mesh. This is for internal use only.

Attributes

MatchedMeshOption.NONE

No action to be taken for matched mesh.

MatchedMeshOption.TRIMONESIDE

Delete matched faces on one side and merge matched nodes at middle locations (works only within a single part).

MatchedMeshOption.TRIMTWOSIDES

Delete matched faces on both sides and merge matched nodes at middle locations (works only within a single part).