Click or drag to resize
AB4D logo

BaseMouse3DEventArgs Properties

The BaseMouse3DEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCurrentMousePosition Gets the current mouse position
Public propertyFinalPointHit Gets the position in 3D space that was hit. This position is different from the RayHitResult.PointHit because it is also transformed by any transformation that is applied to the Visual3D objects.
Public propertyHitEventSource3D Gets the hit BaseEventSource3D object
Public propertyHitObject Gets the hit Model3D or Visual3D.
Public propertyHitObjectName Gets the name of the hit Model3D or Visual3D.
Public propertyRayHitResult Gets the result of 3D Ray Hit Test as RayMeshGeometry3DHitTestResult
Top
See Also