TopoSearchField#

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

Toposearch diagnostic field.

Methods

TopoSearchField.conjugate

Returns self, the complex conjugate of any int.

TopoSearchField.bit_length(/)

Number of bits necessary to represent self in binary.

TopoSearchField.bit_count(/)

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

TopoSearchField.to_bytes(/, length, byteorder, *)

Return an array of bytes representing an integer.

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

Return the integer represented by the given array of bytes.

TopoSearchField.as_integer_ratio(/)

Return integer ratio.

Attributes

TopoSearchField.real

the real part of a complex number

TopoSearchField.imag

the imaginary part of a complex number

TopoSearchField.numerator

the numerator of a rational number in lowest terms

TopoSearchField.denominator

the denominator of a rational number in lowest terms

TopoSearchField.OVERLAPPINGTOPOFACES

Diagnoses overlapping or partially overlapping topofaces.

TopoSearchField.INTERSECTINGTOPOFACES

Diagnoses intersecting topofaces.

TopoSearchField.SELFINTERSECTINGTOPOFACES

Diagnoses topofaces with self intersecting bounding edges.

TopoSearchField.BROKENLOOPTOPOFACES

Diagnoses topofaces with open or broken bounding edge loops.

TopoSearchField.NOBOUNDARYLOOPTOPOFACES

Diagnoses topofaces without bounding edges.

TopoSearchField.INVALIDBOUNDARYTOPOFACES

Diagnoses topofaces with incorrect bounding edge orientation.

TopoSearchField.SMALLTOPOEDGES

Diagnoses topofaces with small topoedges.

TopoSearchField.INCORRECTBOUNDARYORIENTATIONTOPOFACES

Diagnoses topofaces with incorrect boundary orientations.

TopoSearchField.INCONSISTENTNORMALORIENTATIONTOPOFACES

Diagnoses topofaces with inconsistent normal orientations.

TopoSearchField.NUMBEROFFIELDS

Diagnoses all topofaces.