Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawIsocurvesForFlat Method
The draw parameters

In This Topic
    DrawIsocurvesForFlat Method (Entity)
    In This Topic
    Draws the isocurves in Flat display mode.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawIsocurvesForFlat( _
       ByVal data As DrawParams _
    ) 
    protected internal virtual void DrawIsocurvesForFlat( 
       DrawParams data
    )

    Parameters

    data
    The draw parameters
    Remarks
    Only the Surface entities draws them.
    See Also