Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TraversalParams Class / TraversalParams Constructor / TraversalParams Constructor(Transformation,ViewportLayout)
The initial transformation to apply to the vertices
The viewportLayout

In This Topic
    TraversalParams Constructor(Transformation,ViewportLayout)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal transform As Transformation, _
       ByVal viewportLayout As ViewportLayout _
    )
    public TraversalParams( 
       Transformation transform,
       ViewportLayout viewportLayout
    )

    Parameters

    transform
    The initial transformation to apply to the vertices
    viewportLayout
    The viewportLayout
    See Also