'Usage Dim instance As DicomImage3D Dim Forward As Boolean Dim value As Single value = instance.DistanceToFarVertex(Forward)
Parameters
- Forward
- Selects which direction to look.
Return Value
distance to the verex in mm
'Usage Dim instance As DicomImage3D Dim Forward As Boolean Dim value As Single value = instance.DistanceToFarVertex(Forward)
The measurement is from the current view plane.
If Forward is true, then the distance is that from the current plane to the vertex furthest "into the screen" (reached by calling TranslateNormal with a positive value)
If Forward is false, then the distance is that from the current plane to the vertex furthest "out of the screen" (reached by calling TranslateNormal with a negative value)
If the current plane intersects the volume, then both the forward and backward values will be positive.