Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesSettings Class / HiddenLinesSettings Constructor / HiddenLinesSettings Constructor(Boolean,hiddenLinesColorMethodType,Boolean,edgeColorMethodType,Single,Single,Single,Single,Boolean,silhouettesDrawingType,Boolean,Color,Color,Color,Color,UInt16,edgeColorMethodType,Color)
Enable/Disable lighting in hidden lines mode
Color used to draw the entities
Enable/disable the edges visualization
Edges Color mode
Thickness used to draw the silhouettes
Thickness used to draw the edges
Thickness used to draw the wireframe entities
Thickness used to draw the dashed hidden lines
Enable/disable the dashed hidden lines visualization
Silhouettes drawing mode
Internal wireframe visibility
Color used to draw the silhouettes
Color used to draw the edges when edgeColorMethod is edgeColorMethodType.SingleColor
Color used to draw the wireframe entities when wireColorMethod is edgeColorMethodType.SingleColor
Color used to draw the dashed hidden lines
Pattern used to draw the dashed hidden lines
Wires color method
Color used to draw the polygons when colorMethod is hiddenLinesColorMethodType.SingleColor

In This Topic
    HiddenLinesSettings Constructor(Boolean,hiddenLinesColorMethodType,Boolean,edgeColorMethodType,Single,Single,Single,Single,Boolean,silhouettesDrawingType,Boolean,Color,Color,Color,Color,UInt16,edgeColorMethodType,Color)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lighting As Boolean, _
       ByVal colorMethod As hiddenLinesColorMethodType, _
       ByVal showEdges As Boolean, _
       ByVal edgeColorMethod As edgeColorMethodType, _
       ByVal silhouetteThickness As Single, _
       ByVal edgeThickness As Single, _
       ByVal wireThickness As Single, _
       ByVal dashedHiddenLinesThickness As Single, _
       ByVal dashedHiddenLines As Boolean, _
       ByVal silhouettesDrawingMode As silhouettesDrawingType, _
       ByVal showInternalWires As Boolean, _
       ByVal silhouetteColor As Color, _
       ByVal edgeColor As Color, _
       ByVal wireColor As Color, _
       ByVal dashedHiddenLinesColor As Color, _
       ByVal dashedHiddenLinesPattern As UShort, _
       ByVal wireColorMethod As edgeColorMethodType, _
       ByVal polygonColor As Color _
    )

    Parameters

    lighting
    Enable/Disable lighting in hidden lines mode
    colorMethod
    Color used to draw the entities
    showEdges
    Enable/disable the edges visualization
    edgeColorMethod
    Edges Color mode
    silhouetteThickness
    Thickness used to draw the silhouettes
    edgeThickness
    Thickness used to draw the edges
    wireThickness
    Thickness used to draw the wireframe entities
    dashedHiddenLinesThickness
    Thickness used to draw the dashed hidden lines
    dashedHiddenLines
    Enable/disable the dashed hidden lines visualization
    silhouettesDrawingMode
    Silhouettes drawing mode
    showInternalWires
    Internal wireframe visibility
    silhouetteColor
    Color used to draw the silhouettes
    edgeColor
    Color used to draw the edges when edgeColorMethod is edgeColorMethodType.SingleColor
    wireColor
    Color used to draw the wireframe entities when wireColorMethod is edgeColorMethodType.SingleColor
    dashedHiddenLinesColor
    Color used to draw the dashed hidden lines
    dashedHiddenLinesPattern
    Pattern used to draw the dashed hidden lines
    wireColorMethod
    Wires color method
    polygonColor
    Color used to draw the polygons when colorMethod is hiddenLinesColorMethodType.SingleColor
    See Also