←Select platform

Medical3DProjectionMethod Enumeration

Summary

Specifies the camera projection method used when viewing the 3D object.

Syntax

C#
VB
C++
public enum Medical3DProjectionMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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

ValueMemberDescription
0x00000000OrthogonalThe camera will use the Orthogonal projection method.
0x00000001PerspectiveThe camera will use the Perspective projection method (Default).
Remarks

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.

Example

For an example, refer to Medical3DCamera.ProjectionMethod.

Requirements

Target Platforms

See Also

Reference

Leadtools.Medical3D Namespace

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical3D Assembly
Click or drag to resize