The Cog3DPointCloudTriangle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| PointIndex1 |
Gets the zero based the first point index.
| |
| PointIndex2 |
Gets the zero based the second point index.
| |
| PointIndex3 |
Gets the zero based the third point index.
| |
| PositionX1 |
Gets the first point's X value.
| |
| PositionX2 |
Gets the second point's X value.
| |
| PositionX3 |
Gets the third point's X value.
| |
| PositionY1 |
Gets the first point's Y value.
| |
| PositionY2 |
Gets the second point's Y value.
| |
| PositionY3 |
Gets the third point's Y value.
| |
| PositionZ1 |
Gets the first point's Z value.
| |
| PositionZ2 |
Gets the second point's Z value.
| |
| PositionZ3 |
Gets the third point's Z value.
| |
| RootIndex |
Gets the zero based root index.
| |
| TriangleIndex |
Gets the zero based triangle index.
|
See Also