import { IfcRepresentation } from './../RepresentationResource/IfcRepresentation'; import { IIfcAxis2Placement2D } from './IfcAxis2Placement2D'; import { IIfcAxis2Placement3D } from './IfcAxis2Placement3D'; export interface IfcRepresentationMap { MappingOrigin: IIfcAxis2Placement2D | IIfcAxis2Placement3D; MappedRepresentation: IfcRepresentation; MapUsage: string[]; }