TraversalParams(displayType, Single, Transformation, Environment) Constructor

Standard Constructor.
Public Sub New( _ 
ByVal displayMode As displayType, _ 
ByVal screenToWorld As Single, _ 
ByVal transform As Transformation, _ 
ByVal environment As Environment
)
This language is not supported or no code example is available.
public TraversalParams( 
displayType displayMode
float screenToWorld
Transformation transform
Environment environment 
)
This language is not supported or no code example is available.

Parameters

displayMode
displayType

The display mode

screenToWorld
float

The screen to world conversion factor

transform
Transformation

The initial transformation to apply to the vertices

environment
Environment

The environment

.NET Framework

Supported in: 4.8

In this article

Definition