SplineFeatureCaptureType#

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

Options to capture features in spline.

Methods

SplineFeatureCaptureType.conjugate

Returns self, the complex conjugate of any int.

SplineFeatureCaptureType.bit_length(/)

Number of bits necessary to represent self in binary.

SplineFeatureCaptureType.bit_count(/)

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

SplineFeatureCaptureType.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

SplineFeatureCaptureType.from_bytes(/, ...)

Return the integer represented by the given array of bytes.

SplineFeatureCaptureType.as_integer_ratio(/)

Return integer ratio.

Attributes

SplineFeatureCaptureType.real

the real part of a complex number

SplineFeatureCaptureType.imag

the imaginary part of a complex number

SplineFeatureCaptureType.numerator

the numerator of a rational number in lowest terms

SplineFeatureCaptureType.denominator

the denominator of a rational number in lowest terms

SplineFeatureCaptureType.IGNORE

Ignores feature capture in spline.

SplineFeatureCaptureType.BYANGLE

Uses angle for capturing features in spline.

SplineFeatureCaptureType.BYEDGES

Use edges for capturing features in spline.