ControlPointSelection#

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

Control point selection type.

Methods

ControlPointSelection.conjugate

Returns self, the complex conjugate of any int.

ControlPointSelection.bit_length(/)

Number of bits necessary to represent self in binary.

ControlPointSelection.bit_count(/)

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

ControlPointSelection.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

ControlPointSelection.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

ControlPointSelection.as_integer_ratio(/)

Return integer ratio.

Attributes

ControlPointSelection.real

the real part of a complex number

ControlPointSelection.imag

the imaginary part of a complex number

ControlPointSelection.numerator

the numerator of a rational number in lowest terms

ControlPointSelection.denominator

the denominator of a rational number in lowest terms

ControlPointSelection.MANUAL

Manual Spline control point selection.

ControlPointSelection.PROGRAMCONTROLLED

Program controlled spline control point selection.