Class MeshModelTriangleTracedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the TriangleTracedEventArgs event.
public class MeshModelTriangleTracedEventArgs : ChartEventArgs
- Inheritance
-
MeshModelTriangleTracedEventArgs
- Inherited Members
Constructors
MeshModelTriangleTracedEventArgs()
Creates and initializes a new instance of MouseTraceTriangleChanged class.
public MeshModelTriangleTracedEventArgs()
Fields
IntersectionPointAxisValues
Axis values of traced triangle intersection point.
public PointDouble3D IntersectionPointAxisValues
Field Value
MeshModel
MeshModel object.
public MeshModel MeshModel
Field Value
ModelSpaceTriangleCoordinates
Model spaced coordinates of traced triangle.
public PointFloat3D[] ModelSpaceTriangleCoordinates
Field Value
NearestCoordinateIndex
Index to nearest coordinate of traced triangle. Value is in range 0..2.
public int NearestCoordinateIndex
Field Value
WorldSpaceTriangleCoordinates
World spaced coordinates of traced triangle. Position, sizing and rotation affect this value.
public PointFloat3D[] WorldSpaceTriangleCoordinates