SurfaceFeatureType#

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

Type of face edges considered as features.

Attributes

SurfaceFeatureType.NONE

None of face edges are considered as feature.

SurfaceFeatureType.ZONEBOUNDARY

Face edges at zone boundary are considered as feature.

SurfaceFeatureType.FEATURE

Face edges with normal angle more than threshold are considered as feature.

SurfaceFeatureType.FEATUREORZONEBOUNDARY

Face edges at zone boundary or with normal angle more than threshold are considered as feature.

SurfaceFeatureType.ZONELETBOUNDARY

Face edges at zonelet boundary are considered as feature.

SurfaceFeatureType.FEATUREORZONELETBOUNDARY

Face edges at zonelet boundary or with normal angle more than threshold are considered as feature.