Click or drag to resize
AB4D logo

BaseMouse3DEventArgsFinalPointHit Property

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.

Namespace: Ab3d.Common.EventManager3D
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D FinalPointHit { get; }

Property Value

Point3D
See Also