This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control information about a hit in 3D picking.
Name | Description | |
---|---|---|
DistanceToObserver | The 3D distance from the observer to the hit point. | |
DistanceToRay | The 3D distance between the hit point and the picking ray. | |
ExactHit | Indicates whether an exact hit. | |
GetDepthRange | Returns the depth range of the hit as reported by OpenGL. | |
Object | The object (feature) that is hit. | |
Owner | The owner (layer) that is hit. | |
Point | The location of the hit. | |
SetDepthRange | Sets the depth range of the hit as reported by OpenGL. |
Classes | Description |
---|---|
Hit3D | A container for information regarding a hit in 3D picking. |