SplineRefinementType#

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

Type of spline refinement. Currently, supports h-refinement and p-refinement.

Methods

SplineRefinementType.conjugate

Returns self, the complex conjugate of any int.

SplineRefinementType.bit_length(/)

Number of bits necessary to represent self in binary.

SplineRefinementType.bit_count(/)

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

SplineRefinementType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

SplineRefinementType.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

SplineRefinementType.as_integer_ratio(/)

Return integer ratio.

Attributes

SplineRefinementType.real

the real part of a complex number

SplineRefinementType.imag

the imaginary part of a complex number

SplineRefinementType.numerator

the numerator of a rational number in lowest terms

SplineRefinementType.denominator

the denominator of a rational number in lowest terms

SplineRefinementType.H

H refinement of spline.

SplineRefinementType.P

P refinement of spline.