SizingType#
- class ansys.meshing.prime.SizingType(value)#
Sizing type decides the type of size control.
Methods
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
Number of ones in the binary representation of the absolute value of self.
SizingType.to_bytes
(/, length, byteorder, *)Return an array of bytes representing an integer.
SizingType.from_bytes
(/, bytes, byteorder, *)Return the integer represented by the given array of bytes.
Return integer ratio.
Attributes
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
Denotes the size control type is curvature.
Denotes the size control type is proximity.
Denotes the size control type is hard.
Denotes the size control type is soft.
Denotes the size control type is meshed.
Denotes the size control type is body of influence.
Examples using SizingType#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic PCB geometry with multiple hexa layers
Create a contact patch for wrapping between a wheel and ground interface
Mesh a set of solder balls (beta)