Gets or sets the physical point from the model mesh, corresponding to the hit-tested point. If more than one point of the model mesh is at the hit-tested location, the closest point is returned.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Point3D MeshPoint { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property MeshPoint As Point3D |
A WPF Point3D object.