I am interested to find the a,b,c,d parameters of a plane ax + by + cz + d = 0, from a plane mesh formed by MeshBuilder.CreatePlane.
Ideally, I need to find the normalized normal(a,b,c) and the distance (d) of the plane from the origin.
Please suggest a way.
PS: I have the normal, but I don’t know to get the parameter ‘d’ from the mesh position . So now the problem now gets reduced to how to obtain the parameter d of the mathematical plane.