'Declaration
Public Function To2D( _
ByVal p1 As Point3D _
) As PointF
'Usage
Dim instance As Plane3D
Dim p1 As Point3D
Dim value As PointF
value = instance.To2D(p1)
Parameters
p1
Return Value
The 2D coordinates, in the arbitrary frame of reference, of the point on the plane closest to the given real world
coordinates
Remarks
In order to provide consistent display of 2D labels on 3D images, despite rotation of the 3D image, coordinates for
3D labels
are treated as being relative to an arbitrary coordinate system, which is based on the direction of the normal to
the plane.