How to get ExtrudeGeometry's index?

how to get ExtrudeGeometry’s index?

I have an ExtrudeGeometry but the index is null?

how to get an index array of ExtrudeGeometry like BufferGeometry?

An instance of BufferGeometry does not necessarily have an index. If you need one, try it with BufferGeometryUtils.mergeVertices().