Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Plane Constructor / Plane Constructor(Double[])
Equation of plane

In This Topic
    Plane Constructor(Double[])
    In This Topic
    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