ScopeEvaluationType#

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

ScopeDefinition uses evaluation type to evaluate the scope.

Methods

ScopeEvaluationType.conjugate

Returns self, the complex conjugate of any int.

ScopeEvaluationType.bit_length(/)

Number of bits necessary to represent self in binary.

ScopeEvaluationType.bit_count(/)

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

ScopeEvaluationType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

ScopeEvaluationType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

ScopeEvaluationType.as_integer_ratio(/)

Return integer ratio.

Attributes

ScopeEvaluationType.real

the real part of a complex number

ScopeEvaluationType.imag

the imaginary part of a complex number

ScopeEvaluationType.numerator

the numerator of a rational number in lowest terms

ScopeEvaluationType.denominator

the denominator of a rational number in lowest terms

ScopeEvaluationType.LABELS

Use labels to evaluate the scope.

ScopeEvaluationType.ZONES

Use zones to evaluate the scope.

Examples using ScopeEvaluationType#

Convert data when importing and exporting mesh and CAD formats

Convert data when importing and exporting mesh and CAD formats

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis

Mesh a PCB for structural thermal analysis

Mesh a PCB for structural thermal analysis

Mesh a saddle bracket for a structural analysis

Mesh a saddle bracket for a structural analysis

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

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)