API Reference > imodeljs-common > Geometry > GeometryStreamBuilder > appendGeometryPart2d appendGeometryPart2d Method Append a GeometryPart instance with relative position, orientation, and scale to a GeometryStreamProps array for creating a GeometricElement2d. Not valid when defining a GeometryPart as nesting of parts is not supported. appendGeometryPart2d(partId: string, instanceOrigin?: Point2d, instanceRotation?: Angle, instanceScale?: number): boolean Parameter Type Description partId string instanceOrigin Point2d instanceRotation Angle instanceScale number Returns - boolean Defined in core/common/src/geometry/GeometryStream.ts Line 311 Last Updated: 11 June, 2024