IntersectionMask Last update: 20.02.2026 class ansys.meshing.prime.IntersectionMask(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None) Scaffold parameters use intersection mask to define nature of intersection computation. Attributes | Name | Description | | IntersectionMask.FACEFACE | Performs face to face intersection. | | IntersectionMask.EDGEEDGE | Performs edge to edge intersection. | | IntersectionMask.FACEFACEANDEDGEEDGE | Perform face to face and edge to edge intersections. |