C#
VB
C++
Gets or sets the point that represents the normal plane.
public Point3D Normal { get; set; }
Public Property Normal As Leadtools.Medicalviewer.Point3D
public:
property Leadtools.Medicalviewer.Point3D Normal {
Leadtools.Medicalviewer.Point3D get();
void set ( Leadtools.Medicalviewer.Point3D );
}
A Leadtools.MedicalViewer.Point3D point that represents the normal plane.
The Normal is a vector that is perpendicular to the clipping plane surface.
For an example refer to Planes
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