IntersectionMask#
- class ansys.meshing.prime.IntersectionMask(value)#
Scaffold parameters use intersection mask to define nature of intersection computation.
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.
IntersectionMask.to_bytes
(/, length, ...[, ...])Return an array of bytes representing an integer.
IntersectionMask.from_bytes
(/, bytes, ...[, ...])Return the integer represented by the given array of bytes.
Return integer ratio.
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
Performs edge to edge intersection.
Performs face to face intersection.
Perform face to face and edge to edge intersections.
Examples using IntersectionMask#
Mesh a mid-surfaced bracket for a structural analysis
Mesh a set of solder balls (beta)