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



point1
The first point.
point2
The second point.
point3
The third point.
point1
The first point.
point2
The second point.
point3
The third point.
Re-orients the plane position using three points.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub SetPlanePoints( _
   ByVal point1 As Point3D, _
   ByVal point2 As Point3D, _
   ByVal point3 As Point3D _
) 
Visual Basic (Usage)Copy Code
Dim instance As Medical3DMPRPlane
Dim point1 As Point3D
Dim point2 As Point3D
Dim point3 As Point3D
 
instance.SetPlanePoints(point1, point2, point3)
C# 
public void SetPlanePoints( 
   Point3D point1,
   Point3D point2,
   Point3D point3
)
C++/CLI 
public:
void SetPlanePoints( 
   Point3D point1,
   Point3D point2,
   Point3D point3
) 

Parameters

point1
The first point.
point2
The second point.
point3
The third point.

Remarks

Each plane can be identified using three points. This method allows you to specify the points and set the plane based on them.

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