Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CompileEdges Method
The amplification factor (for only)
The compile parameters

In This Topic
    CompileEdges Method
    In This Topic
    Compiles the graphics data for the edges.
    Syntax
    'Declaration
     
    Protected Friend Sub CompileEdges( _
       ByVal ampFactor As Double, _
       ByVal data As CompileParams _
    ) 
    protected internal void CompileEdges( 
       double ampFactor,
       CompileParams data
    )

    Parameters

    ampFactor
    The amplification factor (for only)
    data
    The compile parameters
    See Also