InfinitePlane
InfinitePlane[{p1, p2, p3}] represents the plane passing through the points p1, p2, and p3.
InfinitePlane[p, {v1, v2}]represents the plane passing through the point p in the directions v1 and v2.
Examples
InfinitePlane[{{0, 0, 0}, {1, 0, 0}, {0, 1, 0}}]Graphics3D[InfinitePlane[{0, 0, 0}, {{1, 0, 0}, {0, 1, 0}}]]Please visit the official Wolfram Language Reference for more details.