Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawSurfaceNormals Method

In This Topic
    DrawSurfaceNormals Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawSurfaceNormals( _
       ByVal vertices() As Point3D, _
       ByVal length As Double _
    ) 
    public override void DrawSurfaceNormals( 
       Point3D[] vertices,
       double length
    )

    Parameters

    vertices
    length
    See Also