Gets or sets the point that represents the plane normal.
public Point3D Normal { get; set; }
Public Property Normal As Point3D
Leadtools.MedicalViewer.Point3D that represents the plane normal.
The Normal is a vector that is perpendicular to the clipping plane surface.
The angle of the plane can be controlled and determined by specifying the 3D "Normal" vector property of the plane which reflects the direction of the plane in the space.
For example, if you need a oblique plane to have a 90º with X-axis and 0º with Z-axis, you can specify its normal vector to be (sin(90º), cos(90º), 0).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document