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

In This Topic
    ScaleLinesToWorld Method
    In This Topic
    Scales the computed lines to world coordinates and applies an extra scale factor.
    Syntax
    'Declaration
     
    Public Sub ScaleLinesToWorld( _
       Optional ByVal scale As Single _
    ) 
    public void ScaleLinesToWorld( 
       float scale
    )

    Parameters

    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
    ViewToWorldConversion Method
    devDept.Eyeshot.HiddenLinesViewSettings.GetEdges
    devDept.Eyeshot.HiddenLinesViewSettings.GetSilhouettes
    devDept.Eyeshot.HiddenLinesViewSettings.GetWires
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenEdges
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenSilhouettes
    devDept.Eyeshot.HiddenLinesViewSettings.GetHiddenWires