TrimmedSolidSplineCutMode#
- class ansys.meshing.prime.TrimmedSolidSplineCutMode(*values)#
Types of Cut modes used to generate Cartesian grid representing subdomains of trimmed solid spline.
Methods
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
Number of ones in the binary representation of the absolute value of self.
TrimmedSolidSplineCutMode.to_bytes(/[, ...])Return an array of bytes representing an integer.
TrimmedSolidSplineCutMode.from_bytes(/, bytes)Return the integer represented by the given array of bytes.
Return a pair of integers, whose ratio is equal to the original int.
Returns True.
Attributes
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
This is faster mode and may defeature the input mesh to represent each subdomain.
This mode guarantees to represent the exact input mesh for each subdomain without any defeaturing.