HiddenLinesSettings(Boolean, hiddenLinesColorMethodType, Boolean, Single, Single, Single, Single, Boolean, silhouettesDrawingType, Color, Color, Color, Color, UInt16) Constructor

Standard constructor.
Public Sub New( _ 
ByVal lighting As Boolean, _ 
ByVal colorMethod As hiddenLinesColorMethodType, _ 
ByVal showEdges As Boolean, _ 
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 silhouetteColor As Color, _ 
ByVal edgeColor As Color, _ 
ByVal wireColor As Color, _ 
ByVal dashedHiddenLinesColor As Color, _ 
ByVal dashedHiddenLinesPattern As UInt16
)
This language is not supported or no code example is available.
public HiddenLinesSettings( 
bool lighting
hiddenLinesColorMethodType colorMethod
bool showEdges
float silhouetteThickness
float edgeThickness
float wireThickness
float dashedHiddenLinesThickness
bool dashedHiddenLines
silhouettesDrawingType silhouettesDrawingMode
Color silhouetteColor
Color edgeColor
Color wireColor
Color dashedHiddenLinesColor
UInt16 dashedHiddenLinesPattern 
)
This language is not supported or no code example is available.

Parameters

lighting
bool

Enable/Disable lighting in hidden lines mode

colorMethod
hiddenLinesColorMethodType

Color used to draw the entities

showEdges
bool

Enable/disable the edges visualization

silhouetteThickness
float

Thickness used to draw the silhouettes

edgeThickness
float

Thickness used to draw the edges

wireThickness
float

Thickness used to draw the wireframe entities

dashedHiddenLinesThickness
float

Thickness used to draw the dashed hidden lines

dashedHiddenLines
bool

Enable/disable the dashed hidden lines visualization

silhouettesDrawingMode
silhouettesDrawingType

Silhouettes drawing mode

silhouetteColor
Color

Color used to draw the silhouettes

edgeColor
Color

Color used to draw the edges

wireColor
Color

Color used to draw the wireframe entities

dashedHiddenLinesColor
Color

Color used to draw the dashed hidden lines

dashedHiddenLinesPattern
UInt16

Pattern used to draw the dashed hidden lines

.NET Framework

Supported in: 4.8

In this article

Definition