MeshModelTriangleTracedEventArgs Class |
Namespace: Arction.Wpf.ChartingMVVM.Views.View3D
The MeshModelTriangleTracedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MeshModelTriangleTracedEventArgs |
Creates and initializes a new instance of MouseTraceTriangleChanged class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IntersectionPointAxisValues |
Axis values of traced triangle intersection point.
| |
| MeshModel |
MeshModel object.
| |
| ModelSpaceTriangleCoordinates |
Model spaced coordinates of traced triangle.
| |
| NearestCoordinateIndex |
Index to nearest coordinate of traced triangle. Value is in range 0..2.
| |
| WorldSpaceTriangleCoordinates |
World spaced coordinates of traced triangle. Position, sizing and rotation affect this value.
|