Click or drag to resize

IDisplaySettings Interface

Provides access to the display settings

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IDisplaySettings

The IDisplaySettings type exposes the following members.

Properties
  NameDescription
Public propertyAntialias
Antialiasing of the main view.
Public propertyDisplayAxesType
Set which axes to show when selecting a visual.
Public propertyIsAutoResolution
When true, resizing Demo3D updates the resolution automatically.
Public propertyIsNavigation
Set the scene in to Navigation mode if true or Select if false.
Public propertyIsPerspective
Set the projection to perspective if true or parallel if false.
Public propertyIsPlanView
Enable plan view mode
Public propertyResolution
Resolution of the main view.
Public propertyShadows
Shadow type of the main view.
Public propertyShowAxes
Show or hide axes.
Public propertyShowCameras
Show or hide cameras.
Public propertyShowDirectionArrows
Show or hide direction arrows.
Public propertyShowGraphics Obsolete.
Show or hide graphics.
Public propertyShowGraphicsMode
Determine what graphics to show.
Public propertyShowJoints
Show or hide joints.
Public propertyShowLights
Show or hide lights.
Public propertyShowPhotoEyes
Show or hide photo eyes.
Public propertyShowPhysics
Show or hide physics.
Public propertyShowReferences
Show or hide references.
Public propertyShowRotationTool Obsolete.
Show or hide the rotation tool.
Public propertyShowSupports
Show or hide supports.
Public propertyShowTextures
Show or hide textures.
Public propertyShowTransparent
Show or hide transparent objects.
Public propertyVisibleGraphics
Determines which graphics objects are visible.
Public propertyVoxelizerEnabled Obsolete.
Public propertyVoxelizerLevel Obsolete.
Top
See Also