API Reference > imodeljs-backend > iModels > ExportGraphicsLines ExportGraphicsLines Interface A collection of line segments, suitable for direct use with graphics APIs. The structure of this data matches GL_LINES in OpenGL. See IModelDb.exportGraphics Properties Name Type Description indices Int32Array Zero-based vertex indices, every two indices represent a line segment points Float64Array Vertices for these lines, laid out in the pattern XYZXYZ Defined in core/backend/src/ExportGraphics.ts Line 17 Last Updated: 11 June, 2024