BCsVolumetricModality
Last update: 17.07.2025class ansys.meshing.prime.BCsVolumetricModality(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Indicate options to identify morphable region in input volumetric mesh.
Methods
| Name | Description |
|---|---|
BCsVolumetricModality.conjugate |
Returns self, the complex conjugate of any int. |
BCsVolumetricModality.bit_length(/) |
Number of bits necessary to represent self in binary. |
BCsVolumetricModality.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
BCsVolumetricModality.to_bytes(/[, length, ...]) |
Return an array of bytes representing an integer. |
BCsVolumetricModality.from_bytes(/, bytes[, ...]) |
Return the integer represented by the given array of bytes. |
BCsVolumetricModality.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
BCsVolumetricModality.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
BCsVolumetricModality.real |
the real part of a complex number |
BCsVolumetricModality.imag |
the imaginary part of a complex number |
BCsVolumetricModality.numerator |
the numerator of a rational number in lowest terms |
BCsVolumetricModality.denominator |
the denominator of a rational number in lowest terms |
BCsVolumetricModality.BOX |
Option to identify nodes enclosed by bounding box as morphable nodes from the input volumetric mesh. |
BCsVolumetricModality.ALL |
Option to identify all nodes expect fixed nodes as morphable nodes from the input volumetric mesh. |