M_Rhino_Geometry_Plane_ValueAt - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.ValueAt Method

Get the value of the plane equation at the point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double ValueAt(
	Point3d p
)

VB

Public Function ValueAt ( 
	p As Point3d
) As Double

Parameters

 

p
Type: Rhino.Geometry.Point3d
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️