M_Rhino_Geometry_Plane_ValueAt - mcneel/rhinocommon-api-docs GitHub Wiki
Get the value of the plane equation at the point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double ValueAt(
Point3d p
)
VB
Public Function ValueAt (
p As Point3d
) As Double
- p
- Type: Rhino.Geometry.Point3d
evaulation point.
Type: Double
returns 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.
Supported in: 6.0.16224.21491, 5D58w