Eyeshot 10 WPF API Reference
Plane Constructor(Double[])

WPF Assembly > devDept.Geometry Namespace > Plane Class > Plane Constructor : Plane Constructor(Double[])
Equation of plane
From equation constructor. Equation form: ax + by + cz + d = 0.
Syntax
'Declaration
 
Public Function New( _
   ByVal e() As Double _
)
public Plane( 
   double[] e
)

Parameters

e
Equation of plane
See Also

Reference

Plane Class
Plane Members
Overload List