CadFaceter
Last update: 17.07.2025class ansys.meshing.prime.CadFaceter(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Types of CAD faceter.
Methods
| Name | Description |
|---|---|
CadFaceter.conjugate |
Returns self, the complex conjugate of any int. |
CadFaceter.bit_length(/) |
Number of bits necessary to represent self in binary. |
CadFaceter.bit_count(/) |
Number of ones in the binary representation of the absolute value of self. |
CadFaceter.to_bytes(/[, length, byteorder, ...]) |
Return an array of bytes representing an integer. |
CadFaceter.from_bytes(/, bytes[, byteorder, ...]) |
Return the integer represented by the given array of bytes. |
CadFaceter.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
CadFaceter.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
CadFaceter.real |
the real part of a complex number |
CadFaceter.imag |
the imaginary part of a complex number |
CadFaceter.numerator |
the numerator of a rational number in lowest terms |
CadFaceter.denominator |
the denominator of a rational number in lowest terms |
CadFaceter.ACIS |
Denotes CAD faceter is Acis. |
CadFaceter.PARASOLID |
Denotes CAD faceter is Parasolid. |