NewtonMeshGetFaces

From Newton Wiki
Jump to: navigation, search

NewtonMeshGetFaces

void NewtonMeshGetFaces (const NewtonMesh* const mesh, int* const faceIndexCount, int* const faceMaterial, void** const faceIndices)

Usage

Parameters

  • const NewtonMesh* const mesh
  • int* const faceIndexCount
  • int* const faceMaterial
  • void** const faceIndices

Return

  • (Procedure)

Description

See also