ThinStripType
Last update: 10.09.2025class ansys.meshing.prime.ThinStripType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The type to identify strip of face elements as thin strips using shape formed by features around the strip of face elements.
Methods
| Name | Description |
|---|---|
ThinStripType.conjugate |
Returns self, the complex conjugate of any int. |
ThinStripType.bit_length(/) |
Number of bits necessary to represent self in binary. |
ThinStripType.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
ThinStripType.to_bytes(/[, length, ...]) |
Return an array of bytes representing an integer. |
ThinStripType.from_bytes(/, bytes[, ...]) |
Return the integer represented by the given array of bytes. |
ThinStripType.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
ThinStripType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
ThinStripType.real |
the real part of a complex number |
ThinStripType.imag |
the imaginary part of a complex number |
ThinStripType.numerator |
the numerator of a rational number in lowest terms |
ThinStripType.denominator |
the denominator of a rational number in lowest terms |
ThinStripType.ALL |
Thin strips of all shapes. |
ThinStripType.EXCLUDEVSHAPE |
Thin strips of all, but not v shape. |
ThinStripType.VSHAPE |
Thin strips of v shape only. |