←Select platform

Normal Property

Summary

Gets or sets the point that represents the normal plane.

Syntax

C#
VB
C++
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 ); 
} 

Property Value

A Leadtools.MedicalViewer.Point3D point that represents the normal plane.

Remarks

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

Example

For an example refer to Planes

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly