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



point
The plane point.
normal
The plane normal.
point
The plane point.
normal
The plane normal.
Re-orients the plane position using point and normal.

Syntax

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

Parameters

point
The plane point.
normal
The plane normal.

Example

For an example refer to Medical3DObject.Planes

Remarks

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.

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