FuseOption#

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

Type to specify treatment of surfaces for fusing.

Attributes

FuseOption.NONE

No action to be taken for surfaces being fused.

FuseOption.TRIMONESIDE

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

FuseOption.TRIMTWOSIDES

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