Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ExtensionMethodsGL Class / DrawGL Method / DrawGL(Vector3D) Method

In This Topic
    DrawGL(Vector3D) Method
    In This Topic
    Calls gl.Normal3d(X, Y, Z)
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawGL( _
       ByVal value As Vector3D _
    ) 
    public static void DrawGL( 
       Vector3D value
    )

    Parameters

    value
    See Also