ansys.meshing.prime.SplineFeatureCaptureType
Last update: 10.09.2025SplineFeatureCaptureType
class ansys.meshing.prime.SplineFeatureCaptureType(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Options to capture features in spline.
Methods
| Name | Description |
|---|---|
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(/[, ...]) |
Return an array of bytes representing an integer. |
SplineFeatureCaptureType.from_bytes(/, bytes) |
Return the integer represented by the given array of bytes. |
SplineFeatureCaptureType.as_integer_ratio(/) |
Return a pair of integers, whose ratio is equal to the original int. |
SplineFeatureCaptureType.is_integer(/) |
Returns True. |
Attributes
| Name | Description |
|---|---|
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. |