Leadtools.Dicom.Common Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetOrientationPlane(Double,Double,Double,Double,Double,Double) Method
See Also 
Leadtools.Dicom.Common.Extensions Namespace > OrientationManager Class > GetOrientationPlane Method : GetOrientationPlane(Double,Double,Double,Double,Double,Double) Method



rowX
The x component of the row direction cosine vector.
rowY
The y component of the row direction cosine vector.
rowZ
The z component of the row direction cosine vector.
colX
The x component of the column direction cosine vector.
colY
The x component of the column direction cosine vector.
colZ
The x component of the column direction cosine vector.
rowX
The x component of the row direction cosine vector.
rowY
The y component of the row direction cosine vector.
rowZ
The z component of the row direction cosine vector.
colX
The x component of the column direction cosine vector.
colY
The x component of the column direction cosine vector.
colZ
The x component of the column direction cosine vector.
Returns the Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that is specified by two direction cosine vectors.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Function GetOrientationPlane( _
   ByVal rowX As Double, _
   ByVal rowY As Double, _
   ByVal rowZ As Double, _
   ByVal colX As Double, _
   ByVal colY As Double, _
   ByVal colZ As Double _
) As Plane
Visual Basic (Usage)Copy Code
Dim rowX As Double
Dim rowY As Double
Dim rowZ As Double
Dim colX As Double
Dim colY As Double
Dim colZ As Double
Dim value As Plane
 
value = OrientationManager.GetOrientationPlane(rowX, rowY, rowZ, colX, colY, colZ)
C# 
public static Plane GetOrientationPlane( 
   double rowX,
   double rowY,
   double rowZ,
   double colX,
   double colY,
   double colZ
)
C++/CLI 
public:
static Plane GetOrientationPlane( 
   double rowX,
   double rowY,
   double rowZ,
   double colX,
   double colY,
   double colZ
) 

Parameters

rowX
The x component of the row direction cosine vector.
rowY
The y component of the row direction cosine vector.
rowZ
The z component of the row direction cosine vector.
colX
The x component of the column direction cosine vector.
colY
The x component of the column direction cosine vector.
colZ
The x component of the column direction cosine vector.

Return Value

The Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that is specified by two direction cosine vectors.

Remarks

The d specfies exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.

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.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features