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

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

Parameters

blockRef
The BlockReference whose transformation is applied to the vertices
blocks
The blocks dictionary
See Also

Reference

TraversalParams Class
TraversalParams Members
Overload List