Struct MeshFace<T>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public struct MeshFace<T>
where T : IVertex
Type Parameters
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsLine
Declaration
public bool IsLine { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNgon
Declaration
public bool IsNgon { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPoint
Declaration
public bool IsPoint { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsQuad
Declaration
public bool IsQuad { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTriangle
Declaration
public bool IsTriangle { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Item[Int32]
Declaration
public T this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
|
Improve this Doc
View Source
MaterialId
Declaration
public int MaterialId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Type
Declaration
public MeshFaceType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
CopyIndiciesTo(Int32[], Int32)
Declaration
public void CopyIndiciesTo(int[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
System.Int32[] |
array |
|
System.Int32 |
arrayIndex |
|
|
Improve this Doc
View Source
GetIndex(Int32)
Declaration
public int GetIndex(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetIndicies()
Declaration
public int[] GetIndicies()
Returns
Type |
Description |
System.Int32[] |
|