C#
VB
C++
Re-orients the plane position using point and normal.
Public Overloads Sub SetPlanePoints( _
ByVal point As Leadtools.Medicalviewer.Point3D, _
ByVal normal As Leadtools.Medicalviewer.Point3D _
)
public:
void SetPlanePoints(
Leadtools.Medicalviewer.Point3D point,
Leadtools.Medicalviewer.Point3D normal
)
point
The plane point.
normal
The plane normal.
Each plane can be identified using a single point and normal. This method allows you to specify these parameters and set the plane based on them.
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