SizingType#

class ansys.meshing.prime.SizingType(value)#

Sizing type decides the type of size control.

Methods

SizingType.conjugate

Returns self, the complex conjugate of any int.

SizingType.bit_length(/)

Number of bits necessary to represent self in binary.

SizingType.bit_count(/)

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.

SizingType.as_integer_ratio(/)

Return integer ratio.

Attributes

SizingType.real

the real part of a complex number

SizingType.imag

the imaginary part of a complex number

SizingType.numerator

the numerator of a rational number in lowest terms

SizingType.denominator

the denominator of a rational number in lowest terms

SizingType.CURVATURE

Denotes the size control type is curvature.

SizingType.PROXIMITY

Denotes the size control type is proximity.

SizingType.HARD

Denotes the size control type is hard.

SizingType.SOFT

Denotes the size control type is soft.

SizingType.MESHED

Denotes the size control type is meshed.

SizingType.BOI

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 F1 car rear wing for external aero simulation

Mesh a generic PCB geometry with multiple hexa layers

Mesh a generic PCB geometry with multiple hexa layers

Create a contact patch for wrapping between a wheel and ground interface

Create a contact patch for wrapping between a wheel and ground interface

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)