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

In This Topic
    DrawNormals(Point3D[],IndexTriangle[],Vector3D[],Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub DrawNormals( _
       ByVal vertices() As Point3D, _
       ByVal triangles() As IndexTriangle, _
       ByVal normals() As Vector3D, _
       ByVal length As Double _
    ) 
    public override void DrawNormals( 
       Point3D[] vertices,
       IndexTriangle[] triangles,
       Vector3D[] normals,
       double length
    )

    Parameters

    vertices
    triangles
    normals
    length
    See Also