Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / HiddenLinesViewOnPaper Class
Members Example

In This Topic
    HiddenLinesViewOnPaper Class
    In This Topic
    Class that prints a vectorial image of the current scene.
    Syntax
    'Declaration
     
    Public Class HiddenLinesViewOnPaper 
       Inherits HiddenLinesView
    public class HiddenLinesViewOnPaper : HiddenLinesView 
    Example
    The following code fragment demonstrates how to print a vectorial image of the current scene of the active viewport.
    HiddenLinesViewOnPaper hdlView = new HiddenLinesViewOnPaper(new HiddenLinesViewSettings(viewport1));
    viewport1.StartWork(hdlView);
    Dim hdlView As New HiddenLinesViewOnPaper(new HiddenLinesViewSettings(Viewport1))
    Viewport1.StartWork(hdlView)
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.HiddenLinesView
             devDept.Eyeshot.HiddenLinesViewOnPaper
                devDept.Eyeshot.HiddenLinesViewOnPaperPreview

    See Also