Specifies the camera projection method used when viewing the 3D object.
public enum Medical3DProjectionMethod
Public Enum Medical3DProjectionMethod
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Medical3DProjectionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Orthogonal | The camera will use the Orthogonal projection method. |
1 | Perspective | The camera will use the Perspective projection method (Default). |
Orthogonal makes the camera neglect the distance factor when viewing the object. If the object is viewed from two different distances, it will NOT become smaller or bigger. The perspective view however, resembles the real-life view by making the object look smaller if it is far away, or bigger if it is closer.
For an example, refer to Medical3DCamera.ProjectionMethod.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET