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

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

    Parameters

    transform
    The initial transformation to apply to the vertices
    blocks
    The blocks collection
    See Also