Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.MeshFace Field

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the globally unique identifier (GUID) for mesh face templates.

Definition

Visual Basic .NET Public Shared MeshFace As Guid
C# public static Guid MeshFace;
Managed C++ public: static Guid MeshFace;
JScript .NET public static var MeshFace : Guid

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (GUID) for mesh face templates.

This field is read-only. 

Remarks

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#]
template MeshFace { < 3D82AB5F-62DA-11cf-AB39-0020AF71E433 > DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; }
Where:


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center