Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1002 Bytes

id3dxbasemesh--getnumfaces.md

File metadata and controls

62 lines (39 loc) · 1002 Bytes
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
ID3DXBaseMesh::GetNumFaces method - Retrieves the number of faces in the mesh.
3f7cffd4-97ae-4f1c-9f91-931b85f07734
ID3DXBaseMesh::GetNumFaces method (D3DX9Mesh.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXBaseMesh.GetNumFaces
COM
d3dx9.lib
d3dx9.dll

ID3DXBaseMesh::GetNumFaces method

Retrieves the number of faces in the mesh.

Syntax

DWORD GetNumFaces();

Parameters

This method has no parameters.

Return value

Type: DWORD

Returns the number of faces in the mesh.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXBaseMesh