Plane.ValueAt Method

PlaneValueAt Method

Get the value of the plane equation at the point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double ValueAt(
	Point3d p
)
Public Function ValueAt ( 
	p As Point3d
) As Double

Parameters

p
Type: Rhino.GeometryPoint3d
evaulation point.

Return Value

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also