LSDynaFileFormatType#

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

Provides the format type to write the LS-DYNA file.

Methods

LSDynaFileFormatType.conjugate

Returns self, the complex conjugate of any int.

LSDynaFileFormatType.bit_length(/)

Number of bits necessary to represent self in binary.

LSDynaFileFormatType.bit_count(/)

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

LSDynaFileFormatType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

LSDynaFileFormatType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

LSDynaFileFormatType.as_integer_ratio(/)

Return integer ratio.

Attributes

LSDynaFileFormatType.real

the real part of a complex number

LSDynaFileFormatType.imag

the imaginary part of a complex number

LSDynaFileFormatType.numerator

the numerator of a rational number in lowest terms

LSDynaFileFormatType.denominator

the denominator of a rational number in lowest terms

LSDynaFileFormatType.REGULAR

Option to select 8-char width format to write ids for elements and nodes.

LSDynaFileFormatType.I10

Option to select 10-char width format to write ids for elements and nodes.