|
27 | 27 | "Building": ["IfcBuilding"], |
28 | 28 | "BuildingPart": ["IfcBuilding", {"CompositionType": "PARTIAL"}], |
29 | 29 | "BuildingInstallation": ["IfcBuildingElementProxy"], |
| 30 | + "BuildingConstructiveElement": ["IfcBuildingElementProxy"], |
| 31 | + "BuildingFurniture": ["IfcFurniture"], |
| 32 | + "BuildingStorey": ["IfcBuildingStorey", {"CompositionType": "PARTIAL"}], |
| 33 | + "BuildingRoom": ["IfcSpace", {"CompositionType": "ELEMENT"}], |
| 34 | + "BuildingUnit": ["IfcSpace", {"CompositionType": "ELEMENT"}], |
30 | 35 | "Road": ["IfcCivilElement"], # Update for IFC4.3 |
31 | 36 | "Railway": ["IfcCivilElement"], # Update for IFC4.3 |
32 | | - "TransportSquare": ["IfcCivilElement"], # Update for IFC4.3 |
| 37 | + "TransportationSquare": ["IfcCivilElement"], # Update for IFC4.3 |
33 | 38 | "TINRelief": ["IfcGeographicElement", {"PredefinedType": "TERRAIN"}], |
34 | 39 | "WaterBody": ["IfcGeographicElement", {"PredefinedType": "USERDEFINED", |
35 | 40 | "ObjectType": "WaterBody"}], # Update for IFC4.3 |
|
44 | 49 | "Bridge": ["IfcCivilElement"], # Update for IFC4.3 |
45 | 50 | "BridgePart": ["IfcCivilElement"], # Update for IFC4.3 |
46 | 51 | "BridgeInstallation": ["IfcCivilElement"], # Update for IFC4.3 |
47 | | - "BridgeConstructionElement": ["IfcCivilElement"], # Update for IFC4.3 |
| 52 | + "BridgeConstructiveElement": ["IfcCivilElement"], # Update for IFC4.3 |
| 53 | + "BridgeRoom": ["IfcCivilElement"], # Update for IFC4.3 |
| 54 | + "BridgeFurniture": ["IfcCivilElement"], # Update for IFC4.3 |
48 | 55 | "Tunnel": ["IfcCivilElement"], # Update for IFC4.3 |
49 | 56 | "TunnelPart": ["IfcCivilElement"], # Update for IFC4.3 |
50 | 57 | "TunnelInstallation": ["IfcCivilElement"], # Update for IFC4.3 |
| 58 | + "TunnelConstructiveElement": ["IfcCivilElement"], # Update for IFC4.3 |
| 59 | + "TunnelHollowSpace": ["IfcCivilElement"], # Update for IFC4.3 |
| 60 | + "TunnelFurniture": ["IfcCivilElement"], # Update for IFC4.3 |
51 | 61 | "CityObjectGroup": ["IfcBuilding"], # Update for IFC4.3 |
52 | 62 | "GroundSurface": ["IfcSlab", {"PredefinedType": "BASESLAB"}], |
53 | 63 | "RoofSurface": ["IfcRoof"], |
|
57 | 67 | "OuterFloorSurface": ["IfcSlab", {"PredefinedType": "FLOOR"}], |
58 | 68 | "Window": ["IfcWindow"], |
59 | 69 | "Door": ["IfcDoor"], |
| 70 | + "InteriorWallSurface": ["IfcWall"], |
| 71 | + "CeilingSurface": ["IfcCovering", {"PredefinedType": "CEILING"}], |
| 72 | + "FloorSurface": ["IfcSlab", {"PredefinedType": "FLOOR"}], |
60 | 73 | "WaterSurface": ["IfcGeographicElement", {"PredefinedType": "USERDEFINED", |
61 | 74 | "ObjectType": "WaterSurface"}], # Update for IFC4.3 |
62 | 75 | "WaterGroundSurface": ["IfcGeographicElement", {"PredefinedType": "USERDEFINED", |
63 | 76 | "ObjectType": "WaterGroundSurface"}], # Update for IFC4.3 |
64 | 77 | "WaterClosureSurface": ["IfcGeographicElement", {"PredefinedType": "USERDEFINED", |
65 | 78 | "ObjectType": "WaterClosureSurface"}], # Update for IFC4.3 |
66 | 79 | "TrafficArea": ["IfcCivilElement"], # Update for IFC4.3 |
67 | | - "AuxiliaryTrafficArea": ["IfcCivilElement"] # Update for IFC4.3 |
| 80 | + "AuxiliaryTrafficArea": ["IfcCivilElement"], # Update for IFC4.3 |
| 81 | + "TransportationMarking": ["IfcCivilElement"], # Update for IFC4.3 |
| 82 | + "TransportationHole": ["IfcCivilElement"], # Update for IFC4.3 |
68 | 83 | } |
69 | 84 |
|
70 | 85 |
|
|
0 commit comments