Normal Property

Summary

Gets or sets the point that represents the plane normal.

Syntax
C#
VB
C++
public Point3D Normal { get; set; } 
  
Public Property Normal As Point3D 
public: 
property Point3D Normal { 
   Point3D get(); 
   void set (    Point3D ); 
} 

Property Value

Leadtools.MedicalViewer.Point3D that represents the plane normal.

Remarks

The Normal is a vector that is perpendicular to the clipping plane surface.

normal.jpg

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

Example

For an example refer to Move

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly