RhinoCommon API
PlaneValueAt Method |
Get the value of the plane equation at the point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

Parameters
- p
- Type: Rhino.GeometryPoint3d
evaulation point.
Return Value
Type: Doublereturns pe[0]*p.X + pe[1]*p.Y + pe[2]*p.Z + pe[3] where pe[0], pe[1], pe[2] and pe[3] are the coeeficients of the plane equation.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8