SurfaceFeatureType#

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

Type of face edges considered as features.

Methods

SurfaceFeatureType.conjugate

Returns self, the complex conjugate of any int.

SurfaceFeatureType.bit_length(/)

Number of bits necessary to represent self in binary.

SurfaceFeatureType.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

SurfaceFeatureType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

SurfaceFeatureType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

SurfaceFeatureType.as_integer_ratio(/)

Return integer ratio.

Attributes

SurfaceFeatureType.real

the real part of a complex number

SurfaceFeatureType.imag

the imaginary part of a complex number

SurfaceFeatureType.numerator

the numerator of a rational number in lowest terms

SurfaceFeatureType.denominator

the denominator of a rational number in lowest terms

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.