ansys.meshing.prime.VolumeFillType
Last update: 17.07.2025VolumeFillType
class ansys.meshing.prime.VolumeFillType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Types of volume fill options.
Methods
| Name | Description |
|---|---|
VolumeFillType.conjugate |
Returns self, the complex conjugate of any int. |
VolumeFillType.bit_length(/) |
Number of bits necessary to represent self in binary. |
VolumeFillType.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
VolumeFillType.to_bytes(/[, length, ...]) |
Return an array of bytes representing an integer. |
VolumeFillType.from_bytes(/, bytes[, ...]) |
Return the integer represented by the given array of bytes. |
VolumeFillType.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
VolumeFillType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
VolumeFillType.real |
the real part of a complex number |
VolumeFillType.imag |
the imaginary part of a complex number |
VolumeFillType.numerator |
the numerator of a rational number in lowest terms |
VolumeFillType.denominator |
the denominator of a rational number in lowest terms |
VolumeFillType.TET |
Volume fill using tetrahedral cells. |
VolumeFillType.POLY |
Volume fill using polyhedral cells. |
VolumeFillType.HEXCORETET |
Volume fill using hexahedral cells in the core and tetrahedral cells near the boundary. |
VolumeFillType.HEXCOREPOLY |
Volume fill using hexahedral cells in the core and polyhedral cells near the boundary. |