Class FaceExtensions
Inheritance
System.Object
FaceExtensions
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public static class FaceExtensions
Methods
|
Improve this Doc
View Source
ToIndiciesList<T>(IList<MeshFace<T>>)
Declaration
public static IEnumerable<int> ToIndiciesList<T>(this IList<MeshFace<T>> faces)
where T : IVertex
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<MeshFace<T>> |
faces |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
|
Type Parameters