Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawIsocurves Method

In This Topic
    DrawIsocurves Method (Entity)
    In This Topic
    Draws the entity iso curves. For Mesh entities this method draws internal wires.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawIsocurves( _
       ByVal data As DrawParams _
    ) 
    protected internal virtual void DrawIsocurves( 
       DrawParams data
    )

    Parameters

    data
    See Also