Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Beam Class / DrawWithSharpColorElement Method

In This Topic
    DrawWithSharpColorElement Method (Beam)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub DrawWithSharpColorElement( _
       ByVal context As RenderContextBase, _
       ByVal singleNormal As Vector3D, _
       ByVal vertices() As Point3D, _
       ByVal min As Double, _
       ByVal max As Double, _
       ByVal ampFactor As Double, _
       ByVal colorTable() As Color _
    ) 
    public override void DrawWithSharpColorElement( 
       RenderContextBase context,
       Vector3D singleNormal,
       Point3D[] vertices,
       double min,
       double max,
       double ampFactor,
       Color[] colorTable
    )

    Parameters

    context
    singleNormal
    vertices
    min
    max
    ampFactor
    colorTable
    See Also