Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / Draw Method / Draw(RenderContextBase,Vector3D,Point3D[],Double) Method

In This Topic
    Draw(RenderContextBase,Vector3D,Point3D[],Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Draw( _
       ByVal context As RenderContextBase, _
       ByVal singleNormal As Vector3D, _
       ByVal vertices() As Point3D, _
       ByVal ampFactor As Double _
    ) 
    public override void Draw( 
       RenderContextBase context,
       Vector3D singleNormal,
       Point3D[] vertices,
       double ampFactor
    )

    Parameters

    context
    singleNormal
    vertices
    ampFactor
    See Also