API Reference > imodeljs-common > Geometry > GeometryStreamEntryProps GeometryStreamEntryProps Interface Allowed GeometryStream entries - should only set one value. see GeometryStream Extends GeometryProps Properties Name Type Description appearance undefined | GeometryAppearanceProps brep undefined | BRepEntity.DataProps Beta fill undefined | AreaFillProps geomPart undefined | GeometryPartInstanceProps header undefined | GeometryStreamHeaderProps image undefined | ImageGraphicProps Beta material undefined | MaterialProps pattern undefined | AreaPattern.ParamsProps styleMod undefined | LineStyle.ModifierProps subRange undefined | LowAndHighXYZ textString undefined | TextStringProps Inherited properties Name Type Inherited from Description arc ArcByVectorProps | [XYZProps, XYZProps, XYZProps] CurvePrimitiveProps {arc:...} bagofCurves undefined | [CurveCollectionProps] CurveCollectionProps A collection of curves with no required structure or connections: bcurve undefined | BcurveProps CurvePrimitiveProps {bcurve:...} box undefined | BoxProps SolidPrimitiveProps {box:...} bsurf undefined | BSplineSurfaceProps GeometryProps {bsurf:...} cone undefined | ConeProps SolidPrimitiveProps {cone:............} cylinder undefined | CylinderProps SolidPrimitiveProps {cylinder:...} indexedMesh undefined | IndexedMeshProps GeometryProps {indexedMesh:...} lineSegment undefined | [XYZProps, XYZProps] CurvePrimitiveProps {lineSegment:...} lineString undefined | XYZProps[] CurvePrimitiveProps {lineString:...} linearSweep undefined | LinearSweepProps SolidPrimitiveProps {linearSweep:.........} loop undefined | [CurvePrimitiveProps] PlanarRegionProps {loop:...} parityRegion undefined | [{ loop: [CurvePrimitiveProps] }] PlanarRegionProps {parityRegion:...} path undefined | [CurvePrimitiveProps] CurveCollectionProps A sequence of curves joined head to tail: point undefined | XYZProps GeometryProps {point:...} rotationalSweep undefined | RotationalSweepProps SolidPrimitiveProps {rotationalSweep:...} ruledSweep undefined | RuledSweepProps SolidPrimitiveProps {ruledSweep:...} sphere undefined | SphereProps SolidPrimitiveProps {sphere:............} torusPipe undefined | TorusPipeProps SolidPrimitiveProps {torusPipe:............} transitionSpiral undefined | TransitionSpiralProps CurvePrimitiveProps {transitionSpiral:...} unionRegion undefined | [PlanarRegionProps] PlanarRegionProps {unionRegion:...} Defined in core/common/src/geometry/GeometryStream.ts Line 175 Last Updated: 13 June, 2024