Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawNormals Method / DrawNormals(Point3D[],Vector3D) Method

In This Topic
    DrawNormals(Point3D[],Vector3D) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawNormals( _
       ByVal vertices() As Point3D, _
       ByVal diffVector As Vector3D _
    ) 
    public override void DrawNormals( 
       Point3D[] vertices,
       Vector3D diffVector
    )

    Parameters

    vertices
    diffVector
    See Also