Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewSettings Class / ScaleTrianglesToWorld Method
The extra scale factor applied to the lines once they are converted to world coordinates.

In This Topic
    ScaleTrianglesToWorld Method
    In This Topic
    Scales the computed lines to world coordinates and applies an extra scale factor.
    Syntax
    'Declaration
     
    Public Sub ScaleTrianglesToWorld( _
       ByVal data As IList(Of SilhoTextData), _
       Optional ByVal scale As Single _
    ) 
    public void ScaleTrianglesToWorld( 
       IList<SilhoTextData> data,
       float scale
    )

    Parameters

    data
    scale
    The extra scale factor applied to the lines once they are converted to world coordinates.
    Remarks
    The Camera ProjectionMode must be devDept.Graphics.projectionType.Orthographic to convert the lines to world.
    See Also

    Reference

    HiddenLinesViewSettings Class
    HiddenLinesViewSettings Members
    devDept.Eyeshot.HiddenLinesViewSettings.GetEdges
    devDept.Eyeshot.HiddenLinesViewSettings.GetSilhouettes
    devDept.Eyeshot.HiddenLinesViewSettings.GetWires
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenEdges
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenSilhouettes
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenWires