API Reference > imodeljs-common > Geometry > GeometryStreamIteratorEntry GeometryStreamIteratorEntry Interface Holds current state information for GeometryStreamIterator. Each entry represents exactly one geometry primitive in the stream. Properties Name Type Description geomParams Readonly GeometryParams A GeometryParams representing the appearance of the current geometric entry localRange Readonly undefined | Range3d Optional stored local range for the current geometric entry localToWorld Readonly undefined | Transform Placement transform, used for converting placement relative, local coordinate entries to world primitive Readonly GeometryStreamPrimitive Returns the geometric primitive represented by this entry. Defined in core/common/src/geometry/GeometryStream.ts Line 465 Last Updated: 11 June, 2024