|   |   |   | 
| XFileGuid.MeshFace Field | Language: | 
Retrieves the globally unique identifier (GUID) for mesh face templates.
Visual Basic Public Shared MeshFace As Guid C# public static Guid MeshFace; C++ public: static Guid MeshFace; JScript public static var MeshFace : Guid 
System.Guid
This field is read-only.
A Guidvalue that contains the GUID for mesh face templates.
Mesh face templates are used by the Mesh template to define a mesh's faces. In the following MeshFace, each element of the nFaceVertexIndices array references a mesh vertex used to build the face.
[C#]Where:
template MeshFace { < 3D82AB5F-62DA-11cf-AB39-0020AF71E433 > DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; }
- nFaceVertexIndices - Number of indices.
- array DWORD faceVertexIndices[nFaceVertexIndices] - Array of indices.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center