DrawEntitiesParams Constructor

Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal viewport As Viewport, _ 
ByVal lineWeightFactor As Single, _ 
ByVal selectionLineWeightScaleFactor As Single, _ 
ByVal entList As IList(Of Entity), _ 
ByVal drawParams As DrawParams, _ 
ByVal gfxAttributes As GfxAttributes, _ 
ByVal parentSelected As Boolean, _ 
ByVal simplify As Boolean, _ 
ByVal shaderParams As ShaderParameters, _ 
ByVal drawZBufferOnly As Boolean, _ 
ByVal blockRefTransform As Transformation, _ 
ByVal selectionStatusMode As selectionStatusType, _ 
ByVal planarReflections As Boolean
)
This language is not supported or no code example is available.
public DrawEntitiesParams( 
Environment environment
Viewport viewport
float lineWeightFactor
float selectionLineWeightScaleFactor
IList<Entity> entList
DrawParams drawParams
GfxAttributes gfxAttributes
bool parentSelected
bool simplify
ShaderParameters shaderParams
bool drawZBufferOnly
Transformation blockRefTransform
selectionStatusType selectionStatusMode
bool planarReflections 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

viewport
Viewport

lineWeightFactor
float

selectionLineWeightScaleFactor
float

entList
IList<Entity>

drawParams
DrawParams

gfxAttributes
GfxAttributes

parentSelected
bool

simplify
bool

shaderParams
ShaderParameters

drawZBufferOnly
bool

blockRefTransform
Transformation

selectionStatusMode
selectionStatusType

planarReflections
bool

.NET Framework

Supported in: 4.8

In this article

Definition