interface PlacedGeometry {
    color: Color;
    flatTransformation: number[];
    geometryExpressID: number;
}

Properties

color: Color
flatTransformation: number[]
geometryExpressID: number