ContactPatchAxis#

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

Flow or wake direction for BOI creation.

Methods

ContactPatchAxis.conjugate

Returns self, the complex conjugate of any int.

ContactPatchAxis.bit_length(/)

Number of bits necessary to represent self in binary.

ContactPatchAxis.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

ContactPatchAxis.to_bytes(/, length, ...[, ...])

Return an array of bytes representing an integer.

ContactPatchAxis.from_bytes(/, bytes, ...[, ...])

Return the integer represented by the given array of bytes.

ContactPatchAxis.as_integer_ratio(/)

Return integer ratio.

Attributes

ContactPatchAxis.real

the real part of a complex number

ContactPatchAxis.imag

the imaginary part of a complex number

ContactPatchAxis.numerator

the numerator of a rational number in lowest terms

ContactPatchAxis.denominator

the denominator of a rational number in lowest terms

ContactPatchAxis.X

Flow or wake inflation in the X direction for BOI creation.

ContactPatchAxis.Y

Flow or wake inflation in the Y direction for BOI creation.

ContactPatchAxis.Z

Flow or wake inflation in the Z direction for BOI creation.

Examples using ContactPatchAxis#

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

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