AdvancedSurferSetup#

class ansys.meshing.prime.AdvancedSurferSetup(*values)#

Define advanced settings for remeshing operation.

Methods

AdvancedSurferSetup.conjugate

Returns self, the complex conjugate of any int.

AdvancedSurferSetup.bit_length(/)

Number of bits necessary to represent self in binary.

AdvancedSurferSetup.bit_count(/)

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

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

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

AdvancedSurferSetup.as_integer_ratio(/)

Return a pair of integers, whose ratio is equal to the original int.

AdvancedSurferSetup.is_integer(/)

Returns True.

Attributes

AdvancedSurferSetup.real

the real part of a complex number

AdvancedSurferSetup.imag

the imaginary part of a complex number

AdvancedSurferSetup.numerator

the numerator of a rational number in lowest terms

AdvancedSurferSetup.denominator

the denominator of a rational number in lowest terms

AdvancedSurferSetup.NONE

Option to define no advanced settings.

AdvancedSurferSetup.WRAPPER

Option to define advanced settings for wrapper surfaces.