RectangleD3DGetTriangleIndices Method |
Gets the triangle indices of all faces using the vertices returned by
Vertices.
The order is front, back, top, bottom, left, right.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<Tuple<int, int, int>> GetTriangleIndices()
Return Value
IEnumerableTupleInt32,
Int32,
Int32[Missing <returns> documentation for "M:Altaxo.Geometry.RectangleD3D.GetTriangleIndices"]
See Also