FrustumParams(PlaneEquation(), Segment3D(), displayType, Single, LinePattern, Int32, Environment, Transformation) Constructor

Standard constructor.
Public Sub New( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal selectionEdges As Segment3D(), _ 
ByVal displayMode As displayType, _ 
ByVal screenToWorld As Single, _ 
ByVal pattern As LinePattern, _ 
ByVal maxPatternRepetitions As Integer, _ 
ByVal environment As Environment, _ 
ByVal transformation As Transformation
)
This language is not supported or no code example is available.
public FrustumParams( 
PlaneEquation[] frustum
Segment3D[] selectionEdges
displayType displayMode
float screenToWorld
LinePattern pattern
int maxPatternRepetitions
Environment environment
Transformation transformation 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

The six frustum planes

selectionEdges
Segment3D[]

The four edges surrounding the selection area

displayMode
displayType

The display mode

screenToWorld
float

The screen to world conversion factor

pattern
LinePattern

The line pattern

maxPatternRepetitions
int

The maximum number of pattern repetitions allowed between two vertices of a curve

environment
Environment

The environment control

transformation
Transformation

The transformation to apply to the entities

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition