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

Properties

color: Color
flatTransformation: number[]
geometryExpressID: number
occurrencePath?: readonly number[]