Leadtools.Medical3D Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
Medical3DProjectionMethod Enumeration
See Also  
Leadtools.Medical3D Namespace : Medical3DProjectionMethod Enumeration



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

Syntax

Visual Basic (Declaration) 
Public Enum Medical3DProjectionMethod 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Medical3DProjectionMethod
C# 
public enum Medical3DProjectionMethod : Enum 
C++/CLI 
public enum class Medical3DProjectionMethod : public Enum 

Members

MemberDescription
Orthogonal The camera will use the Orthogonal projection method.
Perspective The camera will use the Perspective projection method (Default).

Remarks

Orthogonal makes the camera neglects the distance factor when viewing the object, which means if the object is viewed from two different distances, it will NOT become smaller or bigger. The perspective view however, resembles real-life view by making the object looks smaller if it is far, or bigger if it is close.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical3D.Medical3DProjectionMethod

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features