Enum Scene.ViewMode
Represents view modes in which the KitchenDraw software can represent a scene.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public enum Scene.ViewMode
Remarks
Please do not confuse Scene.ViewType with Scene.ViewMode. While the former represents only the types of views, the latter represents all available views itself.
Fields
| Name | Description |
|---|---|
| ElevationRealistic | Realistic front view (elevation). |
| ElevationWireframe | Wireframe front view (elevation). |
| PerspectiveHiddenFaces | Hidden faces perspective (OpenGL, or DirectX if OpenGL is not supported). |
| PerspectiveRealistic | Realistic perspective (OpenGL, or DirectX if OpenGL is not supported). |
| PerspectiveRealisticDeprecated | Realistic vectorial perspective (old style). |
| PerspectiveWireframe | Wireframe perspective (OpenGL, or DirectX if OpenGL is not supported). |
| PerspectiveWireframeDeprecated | Wireframe vectorial perspective (old style). |
| Photorealistic | Realtime photorealistic perspective (OpenGL, or DirectX if OpenGL is not supported). |
| PhotorealisticFinal | Final photorealistic perspective. |
| Top | Top view. |