- point1
- The first point.
- point2
- The second point.
- point3
- The third point.
Visual Basic (Declaration) | |
---|---|
Public Sub SetPlanePoints( _ ByVal point1 As Medical3DPoint, _ ByVal point2 As Medical3DPoint, _ ByVal point3 As Medical3DPoint _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family