DrawSceneParams Class

Class that holds the parameters used to draw the viewport.
Public Class DrawSceneParams
This language is not supported or no code example is available.
public class DrawSceneParams
This language is not supported or no code example is available.
Name Description
Public property Blocks Gets the Blocks dictionary used by the drawing.
Public property CameraEyePos
Public property DoShadows
Public property Entities Gets or sets the list of entities to draw.
Public property Env
Public property ObjectManipulatorDrawPreview When true, the drawing pass was requested by ObjectManipulator.DrawPreview() method.
Public property PlanarReflections Tells if the planar reflections are being drawn.
Public property PlanarReflectionsPlane Gets or sets the planar reflections plane.
Public property ShaderParams
Public property ViewFrame
Public property Viewport
Public property ViewportSize
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Public field Bpp Bytes per pixel. Used by the Workspace.RenderToBitmap
Public field ClearDepthBuffer
Public field DrawAllUIElements
Public field DrawOverlay
Public field DrawScale
Public field IsDrawingDynamicWithHalo
Public field LineWeightFactor
Public field RenderContext
Public field SelectionStatus
Public field Simplify True during dynamic movements (Zoom/Pan/Rotate/Mouse Wheel) or when viewport is touched (multi-touch).
Public field SmallParams
Public field UserInterfaceElement If it's not null, then I'm drawing just this user interface element.
Public field ViewportScaleRatio
Public field ZBufferOnly
Public field ZoomRect
Public field startZoomPt Starting point for DrawOnTextureOrBitmap commands
Top
devDept.Eyeshot.Workspace.DrawSceneParams

.NET Framework

Supported in: 4.7.2

In this article

Definition