Defines enumerated values for parallel and perspective projections that are "standard" in Rhino.
Namespace: Rhino.DisplayAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public enum DefinedViewportProjection |
| Visual Basic |
|---|
Public Enumeration DefinedViewportProjection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Top | 1 | ||
| Bottom | 2 | ||
| Left | 3 | ||
| Right | 4 | ||
| Front | 5 | ||
| Back | 6 | ||
| Perspective | 7 | ||
| TwoPointPerspective | 8 |