Leadtools.Medical3D Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.03.01
SetPlanePoints Method
See Also 
Leadtools.Medical3D Namespace > Medical3DPlane Class : SetPlanePoints 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-orient the plane position using three points.

Syntax

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

Parameters

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

Remarks

Since every plane can be identified using three points, this method allows the user to specify the points and set the plane based on them.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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