Click or drag to resize

IDisplaySettings Interface

Provides access to the display settings

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

The IDisplaySettings type exposes the following members.

Properties
  NameDescription
Public propertyAntialias
Antialiasing of the main view.
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
Show or hide graphics.
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
Show or hide the rotation tool.
Public propertyShowSupports
Show or hide supports.
Public propertyShowTransparent
Show or hide transparent objects.
Top
See Also