Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewSettings Class
Fields Properties Methods


In This Topic
    HiddenLinesViewSettings Class Members
    In This Topic

    The following tables list the members exposed by HiddenLinesViewSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field ConversionFactor between the viewport used internally for the computation and the original viewport.  
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public Property Gets the camera.  
    Public Property If true, the texts and dimensions arrow heads are excluded from the hidden lines computation and exported as filled triangles.  
    Public Property Gets or sets the font accuracy tolerance.  
    Public Property If true, treats the transparent entities as if they are opaque, so they will hide the geometry behind.  
    Public Property If true, keeps the entity color.  
    Public Property If true, keeps the entity line weight method.  
    Public Property Tells if during the hidden lines computation the hidden segments must be preserved  
    Public Property The pen used to draw the edges.  
    Public Property The pen used to draw the hidden edges.  
    Public Property The pen used to draw the hidden silhouettes.  
    Public Property The pen used to draw the hidden wires.  
    Public Property The pen used to draw the silhouettes.  
    Public Property The pen used to draw the wires.  
    Public PropertyIf true and KeepEntityColor is also true, treats white entities as if they were black.  
    Public Property Gets the viewport bounds.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Converts a ScreenLine collection to a devDept.Geometry.Segment2D collection.  
    Public Method Gets the computed lines for export.  
    Public Method Scales the computed lines to world coordinates and applies an extra scale factor.  
    Public Method Scales the computed lines to world coordinates and applies an extra scale factor.  
    Public Method Gets the conversion factor from view coordinates to world coordinates.  
    Top
    Protected Methods
     NameDescription
    Protected Method Filters the lines to export.  
    Top
    See Also