WrapRegion#

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

Indicates source type to extract wrapper region.

Methods

WrapRegion.conjugate

Returns self, the complex conjugate of any int.

WrapRegion.bit_length(/)

Number of bits necessary to represent self in binary.

WrapRegion.bit_count(/)

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

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

Return an array of bytes representing an integer.

WrapRegion.from_bytes(/, bytes, byteorder, *)

Return the integer represented by the given array of bytes.

WrapRegion.as_integer_ratio(/)

Return integer ratio.

Attributes

WrapRegion.real

the real part of a complex number

WrapRegion.imag

the imaginary part of a complex number

WrapRegion.numerator

the numerator of a rational number in lowest terms

WrapRegion.denominator

the denominator of a rational number in lowest terms

WrapRegion.MATERIALPOINT

Option to use live material points to extract wrapper region.

WrapRegion.EXTERNAL

Option to extract exterior wrapper region.

WrapRegion.LARGESTINTERNAL

Option to extract largest internal wrapper region.

Examples using WrapRegion#

Mesh a pipe T-section for structural thermal and fluid flow analysis

Mesh a pipe T-section for structural thermal and fluid flow analysis

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis

Create a contact patch for wrapping between a wheel and ground interface

Create a contact patch for wrapping between a wheel and ground interface