Table of Contents

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

PointDouble3D

MeshModel

MeshModel object.

public MeshModel MeshModel

Field Value

MeshModel

ModelSpaceTriangleCoordinates

Model spaced coordinates of traced triangle.

public PointFloat3D[] ModelSpaceTriangleCoordinates

Field Value

PointFloat3D[]

NearestCoordinateIndex

Index to nearest coordinate of traced triangle. Value is in range 0..2.

public int NearestCoordinateIndex

Field Value

int

WorldSpaceTriangleCoordinates

World spaced coordinates of traced triangle. Position, sizing and rotation affect this value.

public PointFloat3D[] WorldSpaceTriangleCoordinates

Field Value

PointFloat3D[]