Eyeshot 10 WinForms API Reference
TraversalParams Constructor(Transformation,IDictionary<String,Block>)

WinForms Assembly > devDept.Eyeshot Namespace > TraversalParams Class > TraversalParams Constructor : TraversalParams Constructor(Transformation,IDictionary<String,Block>)
The initial transformation to apply to the vertices
The blocks dictionary
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal transform As Transformation, _
   ByVal blocks As IDictionary(Of String,Block) _
)
public TraversalParams( 
   Transformation transform,
   IDictionary<string,Block> blocks
)

Parameters

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

Reference

TraversalParams Class
TraversalParams Members
Overload List