Medical3DProjectionMethod Enumeration

Summary
Specifies the camera projection method used when viewing the 3D object.
Syntax
C#
VB
C++
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
ValueMemberDescription
0OrthogonalThe camera will use the Orthogonal projection method.
1PerspectiveThe 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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.