Plane with linear equation

Hi Community,

I am trying to create a plane with the linear equation

ax+by+cz+d =0

However, I couldn’t find any built-in function for this. Is there any around that you can suggest?

Hello - there is no tool for this in Rhino but no doubt you can make something in a script.

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Plane__ctor_4.htm

-Pascal