Click or drag to resize
AB4D logo

MeshColliderHasIntersection Method

Overload List
 NameDescription
Public methodHasIntersection(MeshBase) Returns true when the specified mesh intersects with the mesh that was used to create this MeshCollider.
Public methodHasIntersection(BoundingBox, Boolean) Returns true when the specified BoundingBox intersects with the mesh. When checkEachCorner is false, then only a simple bounding box intersection check is done. This is the fastest but the least accurate. When checkEachCorner is true (by default), then the center position and all 8 corners of the BoundingBox are checked for intersection.
Public methodHasIntersection(MeshBase, Matrix) Returns true when the specified mesh intersects with the mesh that was used to create this MeshCollider.
Public methodHasIntersection(MeshGeometry3D, Transform3D) Returns true when the specified MeshGeometry3D intersects with the mesh that was used to create this MeshCollider.
Public methodHasIntersection(Rect3D, Boolean) Returns true when the specified Rect3D intersects with the mesh. When checkEachCorner is false, then only a simple bounding box intersection check is done. This is the fastest but the least accurate. When checkEachCorner is true (by default), then the center position and all 8 corners of the Rect3D are checked for intersection.
Top
See Also