- point1
- The first point.
- point2
- The second point.
- point3
- The third point.
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 Medical3DPlane Dim point1 As Point3D Dim point2 As Point3D Dim point3 As Point3D instance.SetPlanePoints(point1, point2, point3) |
Parameters
- point1
- The first point.
- point2
- The second point.
- point3
- The third point.
Each plane can be identified using three points. This method allows you to specify the points and set the plane based on them.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7