Skip to main content

Prime Mesh Python client library 2024 R2

SurfaceFeatureType

Last update: 17.07.2025

class ansys.meshing.prime.SurfaceFeatureType(value)

Type of face edges considered as features.

Attributes

Name Description
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.

Connect with Ansys