LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Normal Property
See Also 
Leadtools.Medical3D Namespace > Medical3DMPRPlane Class : Normal Property



Gets or sets the point that represents the plane normal.

Syntax

Visual Basic (Declaration) 
Public Property Normal As Point3D
Visual Basic (Usage)Copy Code
Dim instance As Medical3DMPRPlane
Dim value As Point3D
 
instance.Normal = value
 
value = instance.Normal
C# 
public Point3D Normal {get; set;}
C++/CLI 
public:
property Point3D Normal {
   Point3D get();
   void set (    Point3D value);
}

Property Value

Leadtools.MedicalViewer.Point3D that represents the plane normal.

Example

For an example refer to Move

Remarks

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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