Eyeshot 9.0 WinForms API Reference
ValueAt(Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > PlaneEquation Class > ValueAt Method : ValueAt(Point3D) Method
The point
Evaluate the plane at a point.
Syntax
'Declaration
 
Public Overloads Function ValueAt( _
   ByVal P As Point3D _
) As Double
public double ValueAt( 
   Point3D P
)

Parameters

P
The point

Return Value

x*P.x + y*P.y + z*P.z + d
See Also

Reference

PlaneEquation Class
PlaneEquation Members
Overload List