API Reference > imodeljs-backend > iModels > ExportGraphics > ExportGraphics.convertToIndexedPolyface ExportGraphics.convertToIndexedPolyface Function Convert an ExportGraphicsMesh to an IndexedPolyface usable by the geometry API. convertToIndexedPolyface(mesh: ExportGraphicsMesh): IndexedPolyface note The resulting IndexedPolyface may have duplicate points, normals and params. If problematic, call PolyfaceData.compress Parameter Type Description mesh ExportGraphicsMesh Returns - IndexedPolyface Defined in core/backend/src/ExportGraphics.ts Line 263 Last Updated: 11 June, 2024