ShellBLOffsetType#

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

Type of offset method during ShellBL generation.

Methods

ShellBLOffsetType.conjugate

Returns self, the complex conjugate of any int.

ShellBLOffsetType.bit_length(/)

Number of bits necessary to represent self in binary.

ShellBLOffsetType.bit_count(/)

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

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

Return an array of bytes representing an integer.

ShellBLOffsetType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

ShellBLOffsetType.as_integer_ratio(/)

Return integer ratio.

Attributes

ShellBLOffsetType.real

the real part of a complex number

ShellBLOffsetType.imag

the imaginary part of a complex number

ShellBLOffsetType.numerator

the numerator of a rational number in lowest terms

ShellBLOffsetType.denominator

the denominator of a rational number in lowest terms

ShellBLOffsetType.ASPECTRATIO

Option to set ShellBL offset type as Aspect Ratio.

ShellBLOffsetType.LASTRATIO

Option to set ShellBL offset type as Last Ratio.

ShellBLOffsetType.UNIFORM

Option to set ShellBL offset type as Uniform.

ShellBLOffsetType.CURVATUREBASED

Option to set ShellBL offset type as CurvatureBased.