Eyeshot 10 WinForms API Reference
HiddenLinesViewSettings Constructor(Viewport,ViewportLayout,Double,RectangleF,Pen,Pen,Pen,Boolean,Boolean,Boolean,Pen,Pen,Pen)

WinForms Assembly > devDept.Eyeshot Namespace > HiddenLinesViewSettings Class > HiddenLinesViewSettings Constructor : HiddenLinesViewSettings Constructor(Viewport,ViewportLayout,Double,RectangleF,Pen,Pen,Pen,Boolean,Boolean,Boolean,Pen,Pen,Pen)
The viewport to process
The viewport layout to process
This tolerance controls the font accuracy
The portion of the viewport to capture in screen coordinates (0 on top)
The pen used to draw silhouettes
The pen used to draw edges
The pen used to draw wireframe
If true, keeps the color of each entity
If true, keeps the line weight of each entity
If true, computes even the hidden edges, silhouettes, wires in separate arrays
The pen used to draw the hidden silhouettes
The pen used to draw the hidden edges
The pen used to draw the hidden wireframe
Window mode constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewport As Viewport, _
   ByVal viewportLayout As ViewportLayout, _
   ByVal fontTolerance As Double, _
   ByVal window As RectangleF, _
   ByVal penSilhouette As Pen, _
   ByVal penEdge As Pen, _
   ByVal penWire As Pen, _
   ByVal keepEntityColor As Boolean, _
   ByVal keepEntityLineWeight As Boolean, _
   ByVal keepHiddenSegments As Boolean, _
   ByVal penHiddenSilhouette As Pen, _
   ByVal penHiddenEdge As Pen, _
   ByVal penHiddenWire As Pen _
)

Parameters

viewport
The viewport to process
viewportLayout
The viewport layout to process
fontTolerance
This tolerance controls the font accuracy
window
The portion of the viewport to capture in screen coordinates (0 on top)
penSilhouette
The pen used to draw silhouettes
penEdge
The pen used to draw edges
penWire
The pen used to draw wireframe
keepEntityColor
If true, keeps the color of each entity
keepEntityLineWeight
If true, keeps the line weight of each entity
keepHiddenSegments
If true, computes even the hidden edges, silhouettes, wires in separate arrays
penHiddenSilhouette
The pen used to draw the hidden silhouettes
penHiddenEdge
The pen used to draw the hidden edges
penHiddenWire
The pen used to draw the hidden wireframe
See Also

Reference

HiddenLinesViewSettings Class
HiddenLinesViewSettings Members
Overload List