@ifc-lite/data 1.15.1 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -28
- package/dist/entity-table.d.ts +53 -0
- package/dist/entity-table.d.ts.map +1 -1
- package/dist/entity-table.js +147 -93
- package/dist/entity-table.js.map +1 -1
- package/dist/ifc-schema/generated/attributes.d.ts +10 -0
- package/dist/ifc-schema/generated/attributes.d.ts.map +1 -0
- package/dist/ifc-schema/generated/attributes.js +2775 -0
- package/dist/ifc-schema/generated/attributes.js.map +1 -0
- package/dist/ifc-schema/generated/data-types.d.ts +8 -0
- package/dist/ifc-schema/generated/data-types.d.ts.map +1 -0
- package/dist/ifc-schema/generated/data-types.js +396 -0
- package/dist/ifc-schema/generated/data-types.js.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc2x3.d.ts +8 -0
- package/dist/ifc-schema/generated/entities-ifc2x3.d.ts.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc2x3.js +777 -0
- package/dist/ifc-schema/generated/entities-ifc2x3.js.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc4.d.ts +8 -0
- package/dist/ifc-schema/generated/entities-ifc4.d.ts.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc4.js +938 -0
- package/dist/ifc-schema/generated/entities-ifc4.js.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc4x3.d.ts +8 -0
- package/dist/ifc-schema/generated/entities-ifc4x3.d.ts.map +1 -0
- package/dist/ifc-schema/generated/entities-ifc4x3.js +1014 -0
- package/dist/ifc-schema/generated/entities-ifc4x3.js.map +1 -0
- package/dist/ifc-schema/generated/partof-relations.d.ts +10 -0
- package/dist/ifc-schema/generated/partof-relations.d.ts.map +1 -0
- package/dist/ifc-schema/generated/partof-relations.js +28 -0
- package/dist/ifc-schema/generated/partof-relations.js.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc2x3.d.ts +8 -0
- package/dist/ifc-schema/generated/psets-ifc2x3.d.ts.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc2x3.js +3416 -0
- package/dist/ifc-schema/generated/psets-ifc2x3.js.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc4.d.ts +8 -0
- package/dist/ifc-schema/generated/psets-ifc4.d.ts.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc4.js +4510 -0
- package/dist/ifc-schema/generated/psets-ifc4.js.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc4x3.d.ts +8 -0
- package/dist/ifc-schema/generated/psets-ifc4x3.d.ts.map +1 -0
- package/dist/ifc-schema/generated/psets-ifc4x3.js +8554 -0
- package/dist/ifc-schema/generated/psets-ifc4x3.js.map +1 -0
- package/dist/ifc-schema/index.d.ts +61 -0
- package/dist/ifc-schema/index.d.ts.map +1 -0
- package/dist/ifc-schema/index.js +212 -0
- package/dist/ifc-schema/index.js.map +1 -0
- package/dist/ifc-schema/types.d.ts +108 -0
- package/dist/ifc-schema/types.d.ts.map +1 -0
- package/dist/ifc-schema/types.js +5 -0
- package/dist/ifc-schema/types.js.map +1 -0
- package/dist/index.d.ts +11 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/dist/property-table.d.ts +22 -0
- package/dist/property-table.d.ts.map +1 -1
- package/dist/property-table.js +89 -62
- package/dist/property-table.js.map +1 -1
- package/dist/quantity-table.d.ts +18 -0
- package/dist/quantity-table.d.ts.map +1 -1
- package/dist/quantity-table.js +80 -66
- package/dist/quantity-table.js.map +1 -1
- package/dist/relationship-graph.d.ts +53 -6
- package/dist/relationship-graph.d.ts.map +1 -1
- package/dist/relationship-graph.js +149 -113
- package/dist/relationship-graph.js.map +1 -1
- package/dist/string-table.d.ts +8 -0
- package/dist/string-table.d.ts.map +1 -1
- package/dist/string-table.js +20 -0
- package/dist/string-table.js.map +1 -1
- package/dist/utf8-decode.d.ts +24 -0
- package/dist/utf8-decode.d.ts.map +1 -0
- package/dist/utf8-decode.js +103 -0
- package/dist/utf8-decode.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,1014 @@
|
|
|
1
|
+
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
+
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
|
4
|
+
export const ENTITIES_IFC4X3 = [
|
|
5
|
+
{ name: "IfcBorehole", parent: "IfcGeotechnicalAssembly", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
6
|
+
{ name: "IfcGeotechnicalAssembly", parent: "IfcGeotechnicalElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
7
|
+
{ name: "IfcGeotechnicalElement", parent: "IfcElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
8
|
+
{ name: "IfcElement", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCELEMENTTYPE" },
|
|
9
|
+
{ name: "IfcProduct", parent: "IfcObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.Kernel" },
|
|
10
|
+
{ name: "IfcObject", parent: "IfcObjectDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType"], source: "Ifc4x3.Kernel" },
|
|
11
|
+
{ name: "IfcObjectDefinition", parent: "IfcRoot", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
12
|
+
{ name: "IfcRoot", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
13
|
+
{ name: "IfcCourse", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["ARMOUR", "BALLASTBED", "CORE", "FILTER", "PAVEMENT", "PROTECTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements", typeEntity: "IFCCOURSETYPE" },
|
|
14
|
+
{ name: "IfcBuiltElement", parent: "IfcElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCBUILTELEMENTTYPE" },
|
|
15
|
+
{ name: "IfcCourseType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["ARMOUR", "BALLASTBED", "CORE", "FILTER", "PAVEMENT", "PROTECTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
16
|
+
{ name: "IfcBuiltElementType", parent: "IfcElementType", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
17
|
+
{ name: "IfcElementType", parent: "IfcTypeProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
18
|
+
{ name: "IfcTypeProduct", parent: "IfcTypeObject", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag"], source: "Ifc4x3.Kernel" },
|
|
19
|
+
{ name: "IfcTypeObject", parent: "IfcObjectDefinition", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets"], source: "Ifc4x3.Kernel" },
|
|
20
|
+
{ name: "IfcEarthworksCut", parent: "IfcFeatureElementSubtraction", abstract: false, predefinedTypes: ["BASE_EXCAVATION", "CUT", "DREDGING", "EXCAVATION", "OVEREXCAVATION", "PAVEMENTMILLING", "STEPEXCAVATION", "TOPSOILREMOVAL", "TRENCH", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
21
|
+
{ name: "IfcFeatureElementSubtraction", parent: "IfcFeatureElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension" },
|
|
22
|
+
{ name: "IfcFeatureElement", parent: "IfcElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension" },
|
|
23
|
+
{ name: "IfcEarthworksElement", parent: "IfcBuiltElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
24
|
+
{ name: "IfcEarthworksFill", parent: "IfcEarthworksElement", abstract: false, predefinedTypes: ["BACKFILL", "COUNTERWEIGHT", "EMBANKMENT", "SLOPEFILL", "SUBGRADE", "SUBGRADEBED", "TRANSITIONSECTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
25
|
+
{ name: "IfcGeomodel", parent: "IfcGeotechnicalAssembly", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
26
|
+
{ name: "IfcGeoslice", parent: "IfcGeotechnicalAssembly", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
27
|
+
{ name: "IfcGeotechnicalStratum", parent: "IfcGeotechnicalElement", abstract: false, predefinedTypes: ["SOLID", "VOID", "WATER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
28
|
+
{ name: "IfcPavement", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["FLEXIBLE", "RIGID", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements", typeEntity: "IFCPAVEMENTTYPE" },
|
|
29
|
+
{ name: "IfcPavementType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["FLEXIBLE", "RIGID", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
30
|
+
{ name: "IfcReinforcedSoil", parent: "IfcEarthworksElement", abstract: false, predefinedTypes: ["DYNAMICALLYCOMPACTED", "GROUTED", "REPLACED", "ROLLERCOMPACTED", "SURCHARGEPRELOADED", "VERTICALLYDRAINED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
31
|
+
{ name: "IfcSign", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["MARKER", "MIRROR", "PICTORAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements", typeEntity: "IFCSIGNTYPE" },
|
|
32
|
+
{ name: "IfcElementComponent", parent: "IfcElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedComponentElements", typeEntity: "IFCELEMENTCOMPONENTTYPE" },
|
|
33
|
+
{ name: "IfcSignal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["AUDIO", "MIXED", "VISUAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements", typeEntity: "IFCSIGNALTYPE" },
|
|
34
|
+
{ name: "IfcFlowTerminal", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWTERMINALTYPE" },
|
|
35
|
+
{ name: "IfcDistributionFlowElement", parent: "IfcDistributionElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCDISTRIBUTIONFLOWELEMENTTYPE" },
|
|
36
|
+
{ name: "IfcDistributionElement", parent: "IfcElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCDISTRIBUTIONELEMENTTYPE" },
|
|
37
|
+
{ name: "IfcSignalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["AUDIO", "MIXED", "VISUAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
38
|
+
{ name: "IfcFlowTerminalType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
39
|
+
{ name: "IfcDistributionFlowElementType", parent: "IfcDistributionElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
40
|
+
{ name: "IfcDistributionElementType", parent: "IfcElementType", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
41
|
+
{ name: "IfcSignType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["MARKER", "MIRROR", "PICTORAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedInfrastructureElements" },
|
|
42
|
+
{ name: "IfcElementComponentType", parent: "IfcElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedComponentElements" },
|
|
43
|
+
{ name: "IfcKerb", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.RoadDomain", typeEntity: "IFCKERBTYPE" },
|
|
44
|
+
{ name: "IfcKerbType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.RoadDomain" },
|
|
45
|
+
{ name: "IfcRoad", parent: "IfcFacility", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "PredefinedType"], source: "Ifc4x3.RoadDomain" },
|
|
46
|
+
{ name: "IfcFacility", parent: "IfcSpatialStructureElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType"], source: "Ifc4x3.ProductExtension" },
|
|
47
|
+
{ name: "IfcSpatialStructureElement", parent: "IfcSpatialElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCSPATIALSTRUCTUREELEMENTTYPE" },
|
|
48
|
+
{ name: "IfcSpatialElement", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCSPATIALELEMENTTYPE" },
|
|
49
|
+
{ name: "IfcRoadPart", parent: "IfcFacilityPart", abstract: false, predefinedTypes: ["BICYCLECROSSING", "BUS_STOP", "CARRIAGEWAY", "CENTRALISLAND", "CENTRALRESERVE", "HARDSHOULDER", "INTERSECTION", "LAYBY", "PARKINGBAY", "PASSINGBAY", "PEDESTRIAN_CROSSING", "RAILWAYCROSSING", "REFUGEISLAND", "ROADSEGMENT", "ROADSIDE", "ROADSIDEPART", "ROADWAYPLATEAU", "ROUNDABOUT", "SHOULDER", "SIDEWALK", "SOFTSHOULDER", "TOLLPLAZA", "TRAFFICISLAND", "TRAFFICLANE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType", "PredefinedType"], source: "Ifc4x3.RoadDomain" },
|
|
50
|
+
{ name: "IfcFacilityPart", parent: "IfcSpatialStructureElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType"], source: "Ifc4x3.ProductExtension" },
|
|
51
|
+
{ name: "IfcRail", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BLADE", "CHECKRAIL", "GUARDRAIL", "RACKRAIL", "RAIL", "STOCKRAIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.RailDomain", typeEntity: "IFCRAILTYPE" },
|
|
52
|
+
{ name: "IfcRailType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BLADE", "CHECKRAIL", "GUARDRAIL", "RACKRAIL", "RAIL", "STOCKRAIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.RailDomain" },
|
|
53
|
+
{ name: "IfcRailway", parent: "IfcFacility", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "PredefinedType"], source: "Ifc4x3.RailDomain" },
|
|
54
|
+
{ name: "IfcRailwayPart", parent: "IfcFacilityPart", abstract: false, predefinedTypes: ["ABOVETRACK", "DILATIONTRACK", "LINESIDE", "LINESIDEPART", "PLAINTRACK", "SUBSTRUCTURE", "TRACK", "TRACKPART", "TURNOUTTRACK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType", "PredefinedType"], source: "Ifc4x3.RailDomain" },
|
|
55
|
+
{ name: "IfcTrackElement", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BLOCKINGDEVICE", "DERAILER", "FROG", "HALF_SET_OF_BLADES", "SLEEPER", "SPEEDREGULATOR", "TRACKENDOFALIGNMENT", "VEHICLESTOP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.RailDomain", typeEntity: "IFCTRACKELEMENTTYPE" },
|
|
56
|
+
{ name: "IfcTrackElementType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BLOCKINGDEVICE", "DERAILER", "FROG", "HALF_SET_OF_BLADES", "SLEEPER", "SPEEDREGULATOR", "TRACKENDOFALIGNMENT", "VEHICLESTOP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.RailDomain" },
|
|
57
|
+
{ name: "IfcConveyorSegment", parent: "IfcFlowSegment", abstract: false, predefinedTypes: ["BELTCONVEYOR", "BUCKETCONVEYOR", "CHUTECONVEYOR", "SCREWCONVEYOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain", typeEntity: "IFCCONVEYORSEGMENTTYPE" },
|
|
58
|
+
{ name: "IfcFlowSegment", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWSEGMENTTYPE" },
|
|
59
|
+
{ name: "IfcConveyorSegmentType", parent: "IfcFlowSegmentType", abstract: false, predefinedTypes: ["BELTCONVEYOR", "BUCKETCONVEYOR", "CHUTECONVEYOR", "SCREWCONVEYOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
60
|
+
{ name: "IfcFlowSegmentType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
61
|
+
{ name: "IfcLiquidTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["HOSEREEL", "LOADINGARM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain", typeEntity: "IFCLIQUIDTERMINALTYPE" },
|
|
62
|
+
{ name: "IfcLiquidTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["HOSEREEL", "LOADINGARM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
63
|
+
{ name: "IfcMarineFacility", parent: "IfcFacility", abstract: false, predefinedTypes: ["BARRIERBEACH", "BREAKWATER", "CANAL", "DRYDOCK", "FLOATINGDOCK", "HYDROLIFT", "JETTY", "LAUNCHRECOVERY", "MARINEDEFENCE", "NAVIGATIONALCHANNEL", "PORT", "QUAY", "REVETMENT", "SHIPLIFT", "SHIPLOCK", "SHIPYARD", "SLIPWAY", "WATERWAY", "WATERWAYSHIPLIFT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
64
|
+
{ name: "IfcMarinePart", parent: "IfcFacilityPart", abstract: false, predefinedTypes: ["ABOVEWATERLINE", "ANCHORAGE", "APPROACHCHANNEL", "BELOWWATERLINE", "BERTHINGSTRUCTURE", "CHAMBER", "CILL_LEVEL", "COPELEVEL", "CORE", "CREST", "GATEHEAD", "GUDINGSTRUCTURE", "HIGHWATERLINE", "LANDFIELD", "LEEWARDSIDE", "LOWWATERLINE", "MANUFACTURING", "NAVIGATIONALAREA", "PROTECTION", "SHIPTRANSFER", "STORAGEAREA", "VEHICLESERVICING", "WATERFIELD", "WEATHERSIDE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
65
|
+
{ name: "IfcMooringDevice", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BOLLARD", "LINETENSIONER", "MAGNETICDEVICE", "MOORINGHOOKS", "VACUUMDEVICE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain", typeEntity: "IFCMOORINGDEVICETYPE" },
|
|
66
|
+
{ name: "IfcMooringDeviceType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BOLLARD", "LINETENSIONER", "MAGNETICDEVICE", "MOORINGHOOKS", "VACUUMDEVICE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
67
|
+
{ name: "IfcNavigationElement", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BEACON", "BUOY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain", typeEntity: "IFCNAVIGATIONELEMENTTYPE" },
|
|
68
|
+
{ name: "IfcNavigationElementType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BEACON", "BUOY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PortsAndWaterwaysDomain" },
|
|
69
|
+
{ name: "IfcRelConnectsStructuralActivity", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingElement", "RelatedStructuralActivity"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
70
|
+
{ name: "IfcRelConnects", parent: "IfcRelationship", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
71
|
+
{ name: "IfcRelationship", parent: "IfcRoot", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
72
|
+
{ name: "IfcRelConnectsStructuralMember", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingStructuralMember", "RelatedStructuralConnection", "AppliedCondition", "AdditionalConditions", "SupportedLength", "ConditionCoordinateSystem"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
73
|
+
{ name: "IfcRelConnectsWithEccentricity", parent: "IfcRelConnectsStructuralMember", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingStructuralMember", "RelatedStructuralConnection", "AppliedCondition", "AdditionalConditions", "SupportedLength", "ConditionCoordinateSystem", "ConnectionConstraint"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
74
|
+
{ name: "IfcStructuralAction", parent: "IfcStructuralActivity", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
75
|
+
{ name: "IfcStructuralActivity", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
76
|
+
{ name: "IfcStructuralAnalysisModel", parent: "IfcSystem", abstract: false, predefinedTypes: ["IN_PLANE_LOADING_2D", "LOADING_3D", "OUT_PLANE_LOADING_2D", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "OrientationOf2DPlane", "LoadedBy", "HasResults", "SharedPlacement"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
77
|
+
{ name: "IfcSystem", parent: "IfcGroup", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType"], source: "Ifc4x3.ProductExtension" },
|
|
78
|
+
{ name: "IfcGroup", parent: "IfcObject", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType"], source: "Ifc4x3.Kernel" },
|
|
79
|
+
{ name: "IfcStructuralConnection", parent: "IfcStructuralItem", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedCondition"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
80
|
+
{ name: "IfcStructuralItem", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
81
|
+
{ name: "IfcStructuralCurveAction", parent: "IfcStructuralAction", abstract: false, predefinedTypes: ["CONST", "DISCRETE", "EQUIDISTANT", "LINEAR", "PARABOLA", "POLYGONAL", "SINUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad", "ProjectedOrTrue", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
82
|
+
{ name: "IfcStructuralCurveConnection", parent: "IfcStructuralConnection", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedCondition", "AxisDirection"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
83
|
+
{ name: "IfcStructuralCurveMember", parent: "IfcStructuralMember", abstract: false, predefinedTypes: ["CABLE", "COMPRESSION_MEMBER", "PIN_JOINED_MEMBER", "RIGID_JOINED_MEMBER", "TENSION_MEMBER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType", "Axis"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
84
|
+
{ name: "IfcStructuralMember", parent: "IfcStructuralItem", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
85
|
+
{ name: "IfcStructuralCurveMemberVarying", parent: "IfcStructuralCurveMember", abstract: false, predefinedTypes: ["CABLE", "COMPRESSION_MEMBER", "PIN_JOINED_MEMBER", "RIGID_JOINED_MEMBER", "TENSION_MEMBER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType", "Axis"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
86
|
+
{ name: "IfcStructuralCurveReaction", parent: "IfcStructuralReaction", abstract: false, predefinedTypes: ["CONST", "DISCRETE", "EQUIDISTANT", "LINEAR", "PARABOLA", "POLYGONAL", "SINUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
87
|
+
{ name: "IfcStructuralReaction", parent: "IfcStructuralActivity", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
88
|
+
{ name: "IfcStructuralLinearAction", parent: "IfcStructuralCurveAction", abstract: false, predefinedTypes: ["CONST", "DISCRETE", "EQUIDISTANT", "LINEAR", "PARABOLA", "POLYGONAL", "SINUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad", "ProjectedOrTrue", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
89
|
+
{ name: "IfcStructuralLoadCase", parent: "IfcStructuralLoadGroup", abstract: false, predefinedTypes: ["LOAD_CASE", "LOAD_COMBINATION", "LOAD_GROUP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "ActionType", "ActionSource", "Coefficient", "Purpose", "SelfWeightCoefficients"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
90
|
+
{ name: "IfcStructuralLoadGroup", parent: "IfcGroup", abstract: false, predefinedTypes: ["LOAD_CASE", "LOAD_COMBINATION", "LOAD_GROUP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "ActionType", "ActionSource", "Coefficient", "Purpose"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
91
|
+
{ name: "IfcStructuralPlanarAction", parent: "IfcStructuralSurfaceAction", abstract: false, predefinedTypes: ["BILINEAR", "CONST", "DISCRETE", "ISOCONTOUR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad", "ProjectedOrTrue", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
92
|
+
{ name: "IfcStructuralSurfaceAction", parent: "IfcStructuralAction", abstract: false, predefinedTypes: ["BILINEAR", "CONST", "DISCRETE", "ISOCONTOUR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad", "ProjectedOrTrue", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
93
|
+
{ name: "IfcStructuralPointAction", parent: "IfcStructuralAction", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "DestabilizingLoad"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
94
|
+
{ name: "IfcStructuralPointConnection", parent: "IfcStructuralConnection", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedCondition", "ConditionCoordinateSystem"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
95
|
+
{ name: "IfcStructuralPointReaction", parent: "IfcStructuralReaction", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
96
|
+
{ name: "IfcStructuralResultGroup", parent: "IfcGroup", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "TheoryType", "ResultForLoadGroup", "IsLinear"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
97
|
+
{ name: "IfcStructuralSurfaceConnection", parent: "IfcStructuralConnection", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedCondition"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
98
|
+
{ name: "IfcStructuralSurfaceMember", parent: "IfcStructuralMember", abstract: false, predefinedTypes: ["BENDING_ELEMENT", "MEMBRANE_ELEMENT", "SHELL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType", "Thickness"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
99
|
+
{ name: "IfcStructuralSurfaceMemberVarying", parent: "IfcStructuralSurfaceMember", abstract: false, predefinedTypes: ["BENDING_ELEMENT", "MEMBRANE_ELEMENT", "SHELL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType", "Thickness"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
100
|
+
{ name: "IfcStructuralSurfaceReaction", parent: "IfcStructuralReaction", abstract: false, predefinedTypes: ["BILINEAR", "CONST", "DISCRETE", "ISOCONTOUR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "AppliedLoad", "GlobalOrLocal", "PredefinedType"], source: "Ifc4x3.StructuralAnalysisDomain" },
|
|
101
|
+
{ name: "IfcPhysicalComplexQuantity", parent: "IfcPhysicalQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "HasQuantities", "Discrimination", "Quality", "Usage"], source: "Ifc4x3.QuantityResource" },
|
|
102
|
+
{ name: "IfcPhysicalQuantity", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description"], source: "Ifc4x3.QuantityResource" },
|
|
103
|
+
{ name: "IfcPhysicalSimpleQuantity", parent: "IfcPhysicalQuantity", abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "Unit"], source: "Ifc4x3.QuantityResource" },
|
|
104
|
+
{ name: "IfcQuantityArea", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "AreaValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
105
|
+
{ name: "IfcQuantityCount", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "CountValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
106
|
+
{ name: "IfcQuantityLength", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "LengthValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
107
|
+
{ name: "IfcQuantityTime", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "TimeValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
108
|
+
{ name: "IfcQuantityVolume", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "VolumeValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
109
|
+
{ name: "IfcQuantityWeight", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "WeightValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
110
|
+
{ name: "IfcQuantityNumber", parent: "IfcPhysicalSimpleQuantity", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Unit", "NumberValue", "Formula"], source: "Ifc4x3.QuantityResource" },
|
|
111
|
+
{ name: "IfcMaterial", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Category"], source: "Ifc4x3.MaterialResource" },
|
|
112
|
+
{ name: "IfcMaterialDefinition", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.MaterialResource" },
|
|
113
|
+
{ name: "IfcMaterialClassificationRelationship", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["MaterialClassifications", "ClassifiedMaterial"], source: "Ifc4x3.MaterialResource" },
|
|
114
|
+
{ name: "IfcMaterialConstituent", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Material", "Fraction", "Category"], source: "Ifc4x3.MaterialResource" },
|
|
115
|
+
{ name: "IfcMaterialConstituentSet", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "MaterialConstituents"], source: "Ifc4x3.MaterialResource" },
|
|
116
|
+
{ name: "IfcMaterialLayer", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Material", "LayerThickness", "IsVentilated", "Name", "Description", "Category", "Priority"], source: "Ifc4x3.MaterialResource" },
|
|
117
|
+
{ name: "IfcMaterialLayerSet", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["MaterialLayers", "LayerSetName", "Description"], source: "Ifc4x3.MaterialResource" },
|
|
118
|
+
{ name: "IfcMaterialLayerSetUsage", parent: "IfcMaterialUsageDefinition", abstract: false, predefinedTypes: [], attributes: ["ForLayerSet", "LayerSetDirection", "DirectionSense", "OffsetFromReferenceLine", "ReferenceExtent"], source: "Ifc4x3.MaterialResource" },
|
|
119
|
+
{ name: "IfcMaterialUsageDefinition", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.MaterialResource" },
|
|
120
|
+
{ name: "IfcMaterialLayerWithOffsets", parent: "IfcMaterialLayer", abstract: false, predefinedTypes: [], attributes: ["Material", "LayerThickness", "IsVentilated", "Name", "Description", "Category", "Priority", "OffsetDirection", "OffsetValues"], source: "Ifc4x3.MaterialResource" },
|
|
121
|
+
{ name: "IfcMaterialList", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Materials"], source: "Ifc4x3.MaterialResource" },
|
|
122
|
+
{ name: "IfcMaterialProfile", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Material", "Profile", "Priority", "Category"], source: "Ifc4x3.MaterialResource" },
|
|
123
|
+
{ name: "IfcMaterialProfileSet", parent: "IfcMaterialDefinition", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "MaterialProfiles", "CompositeProfile"], source: "Ifc4x3.MaterialResource" },
|
|
124
|
+
{ name: "IfcMaterialProfileSetUsage", parent: "IfcMaterialUsageDefinition", abstract: false, predefinedTypes: [], attributes: ["ForProfileSet", "CardinalPoint", "ReferenceExtent"], source: "Ifc4x3.MaterialResource" },
|
|
125
|
+
{ name: "IfcMaterialProfileSetUsageTapering", parent: "IfcMaterialProfileSetUsage", abstract: false, predefinedTypes: [], attributes: ["ForProfileSet", "CardinalPoint", "ReferenceExtent", "ForProfileEndSet", "CardinalEndPoint"], source: "Ifc4x3.MaterialResource" },
|
|
126
|
+
{ name: "IfcMaterialProfileWithOffsets", parent: "IfcMaterialProfile", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Material", "Profile", "Priority", "Category", "OffsetValues"], source: "Ifc4x3.MaterialResource" },
|
|
127
|
+
{ name: "IfcMaterialProperties", parent: "IfcExtendedProperties", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Properties", "Material"], source: "Ifc4x3.MaterialResource" },
|
|
128
|
+
{ name: "IfcExtendedProperties", parent: "IfcPropertyAbstraction", abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "Properties"], source: "Ifc4x3.PropertyResource" },
|
|
129
|
+
{ name: "IfcPropertyAbstraction", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.PropertyResource" },
|
|
130
|
+
{ name: "IfcMaterialRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingMaterial", "RelatedMaterials", "MaterialExpression"], source: "Ifc4x3.MaterialResource" },
|
|
131
|
+
{ name: "IfcResourceLevelRelationship", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
132
|
+
{ name: "IfcCardinalPointReference", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MaterialResource" },
|
|
133
|
+
{ name: "IfcLightDistributionData", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["MainPlaneAngle", "SecondaryPlaneAngle", "LuminousIntensity"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
134
|
+
{ name: "IfcLightIntensityDistribution", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["LightDistributionCurve", "DistributionData"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
135
|
+
{ name: "IfcLightSource", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
136
|
+
{ name: "IfcGeometricRepresentationItem", parent: "IfcRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
137
|
+
{ name: "IfcRepresentationItem", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
138
|
+
{ name: "IfcLightSourceAmbient", parent: "IfcLightSource", abstract: false, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
139
|
+
{ name: "IfcLightSourceDirectional", parent: "IfcLightSource", abstract: false, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity", "Orientation"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
140
|
+
{ name: "IfcLightSourceGoniometric", parent: "IfcLightSource", abstract: false, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity", "Position", "ColourAppearance", "ColourTemperature", "LuminousFlux", "LightEmissionSource", "LightDistributionDataSource"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
141
|
+
{ name: "IfcLightSourcePositional", parent: "IfcLightSource", abstract: false, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity", "Position", "Radius", "ConstantAttenuation", "DistanceAttenuation", "QuadricAttenuation"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
142
|
+
{ name: "IfcLightSourceSpot", parent: "IfcLightSourcePositional", abstract: false, predefinedTypes: [], attributes: ["Name", "LightColour", "AmbientIntensity", "Intensity", "Position", "Radius", "ConstantAttenuation", "DistanceAttenuation", "QuadricAttenuation", "Orientation", "ConcentrationExponent", "SpreadAngle", "BeamWidthAngle"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
143
|
+
{ name: "IfcPresentationLayerAssignment", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "AssignedItems", "Identifier"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
144
|
+
{ name: "IfcPresentationLayerWithStyle", parent: "IfcPresentationLayerAssignment", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "AssignedItems", "Identifier", "LayerOn", "LayerFrozen", "LayerBlocked", "LayerStyles"], source: "Ifc4x3.PresentationOrganizationResource" },
|
|
145
|
+
{ name: "IfcFooting", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["CAISSON_FOUNDATION", "FOOTING_BEAM", "PAD_FOOTING", "PILE_CAP", "STRIP_FOOTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCFOOTINGTYPE" },
|
|
146
|
+
{ name: "IfcFootingType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["CAISSON_FOUNDATION", "FOOTING_BEAM", "PAD_FOOTING", "PILE_CAP", "STRIP_FOOTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
147
|
+
{ name: "IfcPile", parent: "IfcDeepFoundation", abstract: false, predefinedTypes: ["BORED", "COHESION", "DRIVEN", "FRICTION", "JETGROUTING", "SUPPORT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType", "ConstructionType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCPILETYPE" },
|
|
148
|
+
{ name: "IfcDeepFoundation", parent: "IfcBuiltElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCDEEPFOUNDATIONTYPE" },
|
|
149
|
+
{ name: "IfcPileType", parent: "IfcDeepFoundationType", abstract: false, predefinedTypes: ["BORED", "COHESION", "DRIVEN", "FRICTION", "JETGROUTING", "SUPPORT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
150
|
+
{ name: "IfcDeepFoundationType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
151
|
+
{ name: "IfcReinforcementDefinitionProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "DefinitionType", "ReinforcementSectionDefinitions"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
152
|
+
{ name: "IfcPreDefinedPropertySet", parent: "IfcPropertySetDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
153
|
+
{ name: "IfcPropertySetDefinition", parent: "IfcPropertyDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
154
|
+
{ name: "IfcPropertyDefinition", parent: "IfcRoot", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
155
|
+
{ name: "IfcReinforcingBar", parent: "IfcReinforcingElement", abstract: false, predefinedTypes: ["ANCHORING", "EDGE", "LIGATURE", "MAIN", "PUNCHING", "RING", "SHEAR", "SPACEBAR", "STUD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade", "NominalDiameter", "CrossSectionArea", "BarLength", "PredefinedType", "BarSurface"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCREINFORCINGBARTYPE" },
|
|
156
|
+
{ name: "IfcReinforcingElement", parent: "IfcElementComponent", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCREINFORCINGELEMENTTYPE" },
|
|
157
|
+
{ name: "IfcReinforcingBarType", parent: "IfcReinforcingElementType", abstract: false, predefinedTypes: ["ANCHORING", "EDGE", "LIGATURE", "MAIN", "PUNCHING", "RING", "SHEAR", "SPACEBAR", "STUD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "NominalDiameter", "CrossSectionArea", "BarLength", "BarSurface", "BendingShapeCode", "BendingParameters"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
158
|
+
{ name: "IfcReinforcingElementType", parent: "IfcElementComponentType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
159
|
+
{ name: "IfcReinforcingMesh", parent: "IfcReinforcingElement", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade", "MeshLength", "MeshWidth", "LongitudinalBarNominalDiameter", "TransverseBarNominalDiameter", "LongitudinalBarCrossSectionArea", "TransverseBarCrossSectionArea", "LongitudinalBarSpacing", "TransverseBarSpacing", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCREINFORCINGMESHTYPE" },
|
|
160
|
+
{ name: "IfcReinforcingMeshType", parent: "IfcReinforcingElementType", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "MeshLength", "MeshWidth", "LongitudinalBarNominalDiameter", "TransverseBarNominalDiameter", "LongitudinalBarCrossSectionArea", "TransverseBarCrossSectionArea", "LongitudinalBarSpacing", "TransverseBarSpacing", "BendingShapeCode", "BendingParameters"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
161
|
+
{ name: "IfcSurfaceFeature", parent: "IfcFeatureElement", abstract: false, predefinedTypes: ["DEFECT", "HATCHMARKING", "LINEMARKING", "MARK", "NONSKIDSURFACING", "PAVEMENTSURFACEMARKING", "RUMBLESTRIP", "SYMBOLMARKING", "TAG", "TRANSVERSERUMBLESTRIP", "TREATMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
162
|
+
{ name: "IfcTendon", parent: "IfcReinforcingElement", abstract: false, predefinedTypes: ["BAR", "COATED", "STRAND", "WIRE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade", "PredefinedType", "NominalDiameter", "CrossSectionArea", "TensionForce", "PreStress", "FrictionCoefficient", "AnchorageSlip", "MinCurvatureRadius"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCTENDONTYPE" },
|
|
163
|
+
{ name: "IfcTendonAnchor", parent: "IfcReinforcingElement", abstract: false, predefinedTypes: ["COUPLER", "FIXED_END", "TENSIONING_END", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCTENDONANCHORTYPE" },
|
|
164
|
+
{ name: "IfcTendonAnchorType", parent: "IfcReinforcingElementType", abstract: false, predefinedTypes: ["COUPLER", "FIXED_END", "TENSIONING_END", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
165
|
+
{ name: "IfcTendonType", parent: "IfcReinforcingElementType", abstract: false, predefinedTypes: ["BAR", "COATED", "STRAND", "WIRE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "NominalDiameter", "CrossSectionArea", "SheathDiameter"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
166
|
+
{ name: "IfcVoidingFeature", parent: "IfcFeatureElementSubtraction", abstract: false, predefinedTypes: ["CHAMFER", "CUTOUT", "EDGE", "HOLE", "MITER", "NOTCH", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
167
|
+
{ name: "IfcCaissonFoundation", parent: "IfcDeepFoundation", abstract: false, predefinedTypes: ["CAISSON", "WELL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCCAISSONFOUNDATIONTYPE" },
|
|
168
|
+
{ name: "IfcCaissonFoundationType", parent: "IfcDeepFoundationType", abstract: false, predefinedTypes: ["CAISSON", "WELL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
169
|
+
{ name: "IfcTendonConduit", parent: "IfcReinforcingElement", abstract: false, predefinedTypes: ["COUPLER", "DIABOLO", "DUCT", "GROUTING_DUCT", "TRUMPET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "SteelGrade", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain", typeEntity: "IFCTENDONCONDUITTYPE" },
|
|
170
|
+
{ name: "IfcTendonConduitType", parent: "IfcReinforcingElementType", abstract: false, predefinedTypes: ["COUPLER", "DIABOLO", "DUCT", "GROUTING_DUCT", "TRUMPET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.StructuralElementsDomain" },
|
|
171
|
+
{ name: "IfcFireSuppressionTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["BREECHINGINLET", "FIREHYDRANT", "FIREMONITOR", "HOSEREEL", "SPRINKLER", "SPRINKLERDEFLECTOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain", typeEntity: "IFCFIRESUPPRESSIONTERMINALTYPE" },
|
|
172
|
+
{ name: "IfcFireSuppressionTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["BREECHINGINLET", "FIREHYDRANT", "FIREMONITOR", "HOSEREEL", "SPRINKLER", "SPRINKLERDEFLECTOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain" },
|
|
173
|
+
{ name: "IfcInterceptor", parent: "IfcFlowTreatmentDevice", abstract: false, predefinedTypes: ["CYCLONIC", "GREASE", "OIL", "PETROL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain", typeEntity: "IFCINTERCEPTORTYPE" },
|
|
174
|
+
{ name: "IfcFlowTreatmentDevice", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWTREATMENTDEVICETYPE" },
|
|
175
|
+
{ name: "IfcInterceptorType", parent: "IfcFlowTreatmentDeviceType", abstract: false, predefinedTypes: ["CYCLONIC", "GREASE", "OIL", "PETROL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain" },
|
|
176
|
+
{ name: "IfcFlowTreatmentDeviceType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
177
|
+
{ name: "IfcSanitaryTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["BATH", "BIDET", "CISTERN", "SANITARYFOUNTAIN", "SHOWER", "SINK", "TOILETPAN", "URINAL", "WASHHANDBASIN", "WCSEAT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain", typeEntity: "IFCSANITARYTERMINALTYPE" },
|
|
178
|
+
{ name: "IfcSanitaryTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["BATH", "BIDET", "CISTERN", "SANITARYFOUNTAIN", "SHOWER", "SINK", "TOILETPAN", "URINAL", "WASHHANDBASIN", "WCSEAT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain" },
|
|
179
|
+
{ name: "IfcStackTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["BIRDCAGE", "COWL", "RAINWATERHOPPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain", typeEntity: "IFCSTACKTERMINALTYPE" },
|
|
180
|
+
{ name: "IfcStackTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["BIRDCAGE", "COWL", "RAINWATERHOPPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain" },
|
|
181
|
+
{ name: "IfcWasteTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["FLOORTRAP", "FLOORWASTE", "GULLYSUMP", "GULLYTRAP", "ROOFDRAIN", "WASTEDISPOSALUNIT", "WASTETRAP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain", typeEntity: "IFCWASTETERMINALTYPE" },
|
|
182
|
+
{ name: "IfcWasteTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["FLOORTRAP", "FLOORWASTE", "GULLYSUMP", "GULLYTRAP", "ROOFDRAIN", "WASTEDISPOSALUNIT", "WASTETRAP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.PlumbingFireProtectionDomain" },
|
|
183
|
+
{ name: "IfcEvent", parent: "IfcProcess", abstract: false, predefinedTypes: ["ENDEVENT", "INTERMEDIATEEVENT", "STARTEVENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "PredefinedType", "EventTriggerType", "UserDefinedEventTriggerType", "EventOccurenceTime"], source: "Ifc4x3.ProcessExtension", typeEntity: "IFCEVENTTYPE" },
|
|
184
|
+
{ name: "IfcProcess", parent: "IfcObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription"], source: "Ifc4x3.Kernel" },
|
|
185
|
+
{ name: "IfcEventType", parent: "IfcTypeProcess", abstract: false, predefinedTypes: ["ENDEVENT", "INTERMEDIATEEVENT", "STARTEVENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ProcessType", "PredefinedType", "EventTriggerType", "UserDefinedEventTriggerType"], source: "Ifc4x3.ProcessExtension" },
|
|
186
|
+
{ name: "IfcTypeProcess", parent: "IfcTypeObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ProcessType"], source: "Ifc4x3.Kernel" },
|
|
187
|
+
{ name: "IfcProcedure", parent: "IfcProcess", abstract: false, predefinedTypes: ["ADVICE_CAUTION", "ADVICE_NOTE", "ADVICE_WARNING", "CALIBRATION", "DIAGNOSTIC", "SHUTDOWN", "STARTUP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "PredefinedType"], source: "Ifc4x3.ProcessExtension", typeEntity: "IFCPROCEDURETYPE" },
|
|
188
|
+
{ name: "IfcProcedureType", parent: "IfcTypeProcess", abstract: false, predefinedTypes: ["ADVICE_CAUTION", "ADVICE_NOTE", "ADVICE_WARNING", "CALIBRATION", "DIAGNOSTIC", "SHUTDOWN", "STARTUP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ProcessType", "PredefinedType"], source: "Ifc4x3.ProcessExtension" },
|
|
189
|
+
{ name: "IfcRelSequence", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingProcess", "RelatedProcess", "TimeLag", "SequenceType", "UserDefinedSequenceType"], source: "Ifc4x3.ProcessExtension" },
|
|
190
|
+
{ name: "IfcTask", parent: "IfcProcess", abstract: false, predefinedTypes: ["ADJUSTMENT", "ATTENDANCE", "CALIBRATION", "CONSTRUCTION", "DEMOLITION", "DISMANTLE", "DISPOSAL", "EMERGENCY", "INSPECTION", "INSTALLATION", "LOGISTIC", "MAINTENANCE", "MOVE", "OPERATION", "REMOVAL", "RENOVATION", "SAFETY", "SHUTDOWN", "STARTUP", "TESTING", "TROUBLESHOOTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Status", "WorkMethod", "IsMilestone", "Priority", "TaskTime", "PredefinedType"], source: "Ifc4x3.ProcessExtension", typeEntity: "IFCTASKTYPE" },
|
|
191
|
+
{ name: "IfcTaskType", parent: "IfcTypeProcess", abstract: false, predefinedTypes: ["ADJUSTMENT", "ATTENDANCE", "CALIBRATION", "CONSTRUCTION", "DEMOLITION", "DISMANTLE", "DISPOSAL", "EMERGENCY", "INSPECTION", "INSTALLATION", "LOGISTIC", "MAINTENANCE", "MOVE", "OPERATION", "REMOVAL", "RENOVATION", "SAFETY", "SHUTDOWN", "STARTUP", "TESTING", "TROUBLESHOOTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ProcessType", "PredefinedType", "WorkMethod"], source: "Ifc4x3.ProcessExtension" },
|
|
192
|
+
{ name: "IfcWorkCalendar", parent: "IfcControl", abstract: false, predefinedTypes: ["FIRSTSHIFT", "SECONDSHIFT", "THIRDSHIFT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "WorkingTimes", "ExceptionTimes", "PredefinedType"], source: "Ifc4x3.ProcessExtension" },
|
|
193
|
+
{ name: "IfcControl", parent: "IfcObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification"], source: "Ifc4x3.Kernel" },
|
|
194
|
+
{ name: "IfcWorkControl", parent: "IfcControl", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "CreationDate", "Creators", "Purpose", "Duration", "TotalFloat", "StartTime", "FinishTime"], source: "Ifc4x3.ProcessExtension" },
|
|
195
|
+
{ name: "IfcWorkPlan", parent: "IfcWorkControl", abstract: false, predefinedTypes: ["ACTUAL", "BASELINE", "PLANNED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "CreationDate", "Creators", "Purpose", "Duration", "TotalFloat", "StartTime", "FinishTime", "PredefinedType"], source: "Ifc4x3.ProcessExtension" },
|
|
196
|
+
{ name: "IfcWorkSchedule", parent: "IfcWorkControl", abstract: false, predefinedTypes: ["ACTUAL", "BASELINE", "PLANNED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "CreationDate", "Creators", "Purpose", "Duration", "TotalFloat", "StartTime", "FinishTime", "PredefinedType"], source: "Ifc4x3.ProcessExtension" },
|
|
197
|
+
{ name: "IfcDistributionChamberElement", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: ["FORMEDDUCT", "INSPECTIONCHAMBER", "INSPECTIONPIT", "MANHOLE", "METERCHAMBER", "SUMP", "TRENCH", "VALVECHAMBER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCDISTRIBUTIONCHAMBERELEMENTTYPE" },
|
|
198
|
+
{ name: "IfcDistributionChamberElementType", parent: "IfcDistributionFlowElementType", abstract: false, predefinedTypes: ["FORMEDDUCT", "INSPECTIONCHAMBER", "INSPECTIONPIT", "MANHOLE", "METERCHAMBER", "SUMP", "TRENCH", "VALVECHAMBER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
199
|
+
{ name: "IfcDistributionCircuit", parent: "IfcDistributionSystem", abstract: false, predefinedTypes: ["AIRCONDITIONING", "AUDIOVISUAL", "CATENARY_SYSTEM", "CHEMICAL", "CHILLEDWATER", "COMMUNICATION", "COMPRESSEDAIR", "CONDENSERWATER", "CONTROL", "CONVEYING", "DATA", "DISPOSAL", "DOMESTICCOLDWATER", "DOMESTICHOTWATER", "DRAINAGE", "EARTHING", "ELECTRICAL", "ELECTROACOUSTIC", "EXHAUST", "FIREPROTECTION", "FIXEDTRANSMISSIONNETWORK", "FUEL", "GAS", "HAZARDOUS", "HEATING", "LIGHTING", "LIGHTNINGPROTECTION", "MOBILENETWORK", "MONITORINGSYSTEM", "MUNICIPALSOLIDWASTE", "OIL", "OPERATIONAL", "OPERATIONALTELEPHONYSYSTEM", "OVERHEAD_CONTACTLINE_SYSTEM", "POWERGENERATION", "RAINWATER", "REFRIGERATION", "RETURN_CIRCUIT", "SECURITY", "SEWAGE", "SIGNAL", "STORMWATER", "TELEPHONE", "TV", "VACUUM", "VENT", "VENTILATION", "WASTEWATER", "WATERSUPPLY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName", "PredefinedType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
200
|
+
{ name: "IfcDistributionSystem", parent: "IfcSystem", abstract: false, predefinedTypes: ["AIRCONDITIONING", "AUDIOVISUAL", "CATENARY_SYSTEM", "CHEMICAL", "CHILLEDWATER", "COMMUNICATION", "COMPRESSEDAIR", "CONDENSERWATER", "CONTROL", "CONVEYING", "DATA", "DISPOSAL", "DOMESTICCOLDWATER", "DOMESTICHOTWATER", "DRAINAGE", "EARTHING", "ELECTRICAL", "ELECTROACOUSTIC", "EXHAUST", "FIREPROTECTION", "FIXEDTRANSMISSIONNETWORK", "FUEL", "GAS", "HAZARDOUS", "HEATING", "LIGHTING", "LIGHTNINGPROTECTION", "MOBILENETWORK", "MONITORINGSYSTEM", "MUNICIPALSOLIDWASTE", "OIL", "OPERATIONAL", "OPERATIONALTELEPHONYSYSTEM", "OVERHEAD_CONTACTLINE_SYSTEM", "POWERGENERATION", "RAINWATER", "REFRIGERATION", "RETURN_CIRCUIT", "SECURITY", "SEWAGE", "SIGNAL", "STORMWATER", "TELEPHONE", "TV", "VACUUM", "VENT", "VENTILATION", "WASTEWATER", "WATERSUPPLY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName", "PredefinedType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
201
|
+
{ name: "IfcDistributionControlElement", parent: "IfcDistributionElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCDISTRIBUTIONCONTROLELEMENTTYPE" },
|
|
202
|
+
{ name: "IfcDistributionControlElementType", parent: "IfcDistributionElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
203
|
+
{ name: "IfcDistributionPort", parent: "IfcPort", abstract: false, predefinedTypes: ["CABLE", "CABLECARRIER", "DUCT", "PIPE", "WIRELESS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "FlowDirection", "PredefinedType", "SystemType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
204
|
+
{ name: "IfcPort", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
205
|
+
{ name: "IfcEnergyConversionDevice", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCENERGYCONVERSIONDEVICETYPE" },
|
|
206
|
+
{ name: "IfcEnergyConversionDeviceType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
207
|
+
{ name: "IfcFlowController", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWCONTROLLERTYPE" },
|
|
208
|
+
{ name: "IfcFlowControllerType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
209
|
+
{ name: "IfcFlowFitting", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWFITTINGTYPE" },
|
|
210
|
+
{ name: "IfcFlowFittingType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
211
|
+
{ name: "IfcFlowMovingDevice", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWMOVINGDEVICETYPE" },
|
|
212
|
+
{ name: "IfcFlowMovingDeviceType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
213
|
+
{ name: "IfcFlowStorageDevice", parent: "IfcDistributionFlowElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.SharedBldgServiceElements", typeEntity: "IFCFLOWSTORAGEDEVICETYPE" },
|
|
214
|
+
{ name: "IfcFlowStorageDeviceType", parent: "IfcDistributionFlowElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
215
|
+
{ name: "IfcRelFlowControlElements", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedControlElements", "RelatingFlowElement"], source: "Ifc4x3.SharedBldgServiceElements" },
|
|
216
|
+
{ name: "IfcCoordinateOperation", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["SourceCRS", "TargetCRS"], source: "Ifc4x3.RepresentationResource" },
|
|
217
|
+
{ name: "IfcCoordinateReferenceSystem", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "GeodeticDatum"], source: "Ifc4x3.RepresentationResource" },
|
|
218
|
+
{ name: "IfcGeometricRepresentationContext", parent: "IfcRepresentationContext", abstract: false, predefinedTypes: [], attributes: ["ContextIdentifier", "ContextType", "CoordinateSpaceDimension", "Precision", "WorldCoordinateSystem", "TrueNorth"], source: "Ifc4x3.RepresentationResource" },
|
|
219
|
+
{ name: "IfcRepresentationContext", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["ContextIdentifier", "ContextType"], source: "Ifc4x3.RepresentationResource" },
|
|
220
|
+
{ name: "IfcGeometricRepresentationSubContext", parent: "IfcGeometricRepresentationContext", abstract: false, predefinedTypes: [], attributes: ["ContextIdentifier", "ContextType", "CoordinateSpaceDimension", "Precision", "WorldCoordinateSystem", "TrueNorth", "ParentContext", "TargetScale", "TargetView", "UserDefinedTargetView"], source: "Ifc4x3.RepresentationResource" },
|
|
221
|
+
{ name: "IfcMapConversion", parent: "IfcCoordinateOperation", abstract: false, predefinedTypes: [], attributes: ["SourceCRS", "TargetCRS", "Eastings", "Northings", "OrthogonalHeight", "XAxisAbscissa", "XAxisOrdinate", "Scale"], source: "Ifc4x3.RepresentationResource" },
|
|
222
|
+
{ name: "IfcMaterialDefinitionRepresentation", parent: "IfcProductRepresentation", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Representations", "RepresentedMaterial"], source: "Ifc4x3.RepresentationResource" },
|
|
223
|
+
{ name: "IfcProductRepresentation", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "Representations"], source: "Ifc4x3.RepresentationResource" },
|
|
224
|
+
{ name: "IfcProductDefinitionShape", parent: "IfcProductRepresentation", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Representations"], source: "Ifc4x3.RepresentationResource" },
|
|
225
|
+
{ name: "IfcProjectedCRS", parent: "IfcCoordinateReferenceSystem", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "GeodeticDatum", "VerticalDatum", "MapProjection", "MapZone", "MapUnit"], source: "Ifc4x3.RepresentationResource" },
|
|
226
|
+
{ name: "IfcRepresentation", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
227
|
+
{ name: "IfcShapeAspect", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ShapeRepresentations", "Name", "Description", "ProductDefinitional", "PartOfProductDefinitionShape"], source: "Ifc4x3.RepresentationResource" },
|
|
228
|
+
{ name: "IfcShapeModel", parent: "IfcRepresentation", abstract: true, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
229
|
+
{ name: "IfcShapeRepresentation", parent: "IfcShapeModel", abstract: false, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
230
|
+
{ name: "IfcStyledRepresentation", parent: "IfcStyleModel", abstract: false, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
231
|
+
{ name: "IfcStyleModel", parent: "IfcRepresentation", abstract: true, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
232
|
+
{ name: "IfcTopologyRepresentation", parent: "IfcShapeModel", abstract: false, predefinedTypes: [], attributes: ["ContextOfItems", "RepresentationIdentifier", "RepresentationType", "Items"], source: "Ifc4x3.RepresentationResource" },
|
|
233
|
+
{ name: "IfcGeographicCRS", parent: "IfcCoordinateReferenceSystem", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "GeodeticDatum", "PrimeMeridian", "AngleUnit", "HeightUnit"], source: "Ifc4x3.RepresentationResource" },
|
|
234
|
+
{ name: "IfcMapConversionScaled", parent: "IfcMapConversion", abstract: false, predefinedTypes: [], attributes: ["SourceCRS", "TargetCRS", "Eastings", "Northings", "OrthogonalHeight", "XAxisAbscissa", "XAxisOrdinate", "Scale", "FactorX", "FactorY", "FactorZ"], source: "Ifc4x3.RepresentationResource" },
|
|
235
|
+
{ name: "IfcRigidOperation", parent: "IfcCoordinateOperation", abstract: false, predefinedTypes: [], attributes: ["SourceCRS", "TargetCRS", "FirstCoordinate", "SecondCoordinate", "Height"], source: "Ifc4x3.RepresentationResource" },
|
|
236
|
+
{ name: "IfcWellKnownText", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["WellKnownText", "CoordinateReferenceSystem"], source: "Ifc4x3.RepresentationResource" },
|
|
237
|
+
{ name: "IfcWellKnownTextLiteral", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.RepresentationResource" },
|
|
238
|
+
{ name: "IfcContextDependentUnit", parent: "IfcNamedUnit", abstract: false, predefinedTypes: [], attributes: ["Dimensions", "UnitType", "Name"], source: "Ifc4x3.MeasureResource" },
|
|
239
|
+
{ name: "IfcNamedUnit", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Dimensions", "UnitType"], source: "Ifc4x3.MeasureResource" },
|
|
240
|
+
{ name: "IfcConversionBasedUnit", parent: "IfcNamedUnit", abstract: false, predefinedTypes: [], attributes: ["Dimensions", "UnitType", "Name", "ConversionFactor"], source: "Ifc4x3.MeasureResource" },
|
|
241
|
+
{ name: "IfcConversionBasedUnitWithOffset", parent: "IfcConversionBasedUnit", abstract: false, predefinedTypes: [], attributes: ["Dimensions", "UnitType", "Name", "ConversionFactor", "ConversionOffset"], source: "Ifc4x3.MeasureResource" },
|
|
242
|
+
{ name: "IfcDerivedUnit", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Elements", "UnitType", "UserDefinedType", "Name"], source: "Ifc4x3.MeasureResource" },
|
|
243
|
+
{ name: "IfcDerivedUnitElement", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Unit", "Exponent"], source: "Ifc4x3.MeasureResource" },
|
|
244
|
+
{ name: "IfcDimensionalExponents", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["LengthExponent", "MassExponent", "TimeExponent", "ElectricCurrentExponent", "ThermodynamicTemperatureExponent", "AmountOfSubstanceExponent", "LuminousIntensityExponent"], source: "Ifc4x3.MeasureResource" },
|
|
245
|
+
{ name: "IfcMeasureWithUnit", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ValueComponent", "UnitComponent"], source: "Ifc4x3.MeasureResource" },
|
|
246
|
+
{ name: "IfcMonetaryUnit", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Currency"], source: "Ifc4x3.MeasureResource" },
|
|
247
|
+
{ name: "IfcSIUnit", parent: "IfcNamedUnit", abstract: false, predefinedTypes: [], attributes: ["Dimensions", "UnitType", "Prefix", "Name"], source: "Ifc4x3.MeasureResource" },
|
|
248
|
+
{ name: "IfcUnitAssignment", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Units"], source: "Ifc4x3.MeasureResource" },
|
|
249
|
+
{ name: "IfcLengthMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
250
|
+
{ name: "IfcNonNegativeLengthMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
251
|
+
{ name: "IfcPositiveLengthMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
252
|
+
{ name: "IfcAbsorbedDoseMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
253
|
+
{ name: "IfcAccelerationMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
254
|
+
{ name: "IfcAmountOfSubstanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
255
|
+
{ name: "IfcAngularVelocityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
256
|
+
{ name: "IfcAreaDensityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
257
|
+
{ name: "IfcAreaMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
258
|
+
{ name: "IfcBinary", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
259
|
+
{ name: "IfcBoolean", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
260
|
+
{ name: "IfcComplexNumber", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
261
|
+
{ name: "IfcCompoundPlaneAngleMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
262
|
+
{ name: "IfcContextDependentMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
263
|
+
{ name: "IfcCountMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
264
|
+
{ name: "IfcCurvatureMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
265
|
+
{ name: "IfcDescriptiveMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
266
|
+
{ name: "IfcDoseEquivalentMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
267
|
+
{ name: "IfcDynamicViscosityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
268
|
+
{ name: "IfcElectricCapacitanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
269
|
+
{ name: "IfcElectricChargeMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
270
|
+
{ name: "IfcElectricConductanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
271
|
+
{ name: "IfcElectricCurrentMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
272
|
+
{ name: "IfcElectricResistanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
273
|
+
{ name: "IfcElectricVoltageMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
274
|
+
{ name: "IfcEnergyMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
275
|
+
{ name: "IfcForceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
276
|
+
{ name: "IfcFrequencyMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
277
|
+
{ name: "IfcHeatFluxDensityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
278
|
+
{ name: "IfcHeatingValueMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
279
|
+
{ name: "IfcIdentifier", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
280
|
+
{ name: "IfcIlluminanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
281
|
+
{ name: "IfcInductanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
282
|
+
{ name: "IfcInteger", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
283
|
+
{ name: "IfcIntegerCountRateMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
284
|
+
{ name: "IfcIonConcentrationMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
285
|
+
{ name: "IfcIsothermalMoistureCapacityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
286
|
+
{ name: "IfcKinematicViscosityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
287
|
+
{ name: "IfcLabel", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
288
|
+
{ name: "IfcLinearForceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
289
|
+
{ name: "IfcLinearMomentMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
290
|
+
{ name: "IfcLinearStiffnessMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
291
|
+
{ name: "IfcLinearVelocityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
292
|
+
{ name: "IfcLogical", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
293
|
+
{ name: "IfcLuminousFluxMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
294
|
+
{ name: "IfcLuminousIntensityDistributionMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
295
|
+
{ name: "IfcLuminousIntensityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
296
|
+
{ name: "IfcMagneticFluxDensityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
297
|
+
{ name: "IfcMagneticFluxMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
298
|
+
{ name: "IfcMassDensityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
299
|
+
{ name: "IfcMassFlowRateMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
300
|
+
{ name: "IfcMassMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
301
|
+
{ name: "IfcMassPerLengthMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
302
|
+
{ name: "IfcModulusOfElasticityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
303
|
+
{ name: "IfcModulusOfLinearSubgradeReactionMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
304
|
+
{ name: "IfcModulusOfRotationalSubgradeReactionMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
305
|
+
{ name: "IfcModulusOfSubgradeReactionMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
306
|
+
{ name: "IfcMoistureDiffusivityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
307
|
+
{ name: "IfcMolecularWeightMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
308
|
+
{ name: "IfcMomentOfInertiaMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
309
|
+
{ name: "IfcMonetaryMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
310
|
+
{ name: "IfcNormalisedRatioMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
311
|
+
{ name: "IfcNumericMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
312
|
+
{ name: "IfcParameterValue", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
313
|
+
{ name: "IfcPHMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
314
|
+
{ name: "IfcPlanarForceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
315
|
+
{ name: "IfcPlaneAngleMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
316
|
+
{ name: "IfcPositiveInteger", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
317
|
+
{ name: "IfcPositivePlaneAngleMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
318
|
+
{ name: "IfcPositiveRatioMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
319
|
+
{ name: "IfcPowerMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
320
|
+
{ name: "IfcPressureMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
321
|
+
{ name: "IfcRadioActivityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
322
|
+
{ name: "IfcRatioMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
323
|
+
{ name: "IfcReal", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
324
|
+
{ name: "IfcRotationalFrequencyMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
325
|
+
{ name: "IfcRotationalMassMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
326
|
+
{ name: "IfcRotationalStiffnessMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
327
|
+
{ name: "IfcSectionalAreaIntegralMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
328
|
+
{ name: "IfcSectionModulusMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
329
|
+
{ name: "IfcShearModulusMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
330
|
+
{ name: "IfcSolidAngleMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
331
|
+
{ name: "IfcSoundPowerLevelMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
332
|
+
{ name: "IfcSoundPowerMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
333
|
+
{ name: "IfcSoundPressureLevelMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
334
|
+
{ name: "IfcSoundPressureMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
335
|
+
{ name: "IfcSpecificHeatCapacityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
336
|
+
{ name: "IfcTemperatureGradientMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
337
|
+
{ name: "IfcTemperatureRateOfChangeMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
338
|
+
{ name: "IfcText", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
339
|
+
{ name: "IfcThermalAdmittanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
340
|
+
{ name: "IfcThermalConductivityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
341
|
+
{ name: "IfcThermalExpansionCoefficientMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
342
|
+
{ name: "IfcThermalResistanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
343
|
+
{ name: "IfcThermalTransmittanceMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
344
|
+
{ name: "IfcThermodynamicTemperatureMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
345
|
+
{ name: "IfcTimeMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
346
|
+
{ name: "IfcTorqueMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
347
|
+
{ name: "IfcURIReference", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
348
|
+
{ name: "IfcVaporPermeabilityMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
349
|
+
{ name: "IfcVolumeMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
350
|
+
{ name: "IfcVolumetricFlowRateMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
351
|
+
{ name: "IfcWarpingConstantMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
352
|
+
{ name: "IfcWarpingMomentMeasure", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.MeasureResource" },
|
|
353
|
+
{ name: "IfcComplexProperty", parent: "IfcProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "UsageName", "HasProperties"], source: "Ifc4x3.PropertyResource" },
|
|
354
|
+
{ name: "IfcProperty", parent: "IfcPropertyAbstraction", abstract: true, predefinedTypes: [], attributes: ["Name", "Specification"], source: "Ifc4x3.PropertyResource" },
|
|
355
|
+
{ name: "IfcPreDefinedProperties", parent: "IfcPropertyAbstraction", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.PropertyResource" },
|
|
356
|
+
{ name: "IfcPropertyBoundedValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "UpperBoundValue", "LowerBoundValue", "Unit", "SetPointValue"], source: "Ifc4x3.PropertyResource" },
|
|
357
|
+
{ name: "IfcSimpleProperty", parent: "IfcProperty", abstract: true, predefinedTypes: [], attributes: ["Name", "Specification"], source: "Ifc4x3.PropertyResource" },
|
|
358
|
+
{ name: "IfcPropertyDependencyRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "DependingProperty", "DependantProperty", "Expression"], source: "Ifc4x3.PropertyResource" },
|
|
359
|
+
{ name: "IfcPropertyEnumeratedValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "EnumerationValues", "EnumerationReference"], source: "Ifc4x3.PropertyResource" },
|
|
360
|
+
{ name: "IfcPropertyEnumeration", parent: "IfcPropertyAbstraction", abstract: false, predefinedTypes: [], attributes: ["Name", "EnumerationValues", "Unit"], source: "Ifc4x3.PropertyResource" },
|
|
361
|
+
{ name: "IfcPropertyListValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "ListValues", "Unit"], source: "Ifc4x3.PropertyResource" },
|
|
362
|
+
{ name: "IfcPropertyReferenceValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "UsageName", "PropertyReference"], source: "Ifc4x3.PropertyResource" },
|
|
363
|
+
{ name: "IfcPropertySingleValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "NominalValue", "Unit"], source: "Ifc4x3.PropertyResource" },
|
|
364
|
+
{ name: "IfcPropertyTableValue", parent: "IfcSimpleProperty", abstract: false, predefinedTypes: [], attributes: ["Name", "Specification", "DefiningValues", "DefinedValues", "Expression", "DefiningUnit", "DefinedUnit", "CurveInterpolation"], source: "Ifc4x3.PropertyResource" },
|
|
365
|
+
{ name: "IfcBuildingElementPart", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["APRON", "ARMOURUNIT", "INSULATION", "PRECASTPANEL", "SAFETYCAGE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedComponentElements", typeEntity: "IFCBUILDINGELEMENTPARTTYPE" },
|
|
366
|
+
{ name: "IfcBuildingElementPartType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["APRON", "ARMOURUNIT", "INSULATION", "PRECASTPANEL", "SAFETYCAGE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedComponentElements" },
|
|
367
|
+
{ name: "IfcDiscreteAccessory", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["ANCHORPLATE", "BIRDPROTECTION", "BRACKET", "CABLEARRANGER", "ELASTIC_CUSHION", "EXPANSION_JOINT_DEVICE", "FILLER", "FLASHING", "INSULATOR", "LOCK", "PANEL_STRENGTHENING", "POINTMACHINEMOUNTINGDEVICE", "POINT_MACHINE_LOCKING_DEVICE", "RAILBRACE", "RAILPAD", "RAIL_LUBRICATION", "RAIL_MECHANICAL_EQUIPMENT", "SHOE", "SLIDINGCHAIR", "SOUNDABSORPTION", "TENSIONINGEQUIPMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedComponentElements", typeEntity: "IFCDISCRETEACCESSORYTYPE" },
|
|
368
|
+
{ name: "IfcDiscreteAccessoryType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["ANCHORPLATE", "BIRDPROTECTION", "BRACKET", "CABLEARRANGER", "ELASTIC_CUSHION", "EXPANSION_JOINT_DEVICE", "FILLER", "FLASHING", "INSULATOR", "LOCK", "PANEL_STRENGTHENING", "POINTMACHINEMOUNTINGDEVICE", "POINT_MACHINE_LOCKING_DEVICE", "RAILBRACE", "RAILPAD", "RAIL_LUBRICATION", "RAIL_MECHANICAL_EQUIPMENT", "SHOE", "SLIDINGCHAIR", "SOUNDABSORPTION", "TENSIONINGEQUIPMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedComponentElements" },
|
|
369
|
+
{ name: "IfcFastener", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["GLUE", "MORTAR", "WELD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedComponentElements", typeEntity: "IFCFASTENERTYPE" },
|
|
370
|
+
{ name: "IfcFastenerType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["GLUE", "MORTAR", "WELD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedComponentElements" },
|
|
371
|
+
{ name: "IfcMechanicalFastener", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["ANCHORBOLT", "BOLT", "CHAIN", "COUPLER", "DOWEL", "NAIL", "NAILPLATE", "RAILFASTENING", "RAILJOINT", "RIVET", "ROPE", "SCREW", "SHEARCONNECTOR", "STAPLE", "STUDSHEARCONNECTOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "NominalDiameter", "NominalLength", "PredefinedType"], source: "Ifc4x3.SharedComponentElements", typeEntity: "IFCMECHANICALFASTENERTYPE" },
|
|
372
|
+
{ name: "IfcMechanicalFastenerType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["ANCHORBOLT", "BOLT", "CHAIN", "COUPLER", "DOWEL", "NAIL", "NAILPLATE", "RAILFASTENING", "RAILJOINT", "RIVET", "ROPE", "SCREW", "SHEARCONNECTOR", "STAPLE", "STUDSHEARCONNECTOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "NominalDiameter", "NominalLength"], source: "Ifc4x3.SharedComponentElements" },
|
|
373
|
+
{ name: "IfcBoundaryCondition", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.StructuralLoadResource" },
|
|
374
|
+
{ name: "IfcBoundaryEdgeCondition", parent: "IfcBoundaryCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "TranslationalStiffnessByLengthX", "TranslationalStiffnessByLengthY", "TranslationalStiffnessByLengthZ", "RotationalStiffnessByLengthX", "RotationalStiffnessByLengthY", "RotationalStiffnessByLengthZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
375
|
+
{ name: "IfcBoundaryFaceCondition", parent: "IfcBoundaryCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "TranslationalStiffnessByAreaX", "TranslationalStiffnessByAreaY", "TranslationalStiffnessByAreaZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
376
|
+
{ name: "IfcBoundaryNodeCondition", parent: "IfcBoundaryCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "TranslationalStiffnessX", "TranslationalStiffnessY", "TranslationalStiffnessZ", "RotationalStiffnessX", "RotationalStiffnessY", "RotationalStiffnessZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
377
|
+
{ name: "IfcBoundaryNodeConditionWarping", parent: "IfcBoundaryNodeCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "TranslationalStiffnessX", "TranslationalStiffnessY", "TranslationalStiffnessZ", "RotationalStiffnessX", "RotationalStiffnessY", "RotationalStiffnessZ", "WarpingStiffness"], source: "Ifc4x3.StructuralLoadResource" },
|
|
378
|
+
{ name: "IfcFailureConnectionCondition", parent: "IfcStructuralConnectionCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "TensionFailureX", "TensionFailureY", "TensionFailureZ", "CompressionFailureX", "CompressionFailureY", "CompressionFailureZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
379
|
+
{ name: "IfcStructuralConnectionCondition", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.StructuralLoadResource" },
|
|
380
|
+
{ name: "IfcSlippageConnectionCondition", parent: "IfcStructuralConnectionCondition", abstract: false, predefinedTypes: [], attributes: ["Name", "SlippageX", "SlippageY", "SlippageZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
381
|
+
{ name: "IfcStructuralLoad", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.StructuralLoadResource" },
|
|
382
|
+
{ name: "IfcStructuralLoadConfiguration", parent: "IfcStructuralLoad", abstract: false, predefinedTypes: [], attributes: ["Name", "Values", "Locations"], source: "Ifc4x3.StructuralLoadResource" },
|
|
383
|
+
{ name: "IfcStructuralLoadLinearForce", parent: "IfcStructuralLoadStatic", abstract: false, predefinedTypes: [], attributes: ["Name", "LinearForceX", "LinearForceY", "LinearForceZ", "LinearMomentX", "LinearMomentY", "LinearMomentZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
384
|
+
{ name: "IfcStructuralLoadStatic", parent: "IfcStructuralLoadOrResult", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.StructuralLoadResource" },
|
|
385
|
+
{ name: "IfcStructuralLoadOrResult", parent: "IfcStructuralLoad", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.StructuralLoadResource" },
|
|
386
|
+
{ name: "IfcStructuralLoadPlanarForce", parent: "IfcStructuralLoadStatic", abstract: false, predefinedTypes: [], attributes: ["Name", "PlanarForceX", "PlanarForceY", "PlanarForceZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
387
|
+
{ name: "IfcStructuralLoadSingleDisplacement", parent: "IfcStructuralLoadStatic", abstract: false, predefinedTypes: [], attributes: ["Name", "DisplacementX", "DisplacementY", "DisplacementZ", "RotationalDisplacementRX", "RotationalDisplacementRY", "RotationalDisplacementRZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
388
|
+
{ name: "IfcStructuralLoadSingleDisplacementDistortion", parent: "IfcStructuralLoadSingleDisplacement", abstract: false, predefinedTypes: [], attributes: ["Name", "DisplacementX", "DisplacementY", "DisplacementZ", "RotationalDisplacementRX", "RotationalDisplacementRY", "RotationalDisplacementRZ", "Distortion"], source: "Ifc4x3.StructuralLoadResource" },
|
|
389
|
+
{ name: "IfcStructuralLoadSingleForce", parent: "IfcStructuralLoadStatic", abstract: false, predefinedTypes: [], attributes: ["Name", "ForceX", "ForceY", "ForceZ", "MomentX", "MomentY", "MomentZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
390
|
+
{ name: "IfcStructuralLoadSingleForceWarping", parent: "IfcStructuralLoadSingleForce", abstract: false, predefinedTypes: [], attributes: ["Name", "ForceX", "ForceY", "ForceZ", "MomentX", "MomentY", "MomentZ", "WarpingMoment"], source: "Ifc4x3.StructuralLoadResource" },
|
|
391
|
+
{ name: "IfcStructuralLoadTemperature", parent: "IfcStructuralLoadStatic", abstract: false, predefinedTypes: [], attributes: ["Name", "DeltaTConstant", "DeltaTY", "DeltaTZ"], source: "Ifc4x3.StructuralLoadResource" },
|
|
392
|
+
{ name: "IfcSurfaceReinforcementArea", parent: "IfcStructuralLoadOrResult", abstract: false, predefinedTypes: [], attributes: ["Name", "SurfaceReinforcement1", "SurfaceReinforcement2", "ShearReinforcement"], source: "Ifc4x3.StructuralLoadResource" },
|
|
393
|
+
{ name: "IfcBlobTexture", parent: "IfcSurfaceTexture", abstract: false, predefinedTypes: [], attributes: ["RepeatS", "RepeatT", "Mode", "TextureTransform", "Parameter", "RasterFormat", "RasterCode"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
394
|
+
{ name: "IfcSurfaceTexture", parent: "IfcPresentationItem", abstract: true, predefinedTypes: [], attributes: ["RepeatS", "RepeatT", "Mode", "TextureTransform", "Parameter"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
395
|
+
{ name: "IfcPresentationItem", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
396
|
+
{ name: "IfcColourRgb", parent: "IfcColourSpecification", abstract: false, predefinedTypes: [], attributes: ["Name", "Red", "Green", "Blue"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
397
|
+
{ name: "IfcColourSpecification", parent: "IfcPresentationItem", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
398
|
+
{ name: "IfcColourRgbList", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["ColourList"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
399
|
+
{ name: "IfcCurveStyle", parent: "IfcPresentationStyle", abstract: false, predefinedTypes: [], attributes: ["Name", "CurveFont", "CurveWidth", "CurveColour", "ModelOrDraughting"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
400
|
+
{ name: "IfcPresentationStyle", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
401
|
+
{ name: "IfcCurveStyleFont", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["Name", "PatternList"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
402
|
+
{ name: "IfcCurveStyleFontAndScaling", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["Name", "CurveStyleFont", "CurveFontScaling"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
403
|
+
{ name: "IfcCurveStyleFontPattern", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["VisibleSegmentLength", "InvisibleSegmentLength"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
404
|
+
{ name: "IfcDraughtingPreDefinedColour", parent: "IfcPreDefinedColour", abstract: false, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
405
|
+
{ name: "IfcPreDefinedColour", parent: "IfcPreDefinedItem", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
406
|
+
{ name: "IfcPreDefinedItem", parent: "IfcPresentationItem", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
407
|
+
{ name: "IfcDraughtingPreDefinedCurveFont", parent: "IfcPreDefinedCurveFont", abstract: false, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
408
|
+
{ name: "IfcPreDefinedCurveFont", parent: "IfcPreDefinedItem", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
409
|
+
{ name: "IfcExternallyDefinedHatchStyle", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
410
|
+
{ name: "IfcExternalReference", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Location", "Identification", "Name"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
411
|
+
{ name: "IfcExternallyDefinedSurfaceStyle", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
412
|
+
{ name: "IfcExternallyDefinedTextFont", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
413
|
+
{ name: "IfcFillAreaStyle", parent: "IfcPresentationStyle", abstract: false, predefinedTypes: [], attributes: ["Name", "FillStyles", "ModelOrDraughting"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
414
|
+
{ name: "IfcFillAreaStyleHatching", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["HatchLineAppearance", "StartOfNextHatchLine", "PointOfReferenceHatchLine", "PatternStart", "HatchLineAngle"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
415
|
+
{ name: "IfcFillAreaStyleTiles", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["TilingPattern", "Tiles", "TilingScale"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
416
|
+
{ name: "IfcImageTexture", parent: "IfcSurfaceTexture", abstract: false, predefinedTypes: [], attributes: ["RepeatS", "RepeatT", "Mode", "TextureTransform", "Parameter", "URLReference"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
417
|
+
{ name: "IfcIndexedColourMap", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["MappedTo", "Opacity", "Colours", "ColourIndex"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
418
|
+
{ name: "IfcIndexedTextureMap", parent: "IfcTextureCoordinate", abstract: true, predefinedTypes: [], attributes: ["Maps", "MappedTo", "TexCoords"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
419
|
+
{ name: "IfcTextureCoordinate", parent: "IfcPresentationItem", abstract: true, predefinedTypes: [], attributes: ["Maps"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
420
|
+
{ name: "IfcIndexedTriangleTextureMap", parent: "IfcIndexedTextureMap", abstract: false, predefinedTypes: [], attributes: ["Maps", "MappedTo", "TexCoords", "TexCoordIndex"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
421
|
+
{ name: "IfcPixelTexture", parent: "IfcSurfaceTexture", abstract: false, predefinedTypes: [], attributes: ["RepeatS", "RepeatT", "Mode", "TextureTransform", "Parameter", "Width", "Height", "ColourComponents", "Pixel"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
422
|
+
{ name: "IfcPreDefinedTextFont", parent: "IfcPreDefinedItem", abstract: true, predefinedTypes: [], attributes: ["Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
423
|
+
{ name: "IfcStyledItem", parent: "IfcRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Item", "Styles", "Name"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
424
|
+
{ name: "IfcSurfaceStyle", parent: "IfcPresentationStyle", abstract: false, predefinedTypes: [], attributes: ["Name", "Side", "Styles"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
425
|
+
{ name: "IfcSurfaceStyleLighting", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["DiffuseTransmissionColour", "DiffuseReflectionColour", "TransmissionColour", "ReflectanceColour"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
426
|
+
{ name: "IfcSurfaceStyleRefraction", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["RefractionIndex", "DispersionFactor"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
427
|
+
{ name: "IfcSurfaceStyleRendering", parent: "IfcSurfaceStyleShading", abstract: false, predefinedTypes: [], attributes: ["SurfaceColour", "Transparency", "DiffuseColour", "TransmissionColour", "DiffuseTransmissionColour", "ReflectionColour", "SpecularColour", "SpecularHighlight", "ReflectanceMethod"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
428
|
+
{ name: "IfcSurfaceStyleShading", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["SurfaceColour", "Transparency"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
429
|
+
{ name: "IfcSurfaceStyleWithTextures", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["Textures"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
430
|
+
{ name: "IfcTextStyle", parent: "IfcPresentationStyle", abstract: false, predefinedTypes: [], attributes: ["Name", "TextCharacterAppearance", "TextStyle", "TextFontStyle", "ModelOrDraughting"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
431
|
+
{ name: "IfcTextStyleFontModel", parent: "IfcPreDefinedTextFont", abstract: false, predefinedTypes: [], attributes: ["Name", "FontFamily", "FontStyle", "FontVariant", "FontWeight", "FontSize"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
432
|
+
{ name: "IfcTextStyleForDefinedFont", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["Colour", "BackgroundColour"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
433
|
+
{ name: "IfcTextStyleTextModel", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["TextIndent", "TextAlign", "TextDecoration", "LetterSpacing", "WordSpacing", "TextTransform", "LineHeight"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
434
|
+
{ name: "IfcTextureCoordinateGenerator", parent: "IfcTextureCoordinate", abstract: false, predefinedTypes: [], attributes: ["Maps", "Mode", "Parameter"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
435
|
+
{ name: "IfcTextureMap", parent: "IfcTextureCoordinate", abstract: false, predefinedTypes: [], attributes: ["Maps", "Vertices", "MappedTo"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
436
|
+
{ name: "IfcTextureVertex", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["Coordinates"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
437
|
+
{ name: "IfcTextureVertexList", parent: "IfcPresentationItem", abstract: false, predefinedTypes: [], attributes: ["TexCoordsList"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
438
|
+
{ name: "IfcFontStyle", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
439
|
+
{ name: "IfcFontVariant", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
440
|
+
{ name: "IfcFontWeight", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
441
|
+
{ name: "IfcIndexedPolygonalTextureMap", parent: "IfcIndexedTextureMap", abstract: false, predefinedTypes: [], attributes: ["Maps", "MappedTo", "TexCoords", "TexCoordIndices"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
442
|
+
{ name: "IfcPresentableText", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
443
|
+
{ name: "IfcSpecularExponent", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
444
|
+
{ name: "IfcSpecularRoughness", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
445
|
+
{ name: "IfcTextAlignment", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
446
|
+
{ name: "IfcTextDecoration", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
447
|
+
{ name: "IfcTextFontName", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
448
|
+
{ name: "IfcTextTransformation", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
449
|
+
{ name: "IfcTextureCoordinateIndices", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["TexCoordIndex", "TexCoordsOf"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
450
|
+
{ name: "IfcTextureCoordinateIndicesWithVoids", parent: "IfcTextureCoordinateIndices", abstract: false, predefinedTypes: [], attributes: ["TexCoordIndex", "TexCoordsOf", "InnerTexCoordIndices"], source: "Ifc4x3.PresentationAppearanceResource" },
|
|
451
|
+
{ name: "IfcBeam", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BEAM", "CORNICE", "DIAPHRAGM", "EDGEBEAM", "GIRDER_SEGMENT", "HATSTONE", "HOLLOWCORE", "JOIST", "LINTEL", "PIERCAP", "SPANDREL", "T_BEAM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCBEAMTYPE" },
|
|
452
|
+
{ name: "IfcBeamType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BEAM", "CORNICE", "DIAPHRAGM", "EDGEBEAM", "GIRDER_SEGMENT", "HATSTONE", "HOLLOWCORE", "JOIST", "LINTEL", "PIERCAP", "SPANDREL", "T_BEAM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
453
|
+
{ name: "IfcBuildingElementProxy", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["COMPLEX", "ELEMENT", "PARTIAL", "PROVISIONFORSPACE", "PROVISIONFORVOID", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCBUILDINGELEMENTPROXYTYPE" },
|
|
454
|
+
{ name: "IfcBuildingElementProxyType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["COMPLEX", "ELEMENT", "PARTIAL", "PROVISIONFORSPACE", "PROVISIONFORVOID", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
455
|
+
{ name: "IfcBuildingSystem", parent: "IfcSystem", abstract: false, predefinedTypes: ["FENESTRATION", "FOUNDATION", "LOADBEARING", "OUTERSHELL", "SHADING", "TRANSPORT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "LongName"], source: "Ifc4x3.SharedBldgElements" },
|
|
456
|
+
{ name: "IfcChimney", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCCHIMNEYTYPE" },
|
|
457
|
+
{ name: "IfcChimneyType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
458
|
+
{ name: "IfcColumn", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["COLUMN", "PIERSTEM", "PIERSTEM_SEGMENT", "PILASTER", "STANDCOLUMN", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCCOLUMNTYPE" },
|
|
459
|
+
{ name: "IfcColumnType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["COLUMN", "PIERSTEM", "PIERSTEM_SEGMENT", "PILASTER", "STANDCOLUMN", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
460
|
+
{ name: "IfcCovering", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["CEILING", "CLADDING", "COPING", "FLOORING", "INSULATION", "MEMBRANE", "MOLDING", "ROOFING", "SKIRTINGBOARD", "SLEEVING", "TOPPING", "WRAPPING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCCOVERINGTYPE" },
|
|
461
|
+
{ name: "IfcCoveringType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["CEILING", "CLADDING", "COPING", "FLOORING", "INSULATION", "MEMBRANE", "MOLDING", "ROOFING", "SKIRTINGBOARD", "SLEEVING", "TOPPING", "WRAPPING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
462
|
+
{ name: "IfcCurtainWall", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCCURTAINWALLTYPE" },
|
|
463
|
+
{ name: "IfcCurtainWallType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
464
|
+
{ name: "IfcDoor", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BOOM_BARRIER", "DOOR", "GATE", "TRAPDOOR", "TURNSTILE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "OverallHeight", "OverallWidth", "PredefinedType", "OperationType", "UserDefinedOperationType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCDOORTYPE" },
|
|
465
|
+
{ name: "IfcDoorType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BOOM_BARRIER", "DOOR", "GATE", "TRAPDOOR", "TURNSTILE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "OperationType", "ParameterTakesPrecedence", "UserDefinedOperationType"], source: "Ifc4x3.SharedBldgElements" },
|
|
466
|
+
{ name: "IfcMember", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["ARCH_SEGMENT", "BRACE", "CHORD", "COLLAR", "MEMBER", "MULLION", "PLATE", "POST", "PURLIN", "RAFTER", "STAY_CABLE", "STIFFENING_RIB", "STRINGER", "STRUCTURALCABLE", "STRUT", "STUD", "SUSPENDER", "SUSPENSION_CABLE", "TIEBAR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCMEMBERTYPE" },
|
|
467
|
+
{ name: "IfcMemberType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["ARCH_SEGMENT", "BRACE", "CHORD", "COLLAR", "MEMBER", "MULLION", "PLATE", "POST", "PURLIN", "RAFTER", "STAY_CABLE", "STIFFENING_RIB", "STRINGER", "STRUCTURALCABLE", "STRUT", "STUD", "SUSPENDER", "SUSPENSION_CABLE", "TIEBAR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
468
|
+
{ name: "IfcPlate", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BASE_PLATE", "COVER_PLATE", "CURTAIN_PANEL", "FLANGE_PLATE", "GUSSET_PLATE", "SHEET", "SPLICE_PLATE", "STIFFENER_PLATE", "WEB_PLATE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCPLATETYPE" },
|
|
469
|
+
{ name: "IfcPlateType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BASE_PLATE", "COVER_PLATE", "CURTAIN_PANEL", "FLANGE_PLATE", "GUSSET_PLATE", "SHEET", "SPLICE_PLATE", "STIFFENER_PLATE", "WEB_PLATE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
470
|
+
{ name: "IfcRailing", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BALUSTRADE", "FENCE", "GUARDRAIL", "HANDRAIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCRAILINGTYPE" },
|
|
471
|
+
{ name: "IfcRailingType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BALUSTRADE", "FENCE", "GUARDRAIL", "HANDRAIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
472
|
+
{ name: "IfcRamp", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["HALF_TURN_RAMP", "QUARTER_TURN_RAMP", "SPIRAL_RAMP", "STRAIGHT_RUN_RAMP", "TWO_QUARTER_TURN_RAMP", "TWO_STRAIGHT_RUN_RAMP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCRAMPTYPE" },
|
|
473
|
+
{ name: "IfcRampFlight", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["SPIRAL", "STRAIGHT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCRAMPFLIGHTTYPE" },
|
|
474
|
+
{ name: "IfcRampFlightType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["SPIRAL", "STRAIGHT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
475
|
+
{ name: "IfcRampType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["HALF_TURN_RAMP", "QUARTER_TURN_RAMP", "SPIRAL_RAMP", "STRAIGHT_RUN_RAMP", "TWO_QUARTER_TURN_RAMP", "TWO_STRAIGHT_RUN_RAMP", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
476
|
+
{ name: "IfcRelConnectsPathElements", parent: "IfcRelConnectsElements", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ConnectionGeometry", "RelatingElement", "RelatedElement", "RelatingPriorities", "RelatedPriorities", "RelatedConnectionType", "RelatingConnectionType"], source: "Ifc4x3.SharedBldgElements" },
|
|
477
|
+
{ name: "IfcRelConnectsElements", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ConnectionGeometry", "RelatingElement", "RelatedElement"], source: "Ifc4x3.ProductExtension" },
|
|
478
|
+
{ name: "IfcRelCoversBldgElements", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingBuildingElement", "RelatedCoverings"], source: "Ifc4x3.SharedBldgElements" },
|
|
479
|
+
{ name: "IfcRelCoversSpaces", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingSpace", "RelatedCoverings"], source: "Ifc4x3.SharedBldgElements" },
|
|
480
|
+
{ name: "IfcRoof", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["BARREL_ROOF", "BUTTERFLY_ROOF", "DOME_ROOF", "FLAT_ROOF", "FREEFORM", "GABLE_ROOF", "GAMBREL_ROOF", "HIPPED_GABLE_ROOF", "HIP_ROOF", "MANSARD_ROOF", "PAVILION_ROOF", "RAINBOW_ROOF", "SHED_ROOF", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCROOFTYPE" },
|
|
481
|
+
{ name: "IfcRoofType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["BARREL_ROOF", "BUTTERFLY_ROOF", "DOME_ROOF", "FLAT_ROOF", "FREEFORM", "GABLE_ROOF", "GAMBREL_ROOF", "HIPPED_GABLE_ROOF", "HIP_ROOF", "MANSARD_ROOF", "PAVILION_ROOF", "RAINBOW_ROOF", "SHED_ROOF", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
482
|
+
{ name: "IfcShadingDevice", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["AWNING", "JALOUSIE", "SHUTTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCSHADINGDEVICETYPE" },
|
|
483
|
+
{ name: "IfcShadingDeviceType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["AWNING", "JALOUSIE", "SHUTTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
484
|
+
{ name: "IfcSlab", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["APPROACH_SLAB", "BASESLAB", "FLOOR", "LANDING", "PAVING", "ROOF", "SIDEWALK", "TRACKSLAB", "WEARING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCSLABTYPE" },
|
|
485
|
+
{ name: "IfcSlabType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["APPROACH_SLAB", "BASESLAB", "FLOOR", "LANDING", "PAVING", "ROOF", "SIDEWALK", "TRACKSLAB", "WEARING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
486
|
+
{ name: "IfcStair", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["CURVED_RUN_STAIR", "DOUBLE_RETURN_STAIR", "HALF_TURN_STAIR", "HALF_WINDING_STAIR", "LADDER", "QUARTER_TURN_STAIR", "QUARTER_WINDING_STAIR", "SPIRAL_STAIR", "STRAIGHT_RUN_STAIR", "THREE_QUARTER_TURN_STAIR", "THREE_QUARTER_WINDING_STAIR", "TWO_CURVED_RUN_STAIR", "TWO_QUARTER_TURN_STAIR", "TWO_QUARTER_WINDING_STAIR", "TWO_STRAIGHT_RUN_STAIR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCSTAIRTYPE" },
|
|
487
|
+
{ name: "IfcStairFlight", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["CURVED", "FREEFORM", "SPIRAL", "STRAIGHT", "WINDER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "NumberOfRisers", "NumberOfTreads", "RiserHeight", "TreadLength", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCSTAIRFLIGHTTYPE" },
|
|
488
|
+
{ name: "IfcStairFlightType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["CURVED", "FREEFORM", "SPIRAL", "STRAIGHT", "WINDER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
489
|
+
{ name: "IfcStairType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["CURVED_RUN_STAIR", "DOUBLE_RETURN_STAIR", "HALF_TURN_STAIR", "HALF_WINDING_STAIR", "LADDER", "QUARTER_TURN_STAIR", "QUARTER_WINDING_STAIR", "SPIRAL_STAIR", "STRAIGHT_RUN_STAIR", "THREE_QUARTER_TURN_STAIR", "THREE_QUARTER_WINDING_STAIR", "TWO_CURVED_RUN_STAIR", "TWO_QUARTER_TURN_STAIR", "TWO_QUARTER_WINDING_STAIR", "TWO_STRAIGHT_RUN_STAIR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
490
|
+
{ name: "IfcWall", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["ELEMENTEDWALL", "MOVABLE", "PARAPET", "PARTITIONING", "PLUMBINGWALL", "POLYGONAL", "RETAININGWALL", "SHEAR", "SOLIDWALL", "STANDARD", "WAVEWALL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCWALLTYPE" },
|
|
491
|
+
{ name: "IfcWallStandardCase", parent: "IfcWall", abstract: false, predefinedTypes: ["ELEMENTEDWALL", "MOVABLE", "PARAPET", "PARTITIONING", "PLUMBINGWALL", "POLYGONAL", "RETAININGWALL", "SHEAR", "SOLIDWALL", "STANDARD", "WAVEWALL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
492
|
+
{ name: "IfcWallType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["ELEMENTEDWALL", "MOVABLE", "PARAPET", "PARTITIONING", "PLUMBINGWALL", "POLYGONAL", "RETAININGWALL", "SHEAR", "SOLIDWALL", "STANDARD", "WAVEWALL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
493
|
+
{ name: "IfcWindow", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["LIGHTDOME", "SKYLIGHT", "WINDOW", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "OverallHeight", "OverallWidth", "PredefinedType", "PartitioningType", "UserDefinedPartitioningType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCWINDOWTYPE" },
|
|
494
|
+
{ name: "IfcWindowType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["LIGHTDOME", "SKYLIGHT", "WINDOW", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "PartitioningType", "ParameterTakesPrecedence", "UserDefinedPartitioningType"], source: "Ifc4x3.SharedBldgElements" },
|
|
495
|
+
{ name: "IfcBearing", parent: "IfcBuiltElement", abstract: false, predefinedTypes: ["CYLINDRICAL", "DISK", "ELASTOMERIC", "GUIDE", "POT", "ROCKER", "ROLLER", "SPHERICAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedBldgElements", typeEntity: "IFCBEARINGTYPE" },
|
|
496
|
+
{ name: "IfcBearingType", parent: "IfcBuiltElementType", abstract: false, predefinedTypes: ["CYLINDRICAL", "DISK", "ELASTOMERIC", "GUIDE", "POT", "ROCKER", "ROLLER", "SPHERICAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedBldgElements" },
|
|
497
|
+
{ name: "IfcAsset", parent: "IfcGroup", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "OriginalValue", "CurrentValue", "TotalReplacementCost", "Owner", "User", "ResponsiblePerson", "IncorporationDate", "DepreciatedValue"], source: "Ifc4x3.SharedFacilitiesElements" },
|
|
498
|
+
{ name: "IfcFurniture", parent: "IfcFurnishingElement", abstract: false, predefinedTypes: ["BED", "CHAIR", "DESK", "FILECABINET", "SHELF", "SOFA", "TABLE", "TECHNICALCABINET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedFacilitiesElements", typeEntity: "IFCFURNITURETYPE" },
|
|
499
|
+
{ name: "IfcFurnishingElement", parent: "IfcElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCFURNISHINGELEMENTTYPE" },
|
|
500
|
+
{ name: "IfcFurnitureType", parent: "IfcFurnishingElementType", abstract: false, predefinedTypes: ["BED", "CHAIR", "DESK", "FILECABINET", "SHELF", "SOFA", "TABLE", "TECHNICALCABINET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "AssemblyPlace", "PredefinedType"], source: "Ifc4x3.SharedFacilitiesElements" },
|
|
501
|
+
{ name: "IfcFurnishingElementType", parent: "IfcElementType", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
502
|
+
{ name: "IfcInventory", parent: "IfcGroup", abstract: false, predefinedTypes: ["ASSETINVENTORY", "FURNITUREINVENTORY", "SPACEINVENTORY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "Jurisdiction", "ResponsiblePersons", "LastUpdateDate", "CurrentValue", "OriginalValue"], source: "Ifc4x3.SharedFacilitiesElements" },
|
|
503
|
+
{ name: "IfcOccupant", parent: "IfcActor", abstract: false, predefinedTypes: ["ASSIGNEE", "ASSIGNOR", "LESSEE", "LESSOR", "LETTINGAGENT", "OWNER", "TENANT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "TheActor", "PredefinedType"], source: "Ifc4x3.SharedFacilitiesElements" },
|
|
504
|
+
{ name: "IfcActor", parent: "IfcObject", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "TheActor"], source: "Ifc4x3.Kernel" },
|
|
505
|
+
{ name: "IfcSystemFurnitureElement", parent: "IfcFurnishingElement", abstract: false, predefinedTypes: ["PANEL", "SUBRACK", "WORKSURFACE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.SharedFacilitiesElements", typeEntity: "IFCSYSTEMFURNITUREELEMENTTYPE" },
|
|
506
|
+
{ name: "IfcSystemFurnitureElementType", parent: "IfcFurnishingElementType", abstract: false, predefinedTypes: ["PANEL", "SUBRACK", "WORKSURFACE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.SharedFacilitiesElements" },
|
|
507
|
+
{ name: "IfcArbitraryClosedProfileDef", parent: "IfcProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "OuterCurve"], source: "Ifc4x3.ProfileResource" },
|
|
508
|
+
{ name: "IfcProfileDef", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName"], source: "Ifc4x3.ProfileResource" },
|
|
509
|
+
{ name: "IfcArbitraryOpenProfileDef", parent: "IfcProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Curve"], source: "Ifc4x3.ProfileResource" },
|
|
510
|
+
{ name: "IfcArbitraryProfileDefWithVoids", parent: "IfcArbitraryClosedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "OuterCurve", "InnerCurves"], source: "Ifc4x3.ProfileResource" },
|
|
511
|
+
{ name: "IfcAsymmetricIShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "BottomFlangeWidth", "OverallDepth", "WebThickness", "BottomFlangeThickness", "BottomFlangeFilletRadius", "TopFlangeWidth", "TopFlangeThickness", "TopFlangeFilletRadius", "BottomFlangeEdgeRadius", "BottomFlangeSlope", "TopFlangeEdgeRadius", "TopFlangeSlope"], source: "Ifc4x3.ProfileResource" },
|
|
512
|
+
{ name: "IfcParameterizedProfileDef", parent: "IfcProfileDef", abstract: true, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position"], source: "Ifc4x3.ProfileResource" },
|
|
513
|
+
{ name: "IfcCenterLineProfileDef", parent: "IfcArbitraryOpenProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Curve", "Thickness"], source: "Ifc4x3.ProfileResource" },
|
|
514
|
+
{ name: "IfcCircleHollowProfileDef", parent: "IfcCircleProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Radius", "WallThickness"], source: "Ifc4x3.ProfileResource" },
|
|
515
|
+
{ name: "IfcCircleProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Radius"], source: "Ifc4x3.ProfileResource" },
|
|
516
|
+
{ name: "IfcCompositeProfileDef", parent: "IfcProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Profiles", "Label"], source: "Ifc4x3.ProfileResource" },
|
|
517
|
+
{ name: "IfcCShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Depth", "Width", "WallThickness", "Girth", "InternalFilletRadius"], source: "Ifc4x3.ProfileResource" },
|
|
518
|
+
{ name: "IfcDerivedProfileDef", parent: "IfcProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "ParentProfile", "Operator", "Label"], source: "Ifc4x3.ProfileResource" },
|
|
519
|
+
{ name: "IfcEllipseProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "SemiAxis1", "SemiAxis2"], source: "Ifc4x3.ProfileResource" },
|
|
520
|
+
{ name: "IfcIShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "OverallWidth", "OverallDepth", "WebThickness", "FlangeThickness", "FilletRadius", "FlangeEdgeRadius", "FlangeSlope"], source: "Ifc4x3.ProfileResource" },
|
|
521
|
+
{ name: "IfcLShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Depth", "Width", "Thickness", "FilletRadius", "EdgeRadius", "LegSlope"], source: "Ifc4x3.ProfileResource" },
|
|
522
|
+
{ name: "IfcMirroredProfileDef", parent: "IfcDerivedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "ParentProfile", "Operator", "Label"], source: "Ifc4x3.ProfileResource" },
|
|
523
|
+
{ name: "IfcProfileProperties", parent: "IfcExtendedProperties", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "Properties", "ProfileDefinition"], source: "Ifc4x3.ProfileResource" },
|
|
524
|
+
{ name: "IfcRectangleHollowProfileDef", parent: "IfcRectangleProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "XDim", "YDim", "WallThickness", "InnerFilletRadius", "OuterFilletRadius"], source: "Ifc4x3.ProfileResource" },
|
|
525
|
+
{ name: "IfcRectangleProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "XDim", "YDim"], source: "Ifc4x3.ProfileResource" },
|
|
526
|
+
{ name: "IfcReinforcementBarProperties", parent: "IfcPreDefinedProperties", abstract: false, predefinedTypes: [], attributes: ["TotalCrossSectionArea", "SteelGrade", "BarSurface", "EffectiveDepth", "NominalBarDiameter", "BarCount"], source: "Ifc4x3.ProfileResource" },
|
|
527
|
+
{ name: "IfcRoundedRectangleProfileDef", parent: "IfcRectangleProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "XDim", "YDim", "RoundingRadius"], source: "Ifc4x3.ProfileResource" },
|
|
528
|
+
{ name: "IfcSectionProperties", parent: "IfcPreDefinedProperties", abstract: false, predefinedTypes: [], attributes: ["SectionType", "StartProfile", "EndProfile"], source: "Ifc4x3.ProfileResource" },
|
|
529
|
+
{ name: "IfcSectionReinforcementProperties", parent: "IfcPreDefinedProperties", abstract: false, predefinedTypes: [], attributes: ["LongitudinalStartPosition", "LongitudinalEndPosition", "TransversePosition", "ReinforcementRole", "SectionDefinition", "CrossSectionReinforcementDefinitions"], source: "Ifc4x3.ProfileResource" },
|
|
530
|
+
{ name: "IfcTrapeziumProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "BottomXDim", "TopXDim", "YDim", "TopXOffset"], source: "Ifc4x3.ProfileResource" },
|
|
531
|
+
{ name: "IfcTShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Depth", "FlangeWidth", "WebThickness", "FlangeThickness", "FilletRadius", "FlangeEdgeRadius", "WebEdgeRadius", "WebSlope", "FlangeSlope"], source: "Ifc4x3.ProfileResource" },
|
|
532
|
+
{ name: "IfcUShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Depth", "FlangeWidth", "WebThickness", "FlangeThickness", "FilletRadius", "EdgeRadius", "FlangeSlope"], source: "Ifc4x3.ProfileResource" },
|
|
533
|
+
{ name: "IfcZShapeProfileDef", parent: "IfcParameterizedProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "Position", "Depth", "FlangeWidth", "WebThickness", "FlangeThickness", "FilletRadius", "EdgeRadius"], source: "Ifc4x3.ProfileResource" },
|
|
534
|
+
{ name: "IfcOpenCrossProfileDef", parent: "IfcProfileDef", abstract: false, predefinedTypes: [], attributes: ["ProfileType", "ProfileName", "HorizontalWidths", "Widths", "Slopes", "Tags", "OffsetPoint"], source: "Ifc4x3.ProfileResource" },
|
|
535
|
+
{ name: "IfcApplication", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ApplicationDeveloper", "Version", "ApplicationFullName", "ApplicationIdentifier"], source: "Ifc4x3.UtilityResource" },
|
|
536
|
+
{ name: "IfcOwnerHistory", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["OwningUser", "OwningApplication", "State", "ChangeAction", "LastModifiedDate", "LastModifyingUser", "LastModifyingApplication", "CreationDate"], source: "Ifc4x3.UtilityResource" },
|
|
537
|
+
{ name: "IfcTable", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Name", "Rows", "Columns"], source: "Ifc4x3.UtilityResource" },
|
|
538
|
+
{ name: "IfcTableColumn", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Identifier", "Name", "Description", "Unit", "ReferencePath"], source: "Ifc4x3.UtilityResource" },
|
|
539
|
+
{ name: "IfcTableRow", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["RowCells", "IsHeading"], source: "Ifc4x3.UtilityResource" },
|
|
540
|
+
{ name: "IfcGloballyUniqueId", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.UtilityResource" },
|
|
541
|
+
{ name: "IfcAnnotationFillArea", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["OuterBoundary", "InnerBoundaries"], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
542
|
+
{ name: "IfcPlanarBox", parent: "IfcPlanarExtent", abstract: false, predefinedTypes: [], attributes: ["SizeInX", "SizeInY", "Placement"], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
543
|
+
{ name: "IfcPlanarExtent", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["SizeInX", "SizeInY"], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
544
|
+
{ name: "IfcTextLiteral", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Literal", "Placement", "Path"], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
545
|
+
{ name: "IfcTextLiteralWithExtent", parent: "IfcTextLiteral", abstract: false, predefinedTypes: [], attributes: ["Literal", "Placement", "Path", "Extent", "BoxAlignment"], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
546
|
+
{ name: "IfcBoxAlignment", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.PresentationDefinitionResource" },
|
|
547
|
+
{ name: "IfcAdvancedFace", parent: "IfcFaceSurface", abstract: false, predefinedTypes: [], attributes: ["Bounds", "FaceSurface", "SameSense"], source: "Ifc4x3.TopologyResource" },
|
|
548
|
+
{ name: "IfcFaceSurface", parent: "IfcFace", abstract: false, predefinedTypes: [], attributes: ["Bounds", "FaceSurface", "SameSense"], source: "Ifc4x3.TopologyResource" },
|
|
549
|
+
{ name: "IfcFace", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Bounds"], source: "Ifc4x3.TopologyResource" },
|
|
550
|
+
{ name: "IfcTopologicalRepresentationItem", parent: "IfcRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.TopologyResource" },
|
|
551
|
+
{ name: "IfcClosedShell", parent: "IfcConnectedFaceSet", abstract: false, predefinedTypes: [], attributes: ["CfsFaces"], source: "Ifc4x3.TopologyResource" },
|
|
552
|
+
{ name: "IfcConnectedFaceSet", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["CfsFaces"], source: "Ifc4x3.TopologyResource" },
|
|
553
|
+
{ name: "IfcEdge", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["EdgeStart", "EdgeEnd"], source: "Ifc4x3.TopologyResource" },
|
|
554
|
+
{ name: "IfcEdgeCurve", parent: "IfcEdge", abstract: false, predefinedTypes: [], attributes: ["EdgeStart", "EdgeEnd", "EdgeGeometry", "SameSense"], source: "Ifc4x3.TopologyResource" },
|
|
555
|
+
{ name: "IfcEdgeLoop", parent: "IfcLoop", abstract: false, predefinedTypes: [], attributes: ["EdgeList"], source: "Ifc4x3.TopologyResource" },
|
|
556
|
+
{ name: "IfcLoop", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.TopologyResource" },
|
|
557
|
+
{ name: "IfcFaceBound", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Bound", "Orientation"], source: "Ifc4x3.TopologyResource" },
|
|
558
|
+
{ name: "IfcFaceOuterBound", parent: "IfcFaceBound", abstract: false, predefinedTypes: [], attributes: ["Bound", "Orientation"], source: "Ifc4x3.TopologyResource" },
|
|
559
|
+
{ name: "IfcOpenShell", parent: "IfcConnectedFaceSet", abstract: false, predefinedTypes: [], attributes: ["CfsFaces"], source: "Ifc4x3.TopologyResource" },
|
|
560
|
+
{ name: "IfcOrientedEdge", parent: "IfcEdge", abstract: false, predefinedTypes: [], attributes: ["EdgeStart", "EdgeEnd", "EdgeElement", "Orientation"], source: "Ifc4x3.TopologyResource" },
|
|
561
|
+
{ name: "IfcPath", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["EdgeList"], source: "Ifc4x3.TopologyResource" },
|
|
562
|
+
{ name: "IfcPolyLoop", parent: "IfcLoop", abstract: false, predefinedTypes: [], attributes: ["Polygon"], source: "Ifc4x3.TopologyResource" },
|
|
563
|
+
{ name: "IfcSubedge", parent: "IfcEdge", abstract: false, predefinedTypes: [], attributes: ["EdgeStart", "EdgeEnd", "ParentEdge"], source: "Ifc4x3.TopologyResource" },
|
|
564
|
+
{ name: "IfcVertex", parent: "IfcTopologicalRepresentationItem", abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.TopologyResource" },
|
|
565
|
+
{ name: "IfcVertexLoop", parent: "IfcLoop", abstract: false, predefinedTypes: [], attributes: ["LoopVertex"], source: "Ifc4x3.TopologyResource" },
|
|
566
|
+
{ name: "IfcVertexPoint", parent: "IfcVertex", abstract: false, predefinedTypes: [], attributes: ["VertexGeometry"], source: "Ifc4x3.TopologyResource" },
|
|
567
|
+
{ name: "IfcComplexPropertyTemplate", parent: "IfcPropertyTemplate", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "UsageName", "TemplateType", "HasPropertyTemplates"], source: "Ifc4x3.Kernel" },
|
|
568
|
+
{ name: "IfcPropertyTemplate", parent: "IfcPropertyTemplateDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
569
|
+
{ name: "IfcPropertyTemplateDefinition", parent: "IfcPropertyDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
570
|
+
{ name: "IfcContext", parent: "IfcObjectDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName", "Phase", "RepresentationContexts", "UnitsInContext"], source: "Ifc4x3.Kernel" },
|
|
571
|
+
{ name: "IfcProject", parent: "IfcContext", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName", "Phase", "RepresentationContexts", "UnitsInContext"], source: "Ifc4x3.Kernel" },
|
|
572
|
+
{ name: "IfcProjectLibrary", parent: "IfcContext", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName", "Phase", "RepresentationContexts", "UnitsInContext"], source: "Ifc4x3.Kernel" },
|
|
573
|
+
{ name: "IfcPropertySet", parent: "IfcPropertySetDefinition", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "HasProperties"], source: "Ifc4x3.Kernel" },
|
|
574
|
+
{ name: "IfcPropertySetTemplate", parent: "IfcPropertyTemplateDefinition", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "TemplateType", "ApplicableEntity", "HasPropertyTemplates"], source: "Ifc4x3.Kernel" },
|
|
575
|
+
{ name: "IfcQuantitySet", parent: "IfcPropertySetDefinition", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
576
|
+
{ name: "IfcRelAggregates", parent: "IfcRelDecomposes", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingObject", "RelatedObjects"], source: "Ifc4x3.Kernel" },
|
|
577
|
+
{ name: "IfcRelDecomposes", parent: "IfcRelationship", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
578
|
+
{ name: "IfcRelAssigns", parent: "IfcRelationship", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType"], source: "Ifc4x3.Kernel" },
|
|
579
|
+
{ name: "IfcRelAssignsToActor", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingActor", "ActingRole"], source: "Ifc4x3.Kernel" },
|
|
580
|
+
{ name: "IfcRelAssignsToControl", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingControl"], source: "Ifc4x3.Kernel" },
|
|
581
|
+
{ name: "IfcRelAssignsToGroup", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingGroup"], source: "Ifc4x3.Kernel" },
|
|
582
|
+
{ name: "IfcRelAssignsToGroupByFactor", parent: "IfcRelAssignsToGroup", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingGroup", "Factor"], source: "Ifc4x3.Kernel" },
|
|
583
|
+
{ name: "IfcRelAssignsToProcess", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingProcess", "QuantityInProcess"], source: "Ifc4x3.Kernel" },
|
|
584
|
+
{ name: "IfcRelAssignsToProduct", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingProduct"], source: "Ifc4x3.Kernel" },
|
|
585
|
+
{ name: "IfcRelAssignsToResource", parent: "IfcRelAssigns", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatedObjectsType", "RelatingResource"], source: "Ifc4x3.Kernel" },
|
|
586
|
+
{ name: "IfcRelAssociates", parent: "IfcRelationship", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects"], source: "Ifc4x3.Kernel" },
|
|
587
|
+
{ name: "IfcRelAssociatesClassification", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingClassification"], source: "Ifc4x3.Kernel" },
|
|
588
|
+
{ name: "IfcRelAssociatesDocument", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingDocument"], source: "Ifc4x3.Kernel" },
|
|
589
|
+
{ name: "IfcRelAssociatesLibrary", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingLibrary"], source: "Ifc4x3.Kernel" },
|
|
590
|
+
{ name: "IfcRelDeclares", parent: "IfcRelationship", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingContext", "RelatedDefinitions"], source: "Ifc4x3.Kernel" },
|
|
591
|
+
{ name: "IfcRelDefines", parent: "IfcRelationship", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description"], source: "Ifc4x3.Kernel" },
|
|
592
|
+
{ name: "IfcRelDefinesByObject", parent: "IfcRelDefines", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingObject"], source: "Ifc4x3.Kernel" },
|
|
593
|
+
{ name: "IfcRelDefinesByProperties", parent: "IfcRelDefines", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingPropertyDefinition"], source: "Ifc4x3.Kernel" },
|
|
594
|
+
{ name: "IfcRelDefinesByTemplate", parent: "IfcRelDefines", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedPropertySets", "RelatingTemplate"], source: "Ifc4x3.Kernel" },
|
|
595
|
+
{ name: "IfcRelDefinesByType", parent: "IfcRelDefines", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingType"], source: "Ifc4x3.Kernel" },
|
|
596
|
+
{ name: "IfcRelNests", parent: "IfcRelDecomposes", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingObject", "RelatedObjects"], source: "Ifc4x3.Kernel" },
|
|
597
|
+
{ name: "IfcResource", parent: "IfcObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription"], source: "Ifc4x3.Kernel" },
|
|
598
|
+
{ name: "IfcSimplePropertyTemplate", parent: "IfcPropertyTemplate", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "TemplateType", "PrimaryMeasureType", "SecondaryMeasureType", "Enumerators", "PrimaryUnit", "SecondaryUnit", "Expression", "AccessState"], source: "Ifc4x3.Kernel" },
|
|
599
|
+
{ name: "IfcTypeResource", parent: "IfcTypeObject", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType"], source: "Ifc4x3.Kernel" },
|
|
600
|
+
{ name: "IfcPropertySetDefinitionSet", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.Kernel" },
|
|
601
|
+
{ name: "IfcStrippedOptional", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.Kernel" },
|
|
602
|
+
{ name: "IfcActionRequest", parent: "IfcControl", abstract: false, predefinedTypes: ["EMAIL", "FAX", "PHONE", "POST", "VERBAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "PredefinedType", "Status", "LongDescription"], source: "Ifc4x3.SharedMgmtElements" },
|
|
603
|
+
{ name: "IfcCostItem", parent: "IfcControl", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "PredefinedType", "CostValues", "CostQuantities"], source: "Ifc4x3.SharedMgmtElements" },
|
|
604
|
+
{ name: "IfcCostSchedule", parent: "IfcControl", abstract: false, predefinedTypes: ["BUDGET", "COSTPLAN", "ESTIMATE", "PRICEDBILLOFQUANTITIES", "SCHEDULEOFRATES", "TENDER", "UNPRICEDBILLOFQUANTITIES", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "PredefinedType", "Status", "SubmittedOn", "UpdateDate"], source: "Ifc4x3.SharedMgmtElements" },
|
|
605
|
+
{ name: "IfcPermit", parent: "IfcControl", abstract: false, predefinedTypes: ["ACCESS", "BUILDING", "WORK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "PredefinedType", "Status", "LongDescription"], source: "Ifc4x3.SharedMgmtElements" },
|
|
606
|
+
{ name: "IfcProjectOrder", parent: "IfcControl", abstract: false, predefinedTypes: ["CHANGEORDER", "MAINTENANCEWORKORDER", "MOVEORDER", "PURCHASEORDER", "WORKORDER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "PredefinedType", "Status", "LongDescription"], source: "Ifc4x3.SharedMgmtElements" },
|
|
607
|
+
{ name: "IfcAlignment", parent: "IfcLinearPositioningElement", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
608
|
+
{ name: "IfcLinearPositioningElement", parent: "IfcPositioningElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
609
|
+
{ name: "IfcPositioningElement", parent: "IfcProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
610
|
+
{ name: "IfcReferent", parent: "IfcPositioningElement", abstract: false, predefinedTypes: ["BOUNDARY", "INTERSECTION", "KILOPOINT", "LANDMARK", "MILEPOINT", "POSITION", "REFERENCEMARKER", "STATION", "SUPERELEVATIONEVENT", "WIDTHEVENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
611
|
+
{ name: "IfcAnnotation", parent: "IfcProduct", abstract: false, predefinedTypes: ["CONTOURLINE", "DIMENSION", "ISOBAR", "ISOLUX", "ISOTHERM", "LEADER", "SURVEY", "SYMBOL", "TEXT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
612
|
+
{ name: "IfcBuilding", parent: "IfcFacility", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "ElevationOfRefHeight", "ElevationOfTerrain", "BuildingAddress"], source: "Ifc4x3.ProductExtension" },
|
|
613
|
+
{ name: "IfcBuildingStorey", parent: "IfcSpatialStructureElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "Elevation"], source: "Ifc4x3.ProductExtension" },
|
|
614
|
+
{ name: "IfcCivilElement", parent: "IfcElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCCIVILELEMENTTYPE" },
|
|
615
|
+
{ name: "IfcCivilElementType", parent: "IfcElementType", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
616
|
+
{ name: "IfcElementAssembly", parent: "IfcElement", abstract: false, predefinedTypes: ["ABUTMENT", "ACCESSORY_ASSEMBLY", "ARCH", "BEAM_GRID", "BRACED_FRAME", "CROSS_BRACING", "DECK", "DILATATIONPANEL", "ENTRANCEWORKS", "GIRDER", "GRID", "MAST", "PIER", "PYLON", "RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY", "REINFORCEMENT_UNIT", "RIGID_FRAME", "SHELTER", "SIGNALASSEMBLY", "SLAB_FIELD", "SUMPBUSTER", "SUPPORTINGASSEMBLY", "SUSPENSIONASSEMBLY", "TRACKPANEL", "TRACTION_SWITCHING_ASSEMBLY", "TRAFFIC_CALMING_DEVICE", "TRUSS", "TURNOUTPANEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "AssemblyPlace", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCELEMENTASSEMBLYTYPE" },
|
|
617
|
+
{ name: "IfcElementAssemblyType", parent: "IfcElementType", abstract: false, predefinedTypes: ["ABUTMENT", "ACCESSORY_ASSEMBLY", "ARCH", "BEAM_GRID", "BRACED_FRAME", "CROSS_BRACING", "DECK", "DILATATIONPANEL", "ENTRANCEWORKS", "GIRDER", "GRID", "MAST", "PIER", "PYLON", "RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY", "REINFORCEMENT_UNIT", "RIGID_FRAME", "SHELTER", "SIGNALASSEMBLY", "SLAB_FIELD", "SUMPBUSTER", "SUPPORTINGASSEMBLY", "SUSPENSIONASSEMBLY", "TRACKPANEL", "TRACTION_SWITCHING_ASSEMBLY", "TRAFFIC_CALMING_DEVICE", "TRUSS", "TURNOUTPANEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
618
|
+
{ name: "IfcElementQuantity", parent: "IfcQuantitySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "MethodOfMeasurement", "Quantities"], source: "Ifc4x3.ProductExtension" },
|
|
619
|
+
{ name: "IfcExternalSpatialElement", parent: "IfcExternalSpatialStructureElement", abstract: false, predefinedTypes: ["EXTERNAL", "EXTERNAL_EARTH", "EXTERNAL_FIRE", "EXTERNAL_WATER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
620
|
+
{ name: "IfcExternalSpatialStructureElement", parent: "IfcSpatialElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName"], source: "Ifc4x3.ProductExtension" },
|
|
621
|
+
{ name: "IfcFeatureElementAddition", parent: "IfcFeatureElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension" },
|
|
622
|
+
{ name: "IfcGeographicElement", parent: "IfcElement", abstract: false, predefinedTypes: ["SOIL_BORING_POINT", "TERRAIN", "VEGETATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCGEOGRAPHICELEMENTTYPE" },
|
|
623
|
+
{ name: "IfcGeographicElementType", parent: "IfcElementType", abstract: false, predefinedTypes: ["SOIL_BORING_POINT", "TERRAIN", "VEGETATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
624
|
+
{ name: "IfcGrid", parent: "IfcPositioningElement", abstract: false, predefinedTypes: ["IRREGULAR", "RADIAL", "RECTANGULAR", "TRIANGULAR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "UAxes", "VAxes", "WAxes", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
625
|
+
{ name: "IfcOpeningElement", parent: "IfcFeatureElementSubtraction", abstract: false, predefinedTypes: ["OPENING", "RECESS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
626
|
+
{ name: "IfcProjectionElement", parent: "IfcFeatureElementAddition", abstract: false, predefinedTypes: ["BLISTER", "DEVIATOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
627
|
+
{ name: "IfcRelAssociatesMaterial", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingMaterial"], source: "Ifc4x3.ProductExtension" },
|
|
628
|
+
{ name: "IfcRelConnectsPorts", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingPort", "RelatedPort", "RealizingElement"], source: "Ifc4x3.ProductExtension" },
|
|
629
|
+
{ name: "IfcRelConnectsPortToElement", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingPort", "RelatedElement"], source: "Ifc4x3.ProductExtension" },
|
|
630
|
+
{ name: "IfcRelConnectsWithRealizingElements", parent: "IfcRelConnectsElements", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ConnectionGeometry", "RelatingElement", "RelatedElement", "RealizingElements", "ConnectionType"], source: "Ifc4x3.ProductExtension" },
|
|
631
|
+
{ name: "IfcRelContainedInSpatialStructure", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedElements", "RelatingStructure"], source: "Ifc4x3.ProductExtension" },
|
|
632
|
+
{ name: "IfcRelFillsElement", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingOpeningElement", "RelatedBuildingElement"], source: "Ifc4x3.ProductExtension" },
|
|
633
|
+
{ name: "IfcRelInterferesElements", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingElement", "RelatedElement", "InterferenceGeometry", "InterferenceType", "ImpliedOrder", "InterferenceSpace"], source: "Ifc4x3.ProductExtension" },
|
|
634
|
+
{ name: "IfcRelProjectsElement", parent: "IfcRelDecomposes", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingElement", "RelatedFeatureElement"], source: "Ifc4x3.ProductExtension" },
|
|
635
|
+
{ name: "IfcRelReferencedInSpatialStructure", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedElements", "RelatingStructure"], source: "Ifc4x3.ProductExtension" },
|
|
636
|
+
{ name: "IfcRelServicesBuildings", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingSystem", "RelatedBuildings"], source: "Ifc4x3.ProductExtension" },
|
|
637
|
+
{ name: "IfcRelSpaceBoundary", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingSpace", "RelatedBuildingElement", "ConnectionGeometry", "PhysicalOrVirtualBoundary", "InternalOrExternalBoundary"], source: "Ifc4x3.ProductExtension" },
|
|
638
|
+
{ name: "IfcRelSpaceBoundary1stLevel", parent: "IfcRelSpaceBoundary", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingSpace", "RelatedBuildingElement", "ConnectionGeometry", "PhysicalOrVirtualBoundary", "InternalOrExternalBoundary", "ParentBoundary"], source: "Ifc4x3.ProductExtension" },
|
|
639
|
+
{ name: "IfcRelSpaceBoundary2ndLevel", parent: "IfcRelSpaceBoundary1stLevel", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingSpace", "RelatedBuildingElement", "ConnectionGeometry", "PhysicalOrVirtualBoundary", "InternalOrExternalBoundary", "ParentBoundary", "CorrespondingBoundary"], source: "Ifc4x3.ProductExtension" },
|
|
640
|
+
{ name: "IfcRelVoidsElement", parent: "IfcRelDecomposes", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingBuildingElement", "RelatedOpeningElement"], source: "Ifc4x3.ProductExtension" },
|
|
641
|
+
{ name: "IfcSite", parent: "IfcSpatialStructureElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "RefLatitude", "RefLongitude", "RefElevation", "LandTitleNumber", "SiteAddress"], source: "Ifc4x3.ProductExtension" },
|
|
642
|
+
{ name: "IfcSpace", parent: "IfcSpatialStructureElement", abstract: false, predefinedTypes: ["BERTH", "EXTERNAL", "GFA", "INTERNAL", "PARKING", "SPACE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "PredefinedType", "ElevationWithFlooring"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCSPACETYPE" },
|
|
643
|
+
{ name: "IfcSpaceType", parent: "IfcSpatialStructureElementType", abstract: false, predefinedTypes: ["BERTH", "EXTERNAL", "GFA", "INTERNAL", "PARKING", "SPACE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "LongName"], source: "Ifc4x3.ProductExtension" },
|
|
644
|
+
{ name: "IfcSpatialStructureElementType", parent: "IfcSpatialElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
645
|
+
{ name: "IfcSpatialElementType", parent: "IfcTypeProduct", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
646
|
+
{ name: "IfcSpatialZone", parent: "IfcSpatialElement", abstract: false, predefinedTypes: ["CONSTRUCTION", "FIRESAFETY", "INTERFERENCE", "LIGHTING", "OCCUPANCY", "RESERVATION", "SECURITY", "THERMAL", "TRANSPORT", "VENTILATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCSPATIALZONETYPE" },
|
|
647
|
+
{ name: "IfcSpatialZoneType", parent: "IfcSpatialElementType", abstract: false, predefinedTypes: ["CONSTRUCTION", "FIRESAFETY", "INTERFERENCE", "LIGHTING", "OCCUPANCY", "RESERVATION", "SECURITY", "THERMAL", "TRANSPORT", "VENTILATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType", "LongName"], source: "Ifc4x3.ProductExtension" },
|
|
648
|
+
{ name: "IfcTransportElement", parent: "IfcTransportationDevice", abstract: false, predefinedTypes: ["CRANEWAY", "ELEVATOR", "ESCALATOR", "HAULINGGEAR", "LIFTINGGEAR", "MOVINGWALKWAY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCTRANSPORTELEMENTTYPE" },
|
|
649
|
+
{ name: "IfcTransportationDevice", parent: "IfcElement", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCTRANSPORTATIONDEVICETYPE" },
|
|
650
|
+
{ name: "IfcTransportElementType", parent: "IfcTransportationDeviceType", abstract: false, predefinedTypes: ["CRANEWAY", "ELEVATOR", "ESCALATOR", "HAULINGGEAR", "LIFTINGGEAR", "MOVINGWALKWAY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
651
|
+
{ name: "IfcTransportationDeviceType", parent: "IfcElementType", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType"], source: "Ifc4x3.ProductExtension" },
|
|
652
|
+
{ name: "IfcVirtualElement", parent: "IfcElement", abstract: false, predefinedTypes: ["BOUNDARY", "CLEARANCE", "PROVISIONFORVOID", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
653
|
+
{ name: "IfcZone", parent: "IfcSystem", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "LongName"], source: "Ifc4x3.ProductExtension" },
|
|
654
|
+
{ name: "IfcAlignmentCant", parent: "IfcLinearElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "RailHeadDistance"], source: "Ifc4x3.ProductExtension" },
|
|
655
|
+
{ name: "IfcLinearElement", parent: "IfcProduct", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
656
|
+
{ name: "IfcAlignmentHorizontal", parent: "IfcLinearElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
657
|
+
{ name: "IfcAlignmentSegment", parent: "IfcLinearElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "DesignParameters"], source: "Ifc4x3.ProductExtension" },
|
|
658
|
+
{ name: "IfcAlignmentVertical", parent: "IfcLinearElement", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation"], source: "Ifc4x3.ProductExtension" },
|
|
659
|
+
{ name: "IfcBridge", parent: "IfcFacility", abstract: false, predefinedTypes: ["ARCHED", "CABLE_STAYED", "CANTILEVER", "CULVERT", "FRAMEWORK", "GIRDER", "SUSPENSION", "TRUSS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
660
|
+
{ name: "IfcBridgePart", parent: "IfcFacilityPart", abstract: false, predefinedTypes: ["ABUTMENT", "DECK", "DECK_SEGMENT", "FOUNDATION", "PIER", "PIER_SEGMENT", "PYLON", "SUBSTRUCTURE", "SUPERSTRUCTURE", "SURFACESTRUCTURE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
661
|
+
{ name: "IfcBuiltSystem", parent: "IfcSystem", abstract: false, predefinedTypes: ["EROSIONPREVENTION", "FENESTRATION", "FOUNDATION", "LOADBEARING", "MOORING", "OUTERSHELL", "PRESTRESSING", "RAILWAYLINE", "RAILWAYTRACK", "REINFORCING", "SHADING", "TRACKCIRCUIT", "TRANSPORT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "PredefinedType", "LongName"], source: "Ifc4x3.ProductExtension" },
|
|
662
|
+
{ name: "IfcFacilityPartCommon", parent: "IfcFacilityPart", abstract: false, predefinedTypes: ["ABOVEGROUND", "BELOWGROUND", "JUNCTION", "LEVELCROSSING", "SEGMENT", "SUBSTRUCTURE", "SUPERSTRUCTURE", "TERMINAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "LongName", "CompositionType", "UsageType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
663
|
+
{ name: "IfcImpactProtectionDevice", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["BUMPER", "CRASHCUSHION", "DAMPINGSYSTEM", "FENDER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCIMPACTPROTECTIONDEVICETYPE" },
|
|
664
|
+
{ name: "IfcImpactProtectionDeviceType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["BUMPER", "CRASHCUSHION", "DAMPINGSYSTEM", "FENDER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
665
|
+
{ name: "IfcRelAdheresToElement", parent: "IfcRelDecomposes", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingElement", "RelatedSurfaceFeatures"], source: "Ifc4x3.ProductExtension" },
|
|
666
|
+
{ name: "IfcRelAssociatesProfileDef", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingProfileDef"], source: "Ifc4x3.ProductExtension" },
|
|
667
|
+
{ name: "IfcRelPositions", parent: "IfcRelConnects", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatingPositioningElement", "RelatedProducts"], source: "Ifc4x3.ProductExtension" },
|
|
668
|
+
{ name: "IfcVehicle", parent: "IfcTransportationDevice", abstract: false, predefinedTypes: ["CARGO", "ROLLINGSTOCK", "VEHICLE", "VEHICLEAIR", "VEHICLEMARINE", "VEHICLETRACKED", "VEHICLEWHEELED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCVEHICLETYPE" },
|
|
669
|
+
{ name: "IfcVehicleType", parent: "IfcTransportationDeviceType", abstract: false, predefinedTypes: ["CARGO", "ROLLINGSTOCK", "VEHICLE", "VEHICLEAIR", "VEHICLEMARINE", "VEHICLETRACKED", "VEHICLEWHEELED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
670
|
+
{ name: "IfcVibrationDamper", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["AXIAL_YIELD", "BENDING_YIELD", "FRICTION", "RUBBER", "SHEAR_YIELD", "VISCOUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ProductExtension", typeEntity: "IFCVIBRATIONDAMPERTYPE" },
|
|
671
|
+
{ name: "IfcVibrationDamperType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["AXIAL_YIELD", "BENDING_YIELD", "FRICTION", "RUBBER", "SHEAR_YIELD", "VISCOUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ProductExtension" },
|
|
672
|
+
{ name: "IfcAirTerminal", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["DIFFUSER", "GRILLE", "LOUVRE", "REGISTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCAIRTERMINALTYPE" },
|
|
673
|
+
{ name: "IfcAirTerminalBox", parent: "IfcFlowController", abstract: false, predefinedTypes: ["CONSTANTFLOW", "VARIABLEFLOWPRESSUREDEPENDANT", "VARIABLEFLOWPRESSUREINDEPENDANT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCAIRTERMINALBOXTYPE" },
|
|
674
|
+
{ name: "IfcAirTerminalBoxType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["CONSTANTFLOW", "VARIABLEFLOWPRESSUREDEPENDANT", "VARIABLEFLOWPRESSUREINDEPENDANT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
675
|
+
{ name: "IfcAirTerminalType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["DIFFUSER", "GRILLE", "LOUVRE", "REGISTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
676
|
+
{ name: "IfcAirToAirHeatRecovery", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["FIXEDPLATECOUNTERFLOWEXCHANGER", "FIXEDPLATECROSSFLOWEXCHANGER", "FIXEDPLATEPARALLELFLOWEXCHANGER", "HEATPIPE", "ROTARYWHEEL", "RUNAROUNDCOILLOOP", "THERMOSIPHONCOILTYPEHEATEXCHANGERS", "THERMOSIPHONSEALEDTUBEHEATEXCHANGERS", "TWINTOWERENTHALPYRECOVERYLOOPS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCAIRTOAIRHEATRECOVERYTYPE" },
|
|
677
|
+
{ name: "IfcAirToAirHeatRecoveryType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["FIXEDPLATECOUNTERFLOWEXCHANGER", "FIXEDPLATECROSSFLOWEXCHANGER", "FIXEDPLATEPARALLELFLOWEXCHANGER", "HEATPIPE", "ROTARYWHEEL", "RUNAROUNDCOILLOOP", "THERMOSIPHONCOILTYPEHEATEXCHANGERS", "THERMOSIPHONSEALEDTUBEHEATEXCHANGERS", "TWINTOWERENTHALPYRECOVERYLOOPS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
678
|
+
{ name: "IfcBoiler", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["STEAM", "WATER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCBOILERTYPE" },
|
|
679
|
+
{ name: "IfcBoilerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["STEAM", "WATER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
680
|
+
{ name: "IfcBurner", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCBURNERTYPE" },
|
|
681
|
+
{ name: "IfcBurnerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
682
|
+
{ name: "IfcChiller", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["AIRCOOLED", "HEATRECOVERY", "WATERCOOLED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCHILLERTYPE" },
|
|
683
|
+
{ name: "IfcChillerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["AIRCOOLED", "HEATRECOVERY", "WATERCOOLED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
684
|
+
{ name: "IfcCoil", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["DXCOOLINGCOIL", "ELECTRICHEATINGCOIL", "GASHEATINGCOIL", "HYDRONICCOIL", "STEAMHEATINGCOIL", "WATERCOOLINGCOIL", "WATERHEATINGCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCOILTYPE" },
|
|
685
|
+
{ name: "IfcCoilType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["DXCOOLINGCOIL", "ELECTRICHEATINGCOIL", "GASHEATINGCOIL", "HYDRONICCOIL", "STEAMHEATINGCOIL", "WATERCOOLINGCOIL", "WATERHEATINGCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
686
|
+
{ name: "IfcCompressor", parent: "IfcFlowMovingDevice", abstract: false, predefinedTypes: ["BOOSTER", "DYNAMIC", "HERMETIC", "OPENTYPE", "RECIPROCATING", "ROLLINGPISTON", "ROTARY", "ROTARYVANE", "SCROLL", "SEMIHERMETIC", "SINGLESCREW", "SINGLESTAGE", "TROCHOIDAL", "TWINSCREW", "WELDEDSHELLHERMETIC", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCOMPRESSORTYPE" },
|
|
687
|
+
{ name: "IfcCompressorType", parent: "IfcFlowMovingDeviceType", abstract: false, predefinedTypes: ["BOOSTER", "DYNAMIC", "HERMETIC", "OPENTYPE", "RECIPROCATING", "ROLLINGPISTON", "ROTARY", "ROTARYVANE", "SCROLL", "SEMIHERMETIC", "SINGLESCREW", "SINGLESTAGE", "TROCHOIDAL", "TWINSCREW", "WELDEDSHELLHERMETIC", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
688
|
+
{ name: "IfcCondenser", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["AIRCOOLED", "EVAPORATIVECOOLED", "WATERCOOLED", "WATERCOOLEDBRAZEDPLATE", "WATERCOOLEDSHELLCOIL", "WATERCOOLEDSHELLTUBE", "WATERCOOLEDTUBEINTUBE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCONDENSERTYPE" },
|
|
689
|
+
{ name: "IfcCondenserType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["AIRCOOLED", "EVAPORATIVECOOLED", "WATERCOOLED", "WATERCOOLEDBRAZEDPLATE", "WATERCOOLEDSHELLCOIL", "WATERCOOLEDSHELLTUBE", "WATERCOOLEDTUBEINTUBE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
690
|
+
{ name: "IfcCooledBeam", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["ACTIVE", "PASSIVE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCOOLEDBEAMTYPE" },
|
|
691
|
+
{ name: "IfcCooledBeamType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["ACTIVE", "PASSIVE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
692
|
+
{ name: "IfcCoolingTower", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["MECHANICALFORCEDDRAFT", "MECHANICALINDUCEDDRAFT", "NATURALDRAFT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCCOOLINGTOWERTYPE" },
|
|
693
|
+
{ name: "IfcCoolingTowerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["MECHANICALFORCEDDRAFT", "MECHANICALINDUCEDDRAFT", "NATURALDRAFT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
694
|
+
{ name: "IfcDamper", parent: "IfcFlowController", abstract: false, predefinedTypes: ["BACKDRAFTDAMPER", "BALANCINGDAMPER", "BLASTDAMPER", "CONTROLDAMPER", "FIREDAMPER", "FIRESMOKEDAMPER", "FUMEHOODEXHAUST", "GRAVITYDAMPER", "GRAVITYRELIEFDAMPER", "RELIEFDAMPER", "SMOKEDAMPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCDAMPERTYPE" },
|
|
695
|
+
{ name: "IfcDamperType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["BACKDRAFTDAMPER", "BALANCINGDAMPER", "BLASTDAMPER", "CONTROLDAMPER", "FIREDAMPER", "FIRESMOKEDAMPER", "FUMEHOODEXHAUST", "GRAVITYDAMPER", "GRAVITYRELIEFDAMPER", "RELIEFDAMPER", "SMOKEDAMPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
696
|
+
{ name: "IfcDuctFitting", parent: "IfcFlowFitting", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "ENTRY", "EXIT", "JUNCTION", "OBSTRUCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCDUCTFITTINGTYPE" },
|
|
697
|
+
{ name: "IfcDuctFittingType", parent: "IfcFlowFittingType", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "ENTRY", "EXIT", "JUNCTION", "OBSTRUCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
698
|
+
{ name: "IfcDuctSegment", parent: "IfcFlowSegment", abstract: false, predefinedTypes: ["FLEXIBLESEGMENT", "RIGIDSEGMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCDUCTSEGMENTTYPE" },
|
|
699
|
+
{ name: "IfcDuctSegmentType", parent: "IfcFlowSegmentType", abstract: false, predefinedTypes: ["FLEXIBLESEGMENT", "RIGIDSEGMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
700
|
+
{ name: "IfcDuctSilencer", parent: "IfcFlowTreatmentDevice", abstract: false, predefinedTypes: ["FLATOVAL", "RECTANGULAR", "ROUND", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCDUCTSILENCERTYPE" },
|
|
701
|
+
{ name: "IfcDuctSilencerType", parent: "IfcFlowTreatmentDeviceType", abstract: false, predefinedTypes: ["FLATOVAL", "RECTANGULAR", "ROUND", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
702
|
+
{ name: "IfcEngine", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["EXTERNALCOMBUSTION", "INTERNALCOMBUSTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCENGINETYPE" },
|
|
703
|
+
{ name: "IfcEngineType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["EXTERNALCOMBUSTION", "INTERNALCOMBUSTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
704
|
+
{ name: "IfcEvaporativeCooler", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["DIRECTEVAPORATIVEAIRWASHER", "DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER", "DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER", "DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER", "DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER", "INDIRECTDIRECTCOMBINATION", "INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER", "INDIRECTEVAPORATIVEPACKAGEAIRCOOLER", "INDIRECTEVAPORATIVEWETCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCEVAPORATIVECOOLERTYPE" },
|
|
705
|
+
{ name: "IfcEvaporativeCoolerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["DIRECTEVAPORATIVEAIRWASHER", "DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER", "DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER", "DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER", "DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER", "INDIRECTDIRECTCOMBINATION", "INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER", "INDIRECTEVAPORATIVEPACKAGEAIRCOOLER", "INDIRECTEVAPORATIVEWETCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
706
|
+
{ name: "IfcEvaporator", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["DIRECTEXPANSION", "DIRECTEXPANSIONBRAZEDPLATE", "DIRECTEXPANSIONSHELLANDTUBE", "DIRECTEXPANSIONTUBEINTUBE", "FLOODEDSHELLANDTUBE", "SHELLANDCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCEVAPORATORTYPE" },
|
|
707
|
+
{ name: "IfcEvaporatorType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["DIRECTEXPANSION", "DIRECTEXPANSIONBRAZEDPLATE", "DIRECTEXPANSIONSHELLANDTUBE", "DIRECTEXPANSIONTUBEINTUBE", "FLOODEDSHELLANDTUBE", "SHELLANDCOIL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
708
|
+
{ name: "IfcFan", parent: "IfcFlowMovingDevice", abstract: false, predefinedTypes: ["CENTRIFUGALAIRFOIL", "CENTRIFUGALBACKWARDINCLINEDCURVED", "CENTRIFUGALFORWARDCURVED", "CENTRIFUGALRADIAL", "PROPELLORAXIAL", "TUBEAXIAL", "VANEAXIAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCFANTYPE" },
|
|
709
|
+
{ name: "IfcFanType", parent: "IfcFlowMovingDeviceType", abstract: false, predefinedTypes: ["CENTRIFUGALAIRFOIL", "CENTRIFUGALBACKWARDINCLINEDCURVED", "CENTRIFUGALFORWARDCURVED", "CENTRIFUGALRADIAL", "PROPELLORAXIAL", "TUBEAXIAL", "VANEAXIAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
710
|
+
{ name: "IfcFilter", parent: "IfcFlowTreatmentDevice", abstract: false, predefinedTypes: ["AIRPARTICLEFILTER", "COMPRESSEDAIRFILTER", "ODORFILTER", "OILFILTER", "STRAINER", "WATERFILTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCFILTERTYPE" },
|
|
711
|
+
{ name: "IfcFilterType", parent: "IfcFlowTreatmentDeviceType", abstract: false, predefinedTypes: ["AIRPARTICLEFILTER", "COMPRESSEDAIRFILTER", "ODORFILTER", "OILFILTER", "STRAINER", "WATERFILTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
712
|
+
{ name: "IfcFlowMeter", parent: "IfcFlowController", abstract: false, predefinedTypes: ["ENERGYMETER", "GASMETER", "OILMETER", "WATERMETER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCFLOWMETERTYPE" },
|
|
713
|
+
{ name: "IfcFlowMeterType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["ENERGYMETER", "GASMETER", "OILMETER", "WATERMETER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
714
|
+
{ name: "IfcHeatExchanger", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["PLATE", "SHELLANDTUBE", "TURNOUTHEATING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCHEATEXCHANGERTYPE" },
|
|
715
|
+
{ name: "IfcHeatExchangerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["PLATE", "SHELLANDTUBE", "TURNOUTHEATING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
716
|
+
{ name: "IfcHumidifier", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["ADIABATICAIRWASHER", "ADIABATICATOMIZING", "ADIABATICCOMPRESSEDAIRNOZZLE", "ADIABATICPAN", "ADIABATICRIGIDMEDIA", "ADIABATICULTRASONIC", "ADIABATICWETTEDELEMENT", "ASSISTEDBUTANE", "ASSISTEDELECTRIC", "ASSISTEDNATURALGAS", "ASSISTEDPROPANE", "ASSISTEDSTEAM", "STEAMINJECTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCHUMIDIFIERTYPE" },
|
|
717
|
+
{ name: "IfcHumidifierType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["ADIABATICAIRWASHER", "ADIABATICATOMIZING", "ADIABATICCOMPRESSEDAIRNOZZLE", "ADIABATICPAN", "ADIABATICRIGIDMEDIA", "ADIABATICULTRASONIC", "ADIABATICWETTEDELEMENT", "ASSISTEDBUTANE", "ASSISTEDELECTRIC", "ASSISTEDNATURALGAS", "ASSISTEDPROPANE", "ASSISTEDSTEAM", "STEAMINJECTION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
718
|
+
{ name: "IfcMedicalDevice", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["AIRSTATION", "FEEDAIRUNIT", "OXYGENGENERATOR", "OXYGENPLANT", "VACUUMSTATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCMEDICALDEVICETYPE" },
|
|
719
|
+
{ name: "IfcMedicalDeviceType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["AIRSTATION", "FEEDAIRUNIT", "OXYGENGENERATOR", "OXYGENPLANT", "VACUUMSTATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
720
|
+
{ name: "IfcPipeFitting", parent: "IfcFlowFitting", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "ENTRY", "EXIT", "JUNCTION", "OBSTRUCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCPIPEFITTINGTYPE" },
|
|
721
|
+
{ name: "IfcPipeFittingType", parent: "IfcFlowFittingType", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "ENTRY", "EXIT", "JUNCTION", "OBSTRUCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
722
|
+
{ name: "IfcPipeSegment", parent: "IfcFlowSegment", abstract: false, predefinedTypes: ["CULVERT", "FLEXIBLESEGMENT", "GUTTER", "RIGIDSEGMENT", "SPOOL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCPIPESEGMENTTYPE" },
|
|
723
|
+
{ name: "IfcPipeSegmentType", parent: "IfcFlowSegmentType", abstract: false, predefinedTypes: ["CULVERT", "FLEXIBLESEGMENT", "GUTTER", "RIGIDSEGMENT", "SPOOL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
724
|
+
{ name: "IfcPump", parent: "IfcFlowMovingDevice", abstract: false, predefinedTypes: ["CIRCULATOR", "ENDSUCTION", "SPLITCASE", "SUBMERSIBLEPUMP", "SUMPPUMP", "VERTICALINLINE", "VERTICALTURBINE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCPUMPTYPE" },
|
|
725
|
+
{ name: "IfcPumpType", parent: "IfcFlowMovingDeviceType", abstract: false, predefinedTypes: ["CIRCULATOR", "ENDSUCTION", "SPLITCASE", "SUBMERSIBLEPUMP", "SUMPPUMP", "VERTICALINLINE", "VERTICALTURBINE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
726
|
+
{ name: "IfcSpaceHeater", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["CONVECTOR", "RADIATOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCSPACEHEATERTYPE" },
|
|
727
|
+
{ name: "IfcSpaceHeaterType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["CONVECTOR", "RADIATOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
728
|
+
{ name: "IfcTank", parent: "IfcFlowStorageDevice", abstract: false, predefinedTypes: ["BASIN", "BREAKPRESSURE", "EXPANSION", "FEEDANDEXPANSION", "OILRETENTIONTRAY", "PRESSUREVESSEL", "STORAGE", "VESSEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCTANKTYPE" },
|
|
729
|
+
{ name: "IfcTankType", parent: "IfcFlowStorageDeviceType", abstract: false, predefinedTypes: ["BASIN", "BREAKPRESSURE", "EXPANSION", "FEEDANDEXPANSION", "OILRETENTIONTRAY", "PRESSUREVESSEL", "STORAGE", "VESSEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
730
|
+
{ name: "IfcTubeBundle", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["FINNED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCTUBEBUNDLETYPE" },
|
|
731
|
+
{ name: "IfcTubeBundleType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["FINNED", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
732
|
+
{ name: "IfcUnitaryEquipment", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["AIRCONDITIONINGUNIT", "AIRHANDLER", "DEHUMIDIFIER", "ROOFTOPUNIT", "SPLITSYSTEM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCUNITARYEQUIPMENTTYPE" },
|
|
733
|
+
{ name: "IfcUnitaryEquipmentType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["AIRCONDITIONINGUNIT", "AIRHANDLER", "DEHUMIDIFIER", "ROOFTOPUNIT", "SPLITSYSTEM", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
734
|
+
{ name: "IfcValve", parent: "IfcFlowController", abstract: false, predefinedTypes: ["AIRRELEASE", "ANTIVACUUM", "CHANGEOVER", "CHECK", "COMMISSIONING", "DIVERTING", "DOUBLECHECK", "DOUBLEREGULATING", "DRAWOFFCOCK", "FAUCET", "FLUSHING", "GASCOCK", "GASTAP", "ISOLATING", "MIXING", "PRESSUREREDUCING", "PRESSURERELIEF", "REGULATING", "SAFETYCUTOFF", "STEAMTRAP", "STOPCOCK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCVALVETYPE" },
|
|
735
|
+
{ name: "IfcValveType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["AIRRELEASE", "ANTIVACUUM", "CHANGEOVER", "CHECK", "COMMISSIONING", "DIVERTING", "DOUBLECHECK", "DOUBLEREGULATING", "DRAWOFFCOCK", "FAUCET", "FLUSHING", "GASCOCK", "GASTAP", "ISOLATING", "MIXING", "PRESSUREREDUCING", "PRESSURERELIEF", "REGULATING", "SAFETYCUTOFF", "STEAMTRAP", "STOPCOCK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
736
|
+
{ name: "IfcVibrationIsolator", parent: "IfcElementComponent", abstract: false, predefinedTypes: ["BASE", "COMPRESSION", "SPRING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.HvacDomain", typeEntity: "IFCVIBRATIONISOLATORTYPE" },
|
|
737
|
+
{ name: "IfcVibrationIsolatorType", parent: "IfcElementComponentType", abstract: false, predefinedTypes: ["BASE", "COMPRESSION", "SPRING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.HvacDomain" },
|
|
738
|
+
{ name: "IfcArcIndex", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
739
|
+
{ name: "IfcAxis1Placement", parent: "IfcPlacement", abstract: false, predefinedTypes: [], attributes: ["Location", "Axis"], source: "Ifc4x3.GeometryResource" },
|
|
740
|
+
{ name: "IfcPlacement", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: ["Location"], source: "Ifc4x3.GeometryResource" },
|
|
741
|
+
{ name: "IfcAxis2Placement2D", parent: "IfcPlacement", abstract: false, predefinedTypes: [], attributes: ["Location", "RefDirection"], source: "Ifc4x3.GeometryResource" },
|
|
742
|
+
{ name: "IfcAxis2Placement3D", parent: "IfcPlacement", abstract: false, predefinedTypes: [], attributes: ["Location", "Axis", "RefDirection"], source: "Ifc4x3.GeometryResource" },
|
|
743
|
+
{ name: "IfcAxis2PlacementLinear", parent: "IfcPlacement", abstract: false, predefinedTypes: [], attributes: ["Location", "Axis", "RefDirection"], source: "Ifc4x3.GeometryResource" },
|
|
744
|
+
{ name: "IfcBoundaryCurve", parent: "IfcCompositeCurveOnSurface", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
745
|
+
{ name: "IfcCompositeCurveOnSurface", parent: "IfcCompositeCurve", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
746
|
+
{ name: "IfcCompositeCurve", parent: "IfcBoundedCurve", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
747
|
+
{ name: "IfcBoundedCurve", parent: "IfcCurve", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
748
|
+
{ name: "IfcCurve", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
749
|
+
{ name: "IfcBoundedSurface", parent: "IfcSurface", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
750
|
+
{ name: "IfcSurface", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
751
|
+
{ name: "IfcBSplineCurve", parent: "IfcBoundedCurve", abstract: true, predefinedTypes: [], attributes: ["Degree", "ControlPointsList", "CurveForm", "ClosedCurve", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
752
|
+
{ name: "IfcBSplineCurveWithKnots", parent: "IfcBSplineCurve", abstract: false, predefinedTypes: [], attributes: ["Degree", "ControlPointsList", "CurveForm", "ClosedCurve", "SelfIntersect", "KnotMultiplicities", "Knots", "KnotSpec"], source: "Ifc4x3.GeometryResource" },
|
|
753
|
+
{ name: "IfcBSplineSurface", parent: "IfcBoundedSurface", abstract: true, predefinedTypes: [], attributes: ["UDegree", "VDegree", "ControlPointsList", "SurfaceForm", "UClosed", "VClosed", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
754
|
+
{ name: "IfcBSplineSurfaceWithKnots", parent: "IfcBSplineSurface", abstract: false, predefinedTypes: [], attributes: ["UDegree", "VDegree", "ControlPointsList", "SurfaceForm", "UClosed", "VClosed", "SelfIntersect", "UMultiplicities", "VMultiplicities", "UKnots", "VKnots", "KnotSpec"], source: "Ifc4x3.GeometryResource" },
|
|
755
|
+
{ name: "IfcCartesianPoint", parent: "IfcPoint", abstract: false, predefinedTypes: [], attributes: ["Coordinates"], source: "Ifc4x3.GeometryResource" },
|
|
756
|
+
{ name: "IfcPoint", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
757
|
+
{ name: "IfcCartesianTransformationOperator", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: ["Axis1", "Axis2", "LocalOrigin", "Scale"], source: "Ifc4x3.GeometryResource" },
|
|
758
|
+
{ name: "IfcCartesianTransformationOperator2D", parent: "IfcCartesianTransformationOperator", abstract: false, predefinedTypes: [], attributes: ["Axis1", "Axis2", "LocalOrigin", "Scale"], source: "Ifc4x3.GeometryResource" },
|
|
759
|
+
{ name: "IfcCartesianTransformationOperator2DnonUniform", parent: "IfcCartesianTransformationOperator2D", abstract: false, predefinedTypes: [], attributes: ["Axis1", "Axis2", "LocalOrigin", "Scale", "Scale2"], source: "Ifc4x3.GeometryResource" },
|
|
760
|
+
{ name: "IfcCartesianTransformationOperator3D", parent: "IfcCartesianTransformationOperator", abstract: false, predefinedTypes: [], attributes: ["Axis1", "Axis2", "LocalOrigin", "Scale", "Axis3"], source: "Ifc4x3.GeometryResource" },
|
|
761
|
+
{ name: "IfcCartesianTransformationOperator3DnonUniform", parent: "IfcCartesianTransformationOperator3D", abstract: false, predefinedTypes: [], attributes: ["Axis1", "Axis2", "LocalOrigin", "Scale", "Axis3", "Scale2", "Scale3"], source: "Ifc4x3.GeometryResource" },
|
|
762
|
+
{ name: "IfcCircle", parent: "IfcConic", abstract: false, predefinedTypes: [], attributes: ["Position", "Radius"], source: "Ifc4x3.GeometryResource" },
|
|
763
|
+
{ name: "IfcConic", parent: "IfcCurve", abstract: true, predefinedTypes: [], attributes: ["Position"], source: "Ifc4x3.GeometryResource" },
|
|
764
|
+
{ name: "IfcClothoid", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "ClothoidConstant"], source: "Ifc4x3.GeometryResource" },
|
|
765
|
+
{ name: "IfcSpiral", parent: "IfcCurve", abstract: true, predefinedTypes: [], attributes: ["Position"], source: "Ifc4x3.GeometryResource" },
|
|
766
|
+
{ name: "IfcCompositeCurveSegment", parent: "IfcSegment", abstract: false, predefinedTypes: [], attributes: ["Transition", "SameSense", "ParentCurve"], source: "Ifc4x3.GeometryResource" },
|
|
767
|
+
{ name: "IfcSegment", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: ["Transition"], source: "Ifc4x3.GeometryResource" },
|
|
768
|
+
{ name: "IfcCosineSpiral", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "CosineTerm", "ConstantTerm"], source: "Ifc4x3.GeometryResource" },
|
|
769
|
+
{ name: "IfcCurveBoundedPlane", parent: "IfcBoundedSurface", abstract: false, predefinedTypes: [], attributes: ["BasisSurface", "OuterBoundary", "InnerBoundaries"], source: "Ifc4x3.GeometryResource" },
|
|
770
|
+
{ name: "IfcCurveBoundedSurface", parent: "IfcBoundedSurface", abstract: false, predefinedTypes: [], attributes: ["BasisSurface", "Boundaries", "ImplicitOuter"], source: "Ifc4x3.GeometryResource" },
|
|
771
|
+
{ name: "IfcCurveSegment", parent: "IfcSegment", abstract: false, predefinedTypes: [], attributes: ["Transition", "Placement", "SegmentStart", "SegmentLength", "ParentCurve"], source: "Ifc4x3.GeometryResource" },
|
|
772
|
+
{ name: "IfcCylindricalSurface", parent: "IfcElementarySurface", abstract: false, predefinedTypes: [], attributes: ["Position", "Radius"], source: "Ifc4x3.GeometryResource" },
|
|
773
|
+
{ name: "IfcElementarySurface", parent: "IfcSurface", abstract: true, predefinedTypes: [], attributes: ["Position"], source: "Ifc4x3.GeometryResource" },
|
|
774
|
+
{ name: "IfcDimensionCount", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
775
|
+
{ name: "IfcDirection", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["DirectionRatios"], source: "Ifc4x3.GeometryResource" },
|
|
776
|
+
{ name: "IfcEllipse", parent: "IfcConic", abstract: false, predefinedTypes: [], attributes: ["Position", "SemiAxis1", "SemiAxis2"], source: "Ifc4x3.GeometryResource" },
|
|
777
|
+
{ name: "IfcGradientCurve", parent: "IfcCompositeCurve", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect", "BaseCurve", "EndPoint"], source: "Ifc4x3.GeometryResource" },
|
|
778
|
+
{ name: "IfcIndexedPolyCurve", parent: "IfcBoundedCurve", abstract: false, predefinedTypes: [], attributes: ["Points", "Segments", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
779
|
+
{ name: "IfcIntersectionCurve", parent: "IfcSurfaceCurve", abstract: false, predefinedTypes: [], attributes: ["Curve3D", "AssociatedGeometry", "MasterRepresentation"], source: "Ifc4x3.GeometryResource" },
|
|
780
|
+
{ name: "IfcSurfaceCurve", parent: "IfcCurve", abstract: false, predefinedTypes: [], attributes: ["Curve3D", "AssociatedGeometry", "MasterRepresentation"], source: "Ifc4x3.GeometryResource" },
|
|
781
|
+
{ name: "IfcLine", parent: "IfcCurve", abstract: false, predefinedTypes: [], attributes: ["Pnt", "Dir"], source: "Ifc4x3.GeometryResource" },
|
|
782
|
+
{ name: "IfcLineIndex", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometryResource" },
|
|
783
|
+
{ name: "IfcMappedItem", parent: "IfcRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["MappingSource", "MappingTarget"], source: "Ifc4x3.GeometryResource" },
|
|
784
|
+
{ name: "IfcOffsetCurve", parent: "IfcCurve", abstract: true, predefinedTypes: [], attributes: ["BasisCurve"], source: "Ifc4x3.GeometryResource" },
|
|
785
|
+
{ name: "IfcOffsetCurve2D", parent: "IfcOffsetCurve", abstract: false, predefinedTypes: [], attributes: ["BasisCurve", "Distance", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
786
|
+
{ name: "IfcOffsetCurve3D", parent: "IfcOffsetCurve", abstract: false, predefinedTypes: [], attributes: ["BasisCurve", "Distance", "SelfIntersect", "RefDirection"], source: "Ifc4x3.GeometryResource" },
|
|
787
|
+
{ name: "IfcOffsetCurveByDistances", parent: "IfcOffsetCurve", abstract: false, predefinedTypes: [], attributes: ["BasisCurve", "OffsetValues", "Tag"], source: "Ifc4x3.GeometryResource" },
|
|
788
|
+
{ name: "IfcOuterBoundaryCurve", parent: "IfcBoundaryCurve", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect"], source: "Ifc4x3.GeometryResource" },
|
|
789
|
+
{ name: "IfcPcurve", parent: "IfcCurve", abstract: false, predefinedTypes: [], attributes: ["BasisSurface", "ReferenceCurve"], source: "Ifc4x3.GeometryResource" },
|
|
790
|
+
{ name: "IfcPlane", parent: "IfcElementarySurface", abstract: false, predefinedTypes: [], attributes: ["Position"], source: "Ifc4x3.GeometryResource" },
|
|
791
|
+
{ name: "IfcPointByDistanceExpression", parent: "IfcPoint", abstract: false, predefinedTypes: [], attributes: ["DistanceAlong", "OffsetLateral", "OffsetVertical", "OffsetLongitudinal", "BasisCurve"], source: "Ifc4x3.GeometryResource" },
|
|
792
|
+
{ name: "IfcPointOnCurve", parent: "IfcPoint", abstract: false, predefinedTypes: [], attributes: ["BasisCurve", "PointParameter"], source: "Ifc4x3.GeometryResource" },
|
|
793
|
+
{ name: "IfcPointOnSurface", parent: "IfcPoint", abstract: false, predefinedTypes: [], attributes: ["BasisSurface", "PointParameterU", "PointParameterV"], source: "Ifc4x3.GeometryResource" },
|
|
794
|
+
{ name: "IfcPolyline", parent: "IfcBoundedCurve", abstract: false, predefinedTypes: [], attributes: ["Points"], source: "Ifc4x3.GeometryResource" },
|
|
795
|
+
{ name: "IfcPolynomialCurve", parent: "IfcCurve", abstract: false, predefinedTypes: [], attributes: ["Position", "CoefficientsX", "CoefficientsY", "CoefficientsZ"], source: "Ifc4x3.GeometryResource" },
|
|
796
|
+
{ name: "IfcRationalBSplineCurveWithKnots", parent: "IfcBSplineCurveWithKnots", abstract: false, predefinedTypes: [], attributes: ["Degree", "ControlPointsList", "CurveForm", "ClosedCurve", "SelfIntersect", "KnotMultiplicities", "Knots", "KnotSpec", "WeightsData"], source: "Ifc4x3.GeometryResource" },
|
|
797
|
+
{ name: "IfcRationalBSplineSurfaceWithKnots", parent: "IfcBSplineSurfaceWithKnots", abstract: false, predefinedTypes: [], attributes: ["UDegree", "VDegree", "ControlPointsList", "SurfaceForm", "UClosed", "VClosed", "SelfIntersect", "UMultiplicities", "VMultiplicities", "UKnots", "VKnots", "KnotSpec", "WeightsData"], source: "Ifc4x3.GeometryResource" },
|
|
798
|
+
{ name: "IfcRectangularTrimmedSurface", parent: "IfcBoundedSurface", abstract: false, predefinedTypes: [], attributes: ["BasisSurface", "U1", "V1", "U2", "V2", "Usense", "Vsense"], source: "Ifc4x3.GeometryResource" },
|
|
799
|
+
{ name: "IfcReparametrisedCompositeCurveSegment", parent: "IfcCompositeCurveSegment", abstract: false, predefinedTypes: [], attributes: ["Transition", "SameSense", "ParentCurve", "ParamLength"], source: "Ifc4x3.GeometryResource" },
|
|
800
|
+
{ name: "IfcRepresentationMap", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["MappingOrigin", "MappedRepresentation"], source: "Ifc4x3.GeometryResource" },
|
|
801
|
+
{ name: "IfcSeamCurve", parent: "IfcSurfaceCurve", abstract: false, predefinedTypes: [], attributes: ["Curve3D", "AssociatedGeometry", "MasterRepresentation"], source: "Ifc4x3.GeometryResource" },
|
|
802
|
+
{ name: "IfcSecondOrderPolynomialSpiral", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "QuadraticTerm", "LinearTerm", "ConstantTerm"], source: "Ifc4x3.GeometryResource" },
|
|
803
|
+
{ name: "IfcSegmentedReferenceCurve", parent: "IfcCompositeCurve", abstract: false, predefinedTypes: [], attributes: ["Segments", "SelfIntersect", "BaseCurve", "EndPoint"], source: "Ifc4x3.GeometryResource" },
|
|
804
|
+
{ name: "IfcSeventhOrderPolynomialSpiral", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "SepticTerm", "SexticTerm", "QuinticTerm", "QuarticTerm", "CubicTerm", "QuadraticTerm", "LinearTerm", "ConstantTerm"], source: "Ifc4x3.GeometryResource" },
|
|
805
|
+
{ name: "IfcSineSpiral", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "SineTerm", "LinearTerm", "ConstantTerm"], source: "Ifc4x3.GeometryResource" },
|
|
806
|
+
{ name: "IfcSphericalSurface", parent: "IfcElementarySurface", abstract: false, predefinedTypes: [], attributes: ["Position", "Radius"], source: "Ifc4x3.GeometryResource" },
|
|
807
|
+
{ name: "IfcSurfaceOfLinearExtrusion", parent: "IfcSweptSurface", abstract: false, predefinedTypes: [], attributes: ["SweptCurve", "Position", "ExtrudedDirection", "Depth"], source: "Ifc4x3.GeometryResource" },
|
|
808
|
+
{ name: "IfcSweptSurface", parent: "IfcSurface", abstract: true, predefinedTypes: [], attributes: ["SweptCurve", "Position"], source: "Ifc4x3.GeometryResource" },
|
|
809
|
+
{ name: "IfcSurfaceOfRevolution", parent: "IfcSweptSurface", abstract: false, predefinedTypes: [], attributes: ["SweptCurve", "Position", "AxisPosition"], source: "Ifc4x3.GeometryResource" },
|
|
810
|
+
{ name: "IfcThirdOrderPolynomialSpiral", parent: "IfcSpiral", abstract: false, predefinedTypes: [], attributes: ["Position", "CubicTerm", "QuadraticTerm", "LinearTerm", "ConstantTerm"], source: "Ifc4x3.GeometryResource" },
|
|
811
|
+
{ name: "IfcToroidalSurface", parent: "IfcElementarySurface", abstract: false, predefinedTypes: [], attributes: ["Position", "MajorRadius", "MinorRadius"], source: "Ifc4x3.GeometryResource" },
|
|
812
|
+
{ name: "IfcTrimmedCurve", parent: "IfcBoundedCurve", abstract: false, predefinedTypes: [], attributes: ["BasisCurve", "Trim1", "Trim2", "SenseAgreement", "MasterRepresentation"], source: "Ifc4x3.GeometryResource" },
|
|
813
|
+
{ name: "IfcVector", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Orientation", "Magnitude"], source: "Ifc4x3.GeometryResource" },
|
|
814
|
+
{ name: "IfcAdvancedBrep", parent: "IfcManifoldSolidBrep", abstract: false, predefinedTypes: [], attributes: ["Outer"], source: "Ifc4x3.GeometricModelResource" },
|
|
815
|
+
{ name: "IfcManifoldSolidBrep", parent: "IfcSolidModel", abstract: true, predefinedTypes: [], attributes: ["Outer"], source: "Ifc4x3.GeometricModelResource" },
|
|
816
|
+
{ name: "IfcSolidModel", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometricModelResource" },
|
|
817
|
+
{ name: "IfcAdvancedBrepWithVoids", parent: "IfcAdvancedBrep", abstract: false, predefinedTypes: [], attributes: ["Outer", "Voids"], source: "Ifc4x3.GeometricModelResource" },
|
|
818
|
+
{ name: "IfcBlock", parent: "IfcCsgPrimitive3D", abstract: false, predefinedTypes: [], attributes: ["Position", "XLength", "YLength", "ZLength"], source: "Ifc4x3.GeometricModelResource" },
|
|
819
|
+
{ name: "IfcCsgPrimitive3D", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: ["Position"], source: "Ifc4x3.GeometricModelResource" },
|
|
820
|
+
{ name: "IfcBooleanClippingResult", parent: "IfcBooleanResult", abstract: false, predefinedTypes: [], attributes: ["Operator", "FirstOperand", "SecondOperand"], source: "Ifc4x3.GeometricModelResource" },
|
|
821
|
+
{ name: "IfcBooleanResult", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Operator", "FirstOperand", "SecondOperand"], source: "Ifc4x3.GeometricModelResource" },
|
|
822
|
+
{ name: "IfcBoundingBox", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Corner", "XDim", "YDim", "ZDim"], source: "Ifc4x3.GeometricModelResource" },
|
|
823
|
+
{ name: "IfcBoxedHalfSpace", parent: "IfcHalfSpaceSolid", abstract: false, predefinedTypes: [], attributes: ["BaseSurface", "AgreementFlag", "Enclosure"], source: "Ifc4x3.GeometricModelResource" },
|
|
824
|
+
{ name: "IfcHalfSpaceSolid", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["BaseSurface", "AgreementFlag"], source: "Ifc4x3.GeometricModelResource" },
|
|
825
|
+
{ name: "IfcCartesianPointList", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometricModelResource" },
|
|
826
|
+
{ name: "IfcCartesianPointList2D", parent: "IfcCartesianPointList", abstract: false, predefinedTypes: [], attributes: ["CoordList", "TagList"], source: "Ifc4x3.GeometricModelResource" },
|
|
827
|
+
{ name: "IfcCartesianPointList3D", parent: "IfcCartesianPointList", abstract: false, predefinedTypes: [], attributes: ["CoordList", "TagList"], source: "Ifc4x3.GeometricModelResource" },
|
|
828
|
+
{ name: "IfcCsgSolid", parent: "IfcSolidModel", abstract: false, predefinedTypes: [], attributes: ["TreeRootExpression"], source: "Ifc4x3.GeometricModelResource" },
|
|
829
|
+
{ name: "IfcDirectrixCurveSweptAreaSolid", parent: "IfcSweptAreaSolid", abstract: true, predefinedTypes: [], attributes: ["SweptArea", "Position", "Directrix", "StartParam", "EndParam"], source: "Ifc4x3.GeometricModelResource" },
|
|
830
|
+
{ name: "IfcSweptAreaSolid", parent: "IfcSolidModel", abstract: true, predefinedTypes: [], attributes: ["SweptArea", "Position"], source: "Ifc4x3.GeometricModelResource" },
|
|
831
|
+
{ name: "IfcDirectrixDerivedReferenceSweptAreaSolid", parent: "IfcFixedReferenceSweptAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "Directrix", "StartParam", "EndParam", "FixedReference"], source: "Ifc4x3.GeometricModelResource" },
|
|
832
|
+
{ name: "IfcFixedReferenceSweptAreaSolid", parent: "IfcDirectrixCurveSweptAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "Directrix", "StartParam", "EndParam", "FixedReference"], source: "Ifc4x3.GeometricModelResource" },
|
|
833
|
+
{ name: "IfcExtrudedAreaSolid", parent: "IfcSweptAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "ExtrudedDirection", "Depth"], source: "Ifc4x3.GeometricModelResource" },
|
|
834
|
+
{ name: "IfcExtrudedAreaSolidTapered", parent: "IfcExtrudedAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "ExtrudedDirection", "Depth", "EndSweptArea"], source: "Ifc4x3.GeometricModelResource" },
|
|
835
|
+
{ name: "IfcFaceBasedSurfaceModel", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["FbsmFaces"], source: "Ifc4x3.GeometricModelResource" },
|
|
836
|
+
{ name: "IfcFacetedBrep", parent: "IfcManifoldSolidBrep", abstract: false, predefinedTypes: [], attributes: ["Outer"], source: "Ifc4x3.GeometricModelResource" },
|
|
837
|
+
{ name: "IfcFacetedBrepWithVoids", parent: "IfcFacetedBrep", abstract: false, predefinedTypes: [], attributes: ["Outer", "Voids"], source: "Ifc4x3.GeometricModelResource" },
|
|
838
|
+
{ name: "IfcGeometricCurveSet", parent: "IfcGeometricSet", abstract: false, predefinedTypes: [], attributes: ["Elements"], source: "Ifc4x3.GeometricModelResource" },
|
|
839
|
+
{ name: "IfcGeometricSet", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["Elements"], source: "Ifc4x3.GeometricModelResource" },
|
|
840
|
+
{ name: "IfcIndexedPolygonalFace", parent: "IfcTessellatedItem", abstract: false, predefinedTypes: [], attributes: ["CoordIndex"], source: "Ifc4x3.GeometricModelResource" },
|
|
841
|
+
{ name: "IfcTessellatedItem", parent: "IfcGeometricRepresentationItem", abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometricModelResource" },
|
|
842
|
+
{ name: "IfcIndexedPolygonalFaceWithVoids", parent: "IfcIndexedPolygonalFace", abstract: false, predefinedTypes: [], attributes: ["CoordIndex", "InnerCoordIndices"], source: "Ifc4x3.GeometricModelResource" },
|
|
843
|
+
{ name: "IfcPolygonalBoundedHalfSpace", parent: "IfcHalfSpaceSolid", abstract: false, predefinedTypes: [], attributes: ["BaseSurface", "AgreementFlag", "Position", "PolygonalBoundary"], source: "Ifc4x3.GeometricModelResource" },
|
|
844
|
+
{ name: "IfcPolygonalFaceSet", parent: "IfcTessellatedFaceSet", abstract: false, predefinedTypes: [], attributes: ["Coordinates", "Closed", "Faces", "PnIndex"], source: "Ifc4x3.GeometricModelResource" },
|
|
845
|
+
{ name: "IfcTessellatedFaceSet", parent: "IfcTessellatedItem", abstract: true, predefinedTypes: [], attributes: ["Coordinates"], source: "Ifc4x3.GeometricModelResource" },
|
|
846
|
+
{ name: "IfcRectangularPyramid", parent: "IfcCsgPrimitive3D", abstract: false, predefinedTypes: [], attributes: ["Position", "XLength", "YLength", "Height"], source: "Ifc4x3.GeometricModelResource" },
|
|
847
|
+
{ name: "IfcRevolvedAreaSolid", parent: "IfcSweptAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "Axis", "Angle"], source: "Ifc4x3.GeometricModelResource" },
|
|
848
|
+
{ name: "IfcRevolvedAreaSolidTapered", parent: "IfcRevolvedAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "Axis", "Angle", "EndSweptArea"], source: "Ifc4x3.GeometricModelResource" },
|
|
849
|
+
{ name: "IfcRightCircularCone", parent: "IfcCsgPrimitive3D", abstract: false, predefinedTypes: [], attributes: ["Position", "Height", "BottomRadius"], source: "Ifc4x3.GeometricModelResource" },
|
|
850
|
+
{ name: "IfcRightCircularCylinder", parent: "IfcCsgPrimitive3D", abstract: false, predefinedTypes: [], attributes: ["Position", "Height", "Radius"], source: "Ifc4x3.GeometricModelResource" },
|
|
851
|
+
{ name: "IfcSectionedSolid", parent: "IfcSolidModel", abstract: true, predefinedTypes: [], attributes: ["Directrix", "CrossSections"], source: "Ifc4x3.GeometricModelResource" },
|
|
852
|
+
{ name: "IfcSectionedSolidHorizontal", parent: "IfcSectionedSolid", abstract: false, predefinedTypes: [], attributes: ["Directrix", "CrossSections", "CrossSectionPositions"], source: "Ifc4x3.GeometricModelResource" },
|
|
853
|
+
{ name: "IfcSectionedSpine", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["SpineCurve", "CrossSections", "CrossSectionPositions"], source: "Ifc4x3.GeometricModelResource" },
|
|
854
|
+
{ name: "IfcSectionedSurface", parent: "IfcSurface", abstract: false, predefinedTypes: [], attributes: ["Directrix", "CrossSectionPositions", "CrossSections"], source: "Ifc4x3.GeometricModelResource" },
|
|
855
|
+
{ name: "IfcShellBasedSurfaceModel", parent: "IfcGeometricRepresentationItem", abstract: false, predefinedTypes: [], attributes: ["SbsmBoundary"], source: "Ifc4x3.GeometricModelResource" },
|
|
856
|
+
{ name: "IfcSphere", parent: "IfcCsgPrimitive3D", abstract: false, predefinedTypes: [], attributes: ["Position", "Radius"], source: "Ifc4x3.GeometricModelResource" },
|
|
857
|
+
{ name: "IfcSurfaceCurveSweptAreaSolid", parent: "IfcDirectrixCurveSweptAreaSolid", abstract: false, predefinedTypes: [], attributes: ["SweptArea", "Position", "Directrix", "StartParam", "EndParam", "ReferenceSurface"], source: "Ifc4x3.GeometricModelResource" },
|
|
858
|
+
{ name: "IfcSweptDiskSolid", parent: "IfcSolidModel", abstract: false, predefinedTypes: [], attributes: ["Directrix", "Radius", "InnerRadius", "StartParam", "EndParam"], source: "Ifc4x3.GeometricModelResource" },
|
|
859
|
+
{ name: "IfcSweptDiskSolidPolygonal", parent: "IfcSweptDiskSolid", abstract: false, predefinedTypes: [], attributes: ["Directrix", "Radius", "InnerRadius", "StartParam", "EndParam", "FilletRadius"], source: "Ifc4x3.GeometricModelResource" },
|
|
860
|
+
{ name: "IfcTriangulatedFaceSet", parent: "IfcTessellatedFaceSet", abstract: false, predefinedTypes: [], attributes: ["Coordinates", "Normals", "Closed", "CoordIndex", "PnIndex"], source: "Ifc4x3.GeometricModelResource" },
|
|
861
|
+
{ name: "IfcTriangulatedIrregularNetwork", parent: "IfcTriangulatedFaceSet", abstract: false, predefinedTypes: [], attributes: ["Coordinates", "Normals", "Closed", "CoordIndex", "PnIndex", "Flags"], source: "Ifc4x3.GeometricModelResource" },
|
|
862
|
+
{ name: "IfcAlignmentCantSegment", parent: "IfcAlignmentParameterSegment", abstract: false, predefinedTypes: ["BLOSSCURVE", "CONSTANTCANT", "COSINECURVE", "HELMERTCURVE", "LINEARTRANSITION", "SINECURVE", "VIENNESEBEND"], attributes: ["StartTag", "EndTag", "StartDistAlong", "HorizontalLength", "StartCantLeft", "EndCantLeft", "StartCantRight", "EndCantRight", "PredefinedType"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
863
|
+
{ name: "IfcAlignmentParameterSegment", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["StartTag", "EndTag"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
864
|
+
{ name: "IfcAlignmentHorizontalSegment", parent: "IfcAlignmentParameterSegment", abstract: false, predefinedTypes: ["BLOSSCURVE", "CIRCULARARC", "CLOTHOID", "COSINECURVE", "CUBIC", "HELMERTCURVE", "LINE", "SINECURVE", "VIENNESEBEND"], attributes: ["StartTag", "EndTag", "StartPoint", "StartDirection", "StartRadiusOfCurvature", "EndRadiusOfCurvature", "SegmentLength", "GravityCenterLineHeight", "PredefinedType"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
865
|
+
{ name: "IfcAlignmentVerticalSegment", parent: "IfcAlignmentParameterSegment", abstract: false, predefinedTypes: ["CIRCULARARC", "CLOTHOID", "CONSTANTGRADIENT", "PARABOLICARC"], attributes: ["StartTag", "EndTag", "StartDistAlong", "HorizontalLength", "StartHeight", "StartGradient", "EndGradient", "RadiusOfCurvature", "PredefinedType"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
866
|
+
{ name: "IfcConnectionCurveGeometry", parent: "IfcConnectionGeometry", abstract: false, predefinedTypes: [], attributes: ["CurveOnRelatingElement", "CurveOnRelatedElement"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
867
|
+
{ name: "IfcConnectionGeometry", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.GeometricConstraintResource" },
|
|
868
|
+
{ name: "IfcConnectionPointEccentricity", parent: "IfcConnectionPointGeometry", abstract: false, predefinedTypes: [], attributes: ["PointOnRelatingElement", "PointOnRelatedElement", "EccentricityInX", "EccentricityInY", "EccentricityInZ"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
869
|
+
{ name: "IfcConnectionPointGeometry", parent: "IfcConnectionGeometry", abstract: false, predefinedTypes: [], attributes: ["PointOnRelatingElement", "PointOnRelatedElement"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
870
|
+
{ name: "IfcConnectionSurfaceGeometry", parent: "IfcConnectionGeometry", abstract: false, predefinedTypes: [], attributes: ["SurfaceOnRelatingElement", "SurfaceOnRelatedElement"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
871
|
+
{ name: "IfcConnectionVolumeGeometry", parent: "IfcConnectionGeometry", abstract: false, predefinedTypes: [], attributes: ["VolumeOnRelatingElement", "VolumeOnRelatedElement"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
872
|
+
{ name: "IfcGridAxis", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["AxisTag", "AxisCurve", "SameSense"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
873
|
+
{ name: "IfcGridPlacement", parent: "IfcObjectPlacement", abstract: false, predefinedTypes: [], attributes: ["PlacementRelTo", "PlacementLocation", "PlacementRefDirection"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
874
|
+
{ name: "IfcObjectPlacement", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["PlacementRelTo"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
875
|
+
{ name: "IfcLinearPlacement", parent: "IfcObjectPlacement", abstract: false, predefinedTypes: [], attributes: ["PlacementRelTo", "RelativePlacement", "CartesianPosition"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
876
|
+
{ name: "IfcLocalPlacement", parent: "IfcObjectPlacement", abstract: false, predefinedTypes: [], attributes: ["PlacementRelTo", "RelativePlacement"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
877
|
+
{ name: "IfcVirtualGridIntersection", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["IntersectingAxes", "OffsetDistances"], source: "Ifc4x3.GeometricConstraintResource" },
|
|
878
|
+
{ name: "IfcClassification", parent: "IfcExternalInformation", abstract: false, predefinedTypes: [], attributes: ["Source", "Edition", "EditionDate", "Name", "Description", "Specification", "ReferenceTokens"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
879
|
+
{ name: "IfcExternalInformation", parent: undefined, abstract: true, predefinedTypes: [], attributes: [], source: "Ifc4x3.ExternalReferenceResource" },
|
|
880
|
+
{ name: "IfcClassificationReference", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name", "ReferencedSource", "Description", "Sort"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
881
|
+
{ name: "IfcDocumentInformation", parent: "IfcExternalInformation", abstract: false, predefinedTypes: [], attributes: ["Identification", "Name", "Description", "Location", "Purpose", "IntendedUse", "Scope", "Revision", "DocumentOwner", "Editors", "CreationTime", "LastRevisionTime", "ElectronicFormat", "ValidFrom", "ValidUntil", "Confidentiality", "Status"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
882
|
+
{ name: "IfcDocumentInformationRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingDocument", "RelatedDocuments", "RelationshipType"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
883
|
+
{ name: "IfcDocumentReference", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name", "Description", "ReferencedDocument"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
884
|
+
{ name: "IfcExternalReferenceRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingReference", "RelatedResourceObjects"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
885
|
+
{ name: "IfcLanguageId", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.ExternalReferenceResource" },
|
|
886
|
+
{ name: "IfcLibraryInformation", parent: "IfcExternalInformation", abstract: false, predefinedTypes: [], attributes: ["Name", "Version", "Publisher", "VersionDate", "Location", "Description"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
887
|
+
{ name: "IfcLibraryReference", parent: "IfcExternalReference", abstract: false, predefinedTypes: [], attributes: ["Location", "Identification", "Name", "Description", "Language", "ReferencedLibrary"], source: "Ifc4x3.ExternalReferenceResource" },
|
|
888
|
+
{ name: "IfcAudioVisualAppliance", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["AMPLIFIER", "CAMERA", "COMMUNICATIONTERMINAL", "DISPLAY", "MICROPHONE", "PLAYER", "PROJECTOR", "RECEIVER", "RECORDINGEQUIPMENT", "SPEAKER", "SWITCHER", "TELEPHONE", "TUNER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCAUDIOVISUALAPPLIANCETYPE" },
|
|
889
|
+
{ name: "IfcAudioVisualApplianceType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["AMPLIFIER", "CAMERA", "COMMUNICATIONTERMINAL", "DISPLAY", "MICROPHONE", "PLAYER", "PROJECTOR", "RECEIVER", "RECORDINGEQUIPMENT", "SPEAKER", "SWITCHER", "TELEPHONE", "TUNER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
890
|
+
{ name: "IfcCableCarrierFitting", parent: "IfcFlowFitting", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "CROSS", "JUNCTION", "REDUCER", "TEE", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCCABLECARRIERFITTINGTYPE" },
|
|
891
|
+
{ name: "IfcCableCarrierFittingType", parent: "IfcFlowFittingType", abstract: false, predefinedTypes: ["BEND", "CONNECTOR", "CROSS", "JUNCTION", "REDUCER", "TEE", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
892
|
+
{ name: "IfcCableCarrierSegment", parent: "IfcFlowSegment", abstract: false, predefinedTypes: ["CABLEBRACKET", "CABLELADDERSEGMENT", "CABLETRAYSEGMENT", "CABLETRUNKINGSEGMENT", "CATENARYWIRE", "CONDUITSEGMENT", "DROPPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCCABLECARRIERSEGMENTTYPE" },
|
|
893
|
+
{ name: "IfcCableCarrierSegmentType", parent: "IfcFlowSegmentType", abstract: false, predefinedTypes: ["CABLEBRACKET", "CABLELADDERSEGMENT", "CABLETRAYSEGMENT", "CABLETRUNKINGSEGMENT", "CATENARYWIRE", "CONDUITSEGMENT", "DROPPER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
894
|
+
{ name: "IfcCableFitting", parent: "IfcFlowFitting", abstract: false, predefinedTypes: ["CONNECTOR", "ENTRY", "EXIT", "FANOUT", "JUNCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCCABLEFITTINGTYPE" },
|
|
895
|
+
{ name: "IfcCableFittingType", parent: "IfcFlowFittingType", abstract: false, predefinedTypes: ["CONNECTOR", "ENTRY", "EXIT", "FANOUT", "JUNCTION", "TRANSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
896
|
+
{ name: "IfcCableSegment", parent: "IfcFlowSegment", abstract: false, predefinedTypes: ["BUSBARSEGMENT", "CABLESEGMENT", "CONDUCTORSEGMENT", "CONTACTWIRESEGMENT", "CORESEGMENT", "FIBERSEGMENT", "FIBERTUBE", "OPTICALCABLESEGMENT", "STITCHWIRE", "WIREPAIRSEGMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCCABLESEGMENTTYPE" },
|
|
897
|
+
{ name: "IfcCableSegmentType", parent: "IfcFlowSegmentType", abstract: false, predefinedTypes: ["BUSBARSEGMENT", "CABLESEGMENT", "CONDUCTORSEGMENT", "CONTACTWIRESEGMENT", "CORESEGMENT", "FIBERSEGMENT", "FIBERTUBE", "OPTICALCABLESEGMENT", "STITCHWIRE", "WIREPAIRSEGMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
898
|
+
{ name: "IfcCommunicationsAppliance", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["ANTENNA", "AUTOMATON", "COMPUTER", "FAX", "GATEWAY", "INTELLIGENTPERIPHERAL", "IPNETWORKEQUIPMENT", "LINESIDEELECTRONICUNIT", "MODEM", "NETWORKAPPLIANCE", "NETWORKBRIDGE", "NETWORKHUB", "OPTICALLINETERMINAL", "OPTICALNETWORKUNIT", "PRINTER", "RADIOBLOCKCENTER", "REPEATER", "ROUTER", "SCANNER", "TELECOMMAND", "TELEPHONYEXCHANGE", "TRANSITIONCOMPONENT", "TRANSPONDER", "TRANSPORTEQUIPMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCCOMMUNICATIONSAPPLIANCETYPE" },
|
|
899
|
+
{ name: "IfcCommunicationsApplianceType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["ANTENNA", "AUTOMATON", "COMPUTER", "FAX", "GATEWAY", "INTELLIGENTPERIPHERAL", "IPNETWORKEQUIPMENT", "LINESIDEELECTRONICUNIT", "MODEM", "NETWORKAPPLIANCE", "NETWORKBRIDGE", "NETWORKHUB", "OPTICALLINETERMINAL", "OPTICALNETWORKUNIT", "PRINTER", "RADIOBLOCKCENTER", "REPEATER", "ROUTER", "SCANNER", "TELECOMMAND", "TELEPHONYEXCHANGE", "TRANSITIONCOMPONENT", "TRANSPONDER", "TRANSPORTEQUIPMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
900
|
+
{ name: "IfcDistributionBoard", parent: "IfcFlowController", abstract: false, predefinedTypes: ["CONSUMERUNIT", "DISPATCHINGBOARD", "DISTRIBUTIONBOARD", "DISTRIBUTIONFRAME", "MOTORCONTROLCENTRE", "SWITCHBOARD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCDISTRIBUTIONBOARDTYPE" },
|
|
901
|
+
{ name: "IfcDistributionBoardType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["CONSUMERUNIT", "DISPATCHINGBOARD", "DISTRIBUTIONBOARD", "DISTRIBUTIONFRAME", "MOTORCONTROLCENTRE", "SWITCHBOARD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
902
|
+
{ name: "IfcElectricAppliance", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["DISHWASHER", "ELECTRICCOOKER", "FREESTANDINGELECTRICHEATER", "FREESTANDINGFAN", "FREESTANDINGWATERCOOLER", "FREESTANDINGWATERHEATER", "FREEZER", "FRIDGE_FREEZER", "HANDDRYER", "KITCHENMACHINE", "MICROWAVE", "PHOTOCOPIER", "REFRIGERATOR", "TUMBLEDRYER", "VENDINGMACHINE", "WASHINGMACHINE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICAPPLIANCETYPE" },
|
|
903
|
+
{ name: "IfcElectricApplianceType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["DISHWASHER", "ELECTRICCOOKER", "FREESTANDINGELECTRICHEATER", "FREESTANDINGFAN", "FREESTANDINGWATERCOOLER", "FREESTANDINGWATERHEATER", "FREEZER", "FRIDGE_FREEZER", "HANDDRYER", "KITCHENMACHINE", "MICROWAVE", "PHOTOCOPIER", "REFRIGERATOR", "TUMBLEDRYER", "VENDINGMACHINE", "WASHINGMACHINE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
904
|
+
{ name: "IfcElectricDistributionBoard", parent: "IfcFlowController", abstract: false, predefinedTypes: ["CONSUMERUNIT", "DISTRIBUTIONBOARD", "MOTORCONTROLCENTRE", "SWITCHBOARD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICDISTRIBUTIONBOARDTYPE" },
|
|
905
|
+
{ name: "IfcElectricDistributionBoardType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["CONSUMERUNIT", "DISTRIBUTIONBOARD", "MOTORCONTROLCENTRE", "SWITCHBOARD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
906
|
+
{ name: "IfcElectricFlowStorageDevice", parent: "IfcFlowStorageDevice", abstract: false, predefinedTypes: ["BATTERY", "CAPACITOR", "CAPACITORBANK", "COMPENSATOR", "HARMONICFILTER", "INDUCTOR", "INDUCTORBANK", "RECHARGER", "UPS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICFLOWSTORAGEDEVICETYPE" },
|
|
907
|
+
{ name: "IfcElectricFlowStorageDeviceType", parent: "IfcFlowStorageDeviceType", abstract: false, predefinedTypes: ["BATTERY", "CAPACITOR", "CAPACITORBANK", "COMPENSATOR", "HARMONICFILTER", "INDUCTOR", "INDUCTORBANK", "RECHARGER", "UPS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
908
|
+
{ name: "IfcElectricFlowTreatmentDevice", parent: "IfcFlowTreatmentDevice", abstract: false, predefinedTypes: ["ELECTRONICFILTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICFLOWTREATMENTDEVICETYPE" },
|
|
909
|
+
{ name: "IfcElectricFlowTreatmentDeviceType", parent: "IfcFlowTreatmentDeviceType", abstract: false, predefinedTypes: ["ELECTRONICFILTER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
910
|
+
{ name: "IfcElectricGenerator", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["CHP", "ENGINEGENERATOR", "STANDALONE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICGENERATORTYPE" },
|
|
911
|
+
{ name: "IfcElectricGeneratorType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["CHP", "ENGINEGENERATOR", "STANDALONE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
912
|
+
{ name: "IfcElectricMotor", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["DC", "INDUCTION", "POLYPHASE", "RELUCTANCESYNCHRONOUS", "SYNCHRONOUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICMOTORTYPE" },
|
|
913
|
+
{ name: "IfcElectricMotorType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["DC", "INDUCTION", "POLYPHASE", "RELUCTANCESYNCHRONOUS", "SYNCHRONOUS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
914
|
+
{ name: "IfcElectricTimeControl", parent: "IfcFlowController", abstract: false, predefinedTypes: ["RELAY", "TIMECLOCK", "TIMEDELAY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCELECTRICTIMECONTROLTYPE" },
|
|
915
|
+
{ name: "IfcElectricTimeControlType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["RELAY", "TIMECLOCK", "TIMEDELAY", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
916
|
+
{ name: "IfcJunctionBox", parent: "IfcFlowFitting", abstract: false, predefinedTypes: ["DATA", "POWER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCJUNCTIONBOXTYPE" },
|
|
917
|
+
{ name: "IfcJunctionBoxType", parent: "IfcFlowFittingType", abstract: false, predefinedTypes: ["DATA", "POWER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
918
|
+
{ name: "IfcLamp", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["COMPACTFLUORESCENT", "FLUORESCENT", "HALOGEN", "HIGHPRESSUREMERCURY", "HIGHPRESSURESODIUM", "LED", "METALHALIDE", "OLED", "TUNGSTENFILAMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCLAMPTYPE" },
|
|
919
|
+
{ name: "IfcLampType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["COMPACTFLUORESCENT", "FLUORESCENT", "HALOGEN", "HIGHPRESSUREMERCURY", "HIGHPRESSURESODIUM", "LED", "METALHALIDE", "OLED", "TUNGSTENFILAMENT", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
920
|
+
{ name: "IfcLightFixture", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["DIRECTIONSOURCE", "POINTSOURCE", "SECURITYLIGHTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCLIGHTFIXTURETYPE" },
|
|
921
|
+
{ name: "IfcLightFixtureType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["DIRECTIONSOURCE", "POINTSOURCE", "SECURITYLIGHTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
922
|
+
{ name: "IfcMobileTelecommunicationsAppliance", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["ACCESSPOINT", "BASEBANDUNIT", "BASETRANSCEIVERSTATION", "E_UTRAN_NODE_B", "GATEWAY_GPRS_SUPPORT_NODE", "MASTERUNIT", "MOBILESWITCHINGCENTER", "MSCSERVER", "PACKETCONTROLUNIT", "REMOTERADIOUNIT", "REMOTEUNIT", "SERVICE_GPRS_SUPPORT_NODE", "SUBSCRIBERSERVER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCMOBILETELECOMMUNICATIONSAPPLIANCETYPE" },
|
|
923
|
+
{ name: "IfcMobileTelecommunicationsApplianceType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["ACCESSPOINT", "BASEBANDUNIT", "BASETRANSCEIVERSTATION", "E_UTRAN_NODE_B", "GATEWAY_GPRS_SUPPORT_NODE", "MASTERUNIT", "MOBILESWITCHINGCENTER", "MSCSERVER", "PACKETCONTROLUNIT", "REMOTERADIOUNIT", "REMOTEUNIT", "SERVICE_GPRS_SUPPORT_NODE", "SUBSCRIBERSERVER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
924
|
+
{ name: "IfcMotorConnection", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["BELTDRIVE", "COUPLING", "DIRECTDRIVE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCMOTORCONNECTIONTYPE" },
|
|
925
|
+
{ name: "IfcMotorConnectionType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["BELTDRIVE", "COUPLING", "DIRECTDRIVE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
926
|
+
{ name: "IfcOutlet", parent: "IfcFlowTerminal", abstract: false, predefinedTypes: ["AUDIOVISUALOUTLET", "COMMUNICATIONSOUTLET", "DATAOUTLET", "POWEROUTLET", "TELEPHONEOUTLET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCOUTLETTYPE" },
|
|
927
|
+
{ name: "IfcOutletType", parent: "IfcFlowTerminalType", abstract: false, predefinedTypes: ["AUDIOVISUALOUTLET", "COMMUNICATIONSOUTLET", "DATAOUTLET", "POWEROUTLET", "TELEPHONEOUTLET", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
928
|
+
{ name: "IfcProtectiveDevice", parent: "IfcFlowController", abstract: false, predefinedTypes: ["ANTI_ARCING_DEVICE", "CIRCUITBREAKER", "EARTHINGSWITCH", "EARTHLEAKAGECIRCUITBREAKER", "FUSEDISCONNECTOR", "RESIDUALCURRENTCIRCUITBREAKER", "RESIDUALCURRENTSWITCH", "SPARKGAP", "VARISTOR", "VOLTAGELIMITER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCPROTECTIVEDEVICETYPE" },
|
|
929
|
+
{ name: "IfcProtectiveDeviceTrippingUnit", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["ELECTROMAGNETIC", "ELECTRONIC", "RESIDUALCURRENT", "THERMAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCPROTECTIVEDEVICETRIPPINGUNITTYPE" },
|
|
930
|
+
{ name: "IfcProtectiveDeviceTrippingUnitType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["ELECTROMAGNETIC", "ELECTRONIC", "RESIDUALCURRENT", "THERMAL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
931
|
+
{ name: "IfcProtectiveDeviceType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["ANTI_ARCING_DEVICE", "CIRCUITBREAKER", "EARTHINGSWITCH", "EARTHLEAKAGECIRCUITBREAKER", "FUSEDISCONNECTOR", "RESIDUALCURRENTCIRCUITBREAKER", "RESIDUALCURRENTSWITCH", "SPARKGAP", "VARISTOR", "VOLTAGELIMITER", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
932
|
+
{ name: "IfcSolarDevice", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["SOLARCOLLECTOR", "SOLARPANEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCSOLARDEVICETYPE" },
|
|
933
|
+
{ name: "IfcSolarDeviceType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["SOLARCOLLECTOR", "SOLARPANEL", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
934
|
+
{ name: "IfcSwitchingDevice", parent: "IfcFlowController", abstract: false, predefinedTypes: ["CONTACTOR", "DIMMERSWITCH", "EMERGENCYSTOP", "KEYPAD", "MOMENTARYSWITCH", "RELAY", "SELECTORSWITCH", "STARTER", "START_AND_STOP_EQUIPMENT", "SWITCHDISCONNECTOR", "TOGGLESWITCH", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCSWITCHINGDEVICETYPE" },
|
|
935
|
+
{ name: "IfcSwitchingDeviceType", parent: "IfcFlowControllerType", abstract: false, predefinedTypes: ["CONTACTOR", "DIMMERSWITCH", "EMERGENCYSTOP", "KEYPAD", "MOMENTARYSWITCH", "RELAY", "SELECTORSWITCH", "STARTER", "START_AND_STOP_EQUIPMENT", "SWITCHDISCONNECTOR", "TOGGLESWITCH", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
936
|
+
{ name: "IfcTransformer", parent: "IfcEnergyConversionDevice", abstract: false, predefinedTypes: ["CHOPPER", "COMBINED", "CURRENT", "FREQUENCY", "INVERTER", "RECTIFIER", "VOLTAGE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.ElectricalDomain", typeEntity: "IFCTRANSFORMERTYPE" },
|
|
937
|
+
{ name: "IfcTransformerType", parent: "IfcEnergyConversionDeviceType", abstract: false, predefinedTypes: ["CHOPPER", "COMBINED", "CURRENT", "FREQUENCY", "INVERTER", "RECTIFIER", "VOLTAGE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.ElectricalDomain" },
|
|
938
|
+
{ name: "IfcDate", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
939
|
+
{ name: "IfcDateTime", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
940
|
+
{ name: "IfcDayInMonthNumber", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
941
|
+
{ name: "IfcDayInWeekNumber", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
942
|
+
{ name: "IfcDuration", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
943
|
+
{ name: "IfcEventTime", parent: "IfcSchedulingTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "ActualDate", "EarlyDate", "LateDate", "ScheduleDate"], source: "Ifc4x3.DateTimeResource" },
|
|
944
|
+
{ name: "IfcSchedulingTime", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin"], source: "Ifc4x3.DateTimeResource" },
|
|
945
|
+
{ name: "IfcIrregularTimeSeries", parent: "IfcTimeSeries", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "StartTime", "EndTime", "TimeSeriesDataType", "DataOrigin", "UserDefinedDataOrigin", "Unit", "Values"], source: "Ifc4x3.DateTimeResource" },
|
|
946
|
+
{ name: "IfcTimeSeries", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "StartTime", "EndTime", "TimeSeriesDataType", "DataOrigin", "UserDefinedDataOrigin", "Unit"], source: "Ifc4x3.DateTimeResource" },
|
|
947
|
+
{ name: "IfcIrregularTimeSeriesValue", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["TimeStamp", "ListValues"], source: "Ifc4x3.DateTimeResource" },
|
|
948
|
+
{ name: "IfcLagTime", parent: "IfcSchedulingTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "LagValue", "DurationType"], source: "Ifc4x3.DateTimeResource" },
|
|
949
|
+
{ name: "IfcMonthInYearNumber", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
950
|
+
{ name: "IfcRecurrencePattern", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["RecurrenceType", "DayComponent", "WeekdayComponent", "MonthComponent", "Position", "Interval", "Occurrences", "TimePeriods"], source: "Ifc4x3.DateTimeResource" },
|
|
951
|
+
{ name: "IfcRegularTimeSeries", parent: "IfcTimeSeries", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "StartTime", "EndTime", "TimeSeriesDataType", "DataOrigin", "UserDefinedDataOrigin", "Unit", "TimeStep", "Values"], source: "Ifc4x3.DateTimeResource" },
|
|
952
|
+
{ name: "IfcResourceTime", parent: "IfcSchedulingTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "ScheduleWork", "ScheduleUsage", "ScheduleStart", "ScheduleFinish", "ScheduleContour", "LevelingDelay", "IsOverAllocated", "StatusTime", "ActualWork", "ActualUsage", "ActualStart", "ActualFinish", "RemainingWork", "RemainingUsage", "Completion"], source: "Ifc4x3.DateTimeResource" },
|
|
953
|
+
{ name: "IfcTaskTime", parent: "IfcSchedulingTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "DurationType", "ScheduleDuration", "ScheduleStart", "ScheduleFinish", "EarlyStart", "EarlyFinish", "LateStart", "LateFinish", "FreeFloat", "TotalFloat", "IsCritical", "StatusTime", "ActualDuration", "ActualStart", "ActualFinish", "RemainingTime", "Completion"], source: "Ifc4x3.DateTimeResource" },
|
|
954
|
+
{ name: "IfcTaskTimeRecurring", parent: "IfcTaskTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "DurationType", "ScheduleDuration", "ScheduleStart", "ScheduleFinish", "EarlyStart", "EarlyFinish", "LateStart", "LateFinish", "FreeFloat", "TotalFloat", "IsCritical", "StatusTime", "ActualDuration", "ActualStart", "ActualFinish", "RemainingTime", "Completion", "Recurrence"], source: "Ifc4x3.DateTimeResource" },
|
|
955
|
+
{ name: "IfcTime", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
956
|
+
{ name: "IfcTimePeriod", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["StartTime", "EndTime"], source: "Ifc4x3.DateTimeResource" },
|
|
957
|
+
{ name: "IfcTimeSeriesValue", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ListValues"], source: "Ifc4x3.DateTimeResource" },
|
|
958
|
+
{ name: "IfcTimeStamp", parent: undefined, abstract: false, predefinedTypes: [], attributes: [], source: "Ifc4x3.DateTimeResource" },
|
|
959
|
+
{ name: "IfcWorkTime", parent: "IfcSchedulingTime", abstract: false, predefinedTypes: [], attributes: ["Name", "DataOrigin", "UserDefinedDataOrigin", "RecurrencePattern", "StartDate", "FinishDate"], source: "Ifc4x3.DateTimeResource" },
|
|
960
|
+
{ name: "IfcAppliedValue", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "AppliedValue", "UnitBasis", "ApplicableDate", "FixedUntilDate", "Category", "Condition", "ArithmeticOperator", "Components"], source: "Ifc4x3.CostResource" },
|
|
961
|
+
{ name: "IfcCostValue", parent: "IfcAppliedValue", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "AppliedValue", "UnitBasis", "ApplicableDate", "FixedUntilDate", "Category", "Condition", "ArithmeticOperator", "Components"], source: "Ifc4x3.CostResource" },
|
|
962
|
+
{ name: "IfcCurrencyRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingMonetaryUnit", "RelatedMonetaryUnit", "ExchangeRate", "RateDateTime", "RateSource"], source: "Ifc4x3.CostResource" },
|
|
963
|
+
{ name: "IfcPerformanceHistory", parent: "IfcControl", abstract: false, predefinedTypes: ["USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LifeCyclePhase", "PredefinedType"], source: "Ifc4x3.ControlExtension" },
|
|
964
|
+
{ name: "IfcRelAssociatesApproval", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "RelatingApproval"], source: "Ifc4x3.ControlExtension" },
|
|
965
|
+
{ name: "IfcRelAssociatesConstraint", parent: "IfcRelAssociates", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "RelatedObjects", "Intent", "RelatingConstraint"], source: "Ifc4x3.ControlExtension" },
|
|
966
|
+
{ name: "IfcConstructionEquipmentResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["DEMOLISHING", "EARTHMOVING", "ERECTING", "HEATING", "LIGHTING", "PAVING", "PUMPING", "TRANSPORTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCCONSTRUCTIONEQUIPMENTRESOURCETYPE" },
|
|
967
|
+
{ name: "IfcConstructionResource", parent: "IfcResource", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCCONSTRUCTIONRESOURCETYPE" },
|
|
968
|
+
{ name: "IfcConstructionEquipmentResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["DEMOLISHING", "EARTHMOVING", "ERECTING", "HEATING", "LIGHTING", "PAVING", "PUMPING", "TRANSPORTING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
969
|
+
{ name: "IfcConstructionResourceType", parent: "IfcTypeResource", abstract: true, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
970
|
+
{ name: "IfcConstructionMaterialResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["AGGREGATES", "CONCRETE", "DRYWALL", "FUEL", "GYPSUM", "MASONRY", "METAL", "PLASTIC", "WOOD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCCONSTRUCTIONMATERIALRESOURCETYPE" },
|
|
971
|
+
{ name: "IfcConstructionMaterialResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["AGGREGATES", "CONCRETE", "DRYWALL", "FUEL", "GYPSUM", "MASONRY", "METAL", "PLASTIC", "WOOD", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
972
|
+
{ name: "IfcConstructionProductResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["ASSEMBLY", "FORMWORK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCCONSTRUCTIONPRODUCTRESOURCETYPE" },
|
|
973
|
+
{ name: "IfcConstructionProductResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["ASSEMBLY", "FORMWORK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
974
|
+
{ name: "IfcCrewResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["OFFICE", "SITE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCCREWRESOURCETYPE" },
|
|
975
|
+
{ name: "IfcCrewResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["OFFICE", "SITE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
976
|
+
{ name: "IfcLaborResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["ADMINISTRATION", "CARPENTRY", "CLEANING", "CONCRETE", "DRYWALL", "ELECTRIC", "FINISHING", "FLOORING", "GENERAL", "HVAC", "LANDSCAPING", "MASONRY", "PAINTING", "PAVING", "PLUMBING", "ROOFING", "SITEGRADING", "STEELWORK", "SURVEYING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCLABORRESOURCETYPE" },
|
|
977
|
+
{ name: "IfcLaborResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["ADMINISTRATION", "CARPENTRY", "CLEANING", "CONCRETE", "DRYWALL", "ELECTRIC", "FINISHING", "FLOORING", "GENERAL", "HVAC", "LANDSCAPING", "MASONRY", "PAINTING", "PAVING", "PLUMBING", "ROOFING", "SITEGRADING", "STEELWORK", "SURVEYING", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
978
|
+
{ name: "IfcSubContractResource", parent: "IfcConstructionResource", abstract: false, predefinedTypes: ["PURCHASE", "WORK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "Identification", "LongDescription", "Usage", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain", typeEntity: "IFCSUBCONTRACTRESOURCETYPE" },
|
|
979
|
+
{ name: "IfcSubContractResourceType", parent: "IfcConstructionResourceType", abstract: false, predefinedTypes: ["PURCHASE", "WORK", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "Identification", "LongDescription", "ResourceType", "BaseCosts", "BaseQuantity", "PredefinedType"], source: "Ifc4x3.ConstructionMgmtDomain" },
|
|
980
|
+
{ name: "IfcConstraint", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Name", "Description", "ConstraintGrade", "ConstraintSource", "CreatingActor", "CreationTime", "UserDefinedGrade"], source: "Ifc4x3.ConstraintResource" },
|
|
981
|
+
{ name: "IfcMetric", parent: "IfcConstraint", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "ConstraintGrade", "ConstraintSource", "CreatingActor", "CreationTime", "UserDefinedGrade", "Benchmark", "ValueSource", "DataValue", "ReferencePath"], source: "Ifc4x3.ConstraintResource" },
|
|
982
|
+
{ name: "IfcObjective", parent: "IfcConstraint", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "ConstraintGrade", "ConstraintSource", "CreatingActor", "CreationTime", "UserDefinedGrade", "BenchmarkValues", "LogicalAggregator", "ObjectiveQualifier", "UserDefinedQualifier"], source: "Ifc4x3.ConstraintResource" },
|
|
983
|
+
{ name: "IfcReference", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["TypeIdentifier", "AttributeIdentifier", "InstanceName", "ListPositions", "InnerReference"], source: "Ifc4x3.ConstraintResource" },
|
|
984
|
+
{ name: "IfcResourceConstraintRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingConstraint", "RelatedResourceObjects"], source: "Ifc4x3.ConstraintResource" },
|
|
985
|
+
{ name: "IfcActuator", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["ELECTRICACTUATOR", "HANDOPERATEDACTUATOR", "HYDRAULICACTUATOR", "PNEUMATICACTUATOR", "THERMOSTATICACTUATOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCACTUATORTYPE" },
|
|
986
|
+
{ name: "IfcActuatorType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["ELECTRICACTUATOR", "HANDOPERATEDACTUATOR", "HYDRAULICACTUATOR", "PNEUMATICACTUATOR", "THERMOSTATICACTUATOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
987
|
+
{ name: "IfcAlarm", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["BELL", "BREAKGLASSBUTTON", "LIGHT", "MANUALPULLBOX", "RAILWAYCROCODILE", "RAILWAYDETONATOR", "SIREN", "WHISTLE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCALARMTYPE" },
|
|
988
|
+
{ name: "IfcAlarmType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["BELL", "BREAKGLASSBUTTON", "LIGHT", "MANUALPULLBOX", "RAILWAYCROCODILE", "RAILWAYDETONATOR", "SIREN", "WHISTLE", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
989
|
+
{ name: "IfcController", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["FLOATING", "MULTIPOSITION", "PROGRAMMABLE", "PROPORTIONAL", "TWOPOSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCCONTROLLERTYPE" },
|
|
990
|
+
{ name: "IfcControllerType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["FLOATING", "MULTIPOSITION", "PROGRAMMABLE", "PROPORTIONAL", "TWOPOSITION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
991
|
+
{ name: "IfcFlowInstrument", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["AMMETER", "COMBINED", "FREQUENCYMETER", "PHASEANGLEMETER", "POWERFACTORMETER", "PRESSUREGAUGE", "THERMOMETER", "VOLTMETER", "VOLTMETER_PEAK", "VOLTMETER_RMS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCFLOWINSTRUMENTTYPE" },
|
|
992
|
+
{ name: "IfcFlowInstrumentType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["AMMETER", "COMBINED", "FREQUENCYMETER", "PHASEANGLEMETER", "POWERFACTORMETER", "PRESSUREGAUGE", "THERMOMETER", "VOLTMETER", "VOLTMETER_PEAK", "VOLTMETER_RMS", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
993
|
+
{ name: "IfcSensor", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["CO2SENSOR", "CONDUCTANCESENSOR", "CONTACTSENSOR", "COSENSOR", "EARTHQUAKESENSOR", "FIRESENSOR", "FLOWSENSOR", "FOREIGNOBJECTDETECTIONSENSOR", "FROSTSENSOR", "GASSENSOR", "HEATSENSOR", "HUMIDITYSENSOR", "IDENTIFIERSENSOR", "IONCONCENTRATIONSENSOR", "LEVELSENSOR", "LIGHTSENSOR", "MOISTURESENSOR", "MOVEMENTSENSOR", "OBSTACLESENSOR", "PHSENSOR", "PRESSURESENSOR", "RADIATIONSENSOR", "RADIOACTIVITYSENSOR", "RAINSENSOR", "SMOKESENSOR", "SNOWDEPTHSENSOR", "SOUNDSENSOR", "TEMPERATURESENSOR", "TRAINSENSOR", "TURNOUTCLOSURESENSOR", "WHEELSENSOR", "WINDSENSOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCSENSORTYPE" },
|
|
994
|
+
{ name: "IfcSensorType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["CO2SENSOR", "CONDUCTANCESENSOR", "CONTACTSENSOR", "COSENSOR", "EARTHQUAKESENSOR", "FIRESENSOR", "FLOWSENSOR", "FOREIGNOBJECTDETECTIONSENSOR", "FROSTSENSOR", "GASSENSOR", "HEATSENSOR", "HUMIDITYSENSOR", "IDENTIFIERSENSOR", "IONCONCENTRATIONSENSOR", "LEVELSENSOR", "LIGHTSENSOR", "MOISTURESENSOR", "MOVEMENTSENSOR", "OBSTACLESENSOR", "PHSENSOR", "PRESSURESENSOR", "RADIATIONSENSOR", "RADIOACTIVITYSENSOR", "RAINSENSOR", "SMOKESENSOR", "SNOWDEPTHSENSOR", "SOUNDSENSOR", "TEMPERATURESENSOR", "TRAINSENSOR", "TURNOUTCLOSURESENSOR", "WHEELSENSOR", "WINDSENSOR", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
995
|
+
{ name: "IfcUnitaryControlElement", parent: "IfcDistributionControlElement", abstract: false, predefinedTypes: ["ALARMPANEL", "BASESTATIONCONTROLLER", "COMBINED", "CONTROLPANEL", "GASDETECTIONPANEL", "HUMIDISTAT", "INDICATORPANEL", "MIMICPANEL", "THERMOSTAT", "WEATHERSTATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ObjectType", "ObjectPlacement", "Representation", "Tag", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain", typeEntity: "IFCUNITARYCONTROLELEMENTTYPE" },
|
|
996
|
+
{ name: "IfcUnitaryControlElementType", parent: "IfcDistributionControlElementType", abstract: false, predefinedTypes: ["ALARMPANEL", "BASESTATIONCONTROLLER", "COMBINED", "CONTROLPANEL", "GASDETECTIONPANEL", "HUMIDISTAT", "INDICATORPANEL", "MIMICPANEL", "THERMOSTAT", "WEATHERSTATION", "USERDEFINED", "NOTDEFINED"], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "ApplicableOccurrence", "HasPropertySets", "RepresentationMaps", "Tag", "ElementType", "PredefinedType"], source: "Ifc4x3.BuildingControlsDomain" },
|
|
997
|
+
{ name: "IfcDoorLiningProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "LiningDepth", "LiningThickness", "ThresholdDepth", "ThresholdThickness", "TransomThickness", "TransomOffset", "LiningOffset", "ThresholdOffset", "CasingThickness", "CasingDepth", "ShapeAspectStyle", "LiningToPanelOffsetX", "LiningToPanelOffsetY"], source: "Ifc4x3.ArchitectureDomain" },
|
|
998
|
+
{ name: "IfcDoorPanelProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "PanelDepth", "PanelOperation", "PanelWidth", "PanelPosition", "ShapeAspectStyle"], source: "Ifc4x3.ArchitectureDomain" },
|
|
999
|
+
{ name: "IfcPermeableCoveringProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "OperationType", "PanelPosition", "FrameDepth", "FrameThickness", "ShapeAspectStyle"], source: "Ifc4x3.ArchitectureDomain" },
|
|
1000
|
+
{ name: "IfcWindowLiningProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "LiningDepth", "LiningThickness", "TransomThickness", "MullionThickness", "FirstTransomOffset", "SecondTransomOffset", "FirstMullionOffset", "SecondMullionOffset", "ShapeAspectStyle", "LiningOffset", "LiningToPanelOffsetX", "LiningToPanelOffsetY"], source: "Ifc4x3.ArchitectureDomain" },
|
|
1001
|
+
{ name: "IfcWindowPanelProperties", parent: "IfcPreDefinedPropertySet", abstract: false, predefinedTypes: [], attributes: ["GlobalId", "OwnerHistory", "Name", "Description", "OperationType", "PanelPosition", "FrameDepth", "FrameThickness", "ShapeAspectStyle"], source: "Ifc4x3.ArchitectureDomain" },
|
|
1002
|
+
{ name: "IfcApproval", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Identifier", "Name", "Description", "TimeOfApproval", "Status", "Level", "Qualifier", "RequestingApproval", "GivingApproval"], source: "Ifc4x3.ApprovalResource" },
|
|
1003
|
+
{ name: "IfcApprovalRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingApproval", "RelatedApprovals"], source: "Ifc4x3.ApprovalResource" },
|
|
1004
|
+
{ name: "IfcResourceApprovalRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatedResourceObjects", "RelatingApproval"], source: "Ifc4x3.ApprovalResource" },
|
|
1005
|
+
{ name: "IfcActorRole", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Role", "UserDefinedRole", "Description"], source: "Ifc4x3.ActorResource" },
|
|
1006
|
+
{ name: "IfcAddress", parent: undefined, abstract: true, predefinedTypes: [], attributes: ["Purpose", "Description", "UserDefinedPurpose"], source: "Ifc4x3.ActorResource" },
|
|
1007
|
+
{ name: "IfcOrganization", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Identification", "Name", "Description", "Roles", "Addresses"], source: "Ifc4x3.ActorResource" },
|
|
1008
|
+
{ name: "IfcOrganizationRelationship", parent: "IfcResourceLevelRelationship", abstract: false, predefinedTypes: [], attributes: ["Name", "Description", "RelatingOrganization", "RelatedOrganizations"], source: "Ifc4x3.ActorResource" },
|
|
1009
|
+
{ name: "IfcPerson", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["Identification", "FamilyName", "GivenName", "MiddleNames", "PrefixTitles", "SuffixTitles", "Roles", "Addresses"], source: "Ifc4x3.ActorResource" },
|
|
1010
|
+
{ name: "IfcPersonAndOrganization", parent: undefined, abstract: false, predefinedTypes: [], attributes: ["ThePerson", "TheOrganization", "Roles"], source: "Ifc4x3.ActorResource" },
|
|
1011
|
+
{ name: "IfcPostalAddress", parent: "IfcAddress", abstract: false, predefinedTypes: [], attributes: ["Purpose", "Description", "UserDefinedPurpose", "InternalLocation", "AddressLines", "PostalBox", "Town", "Region", "PostalCode", "Country"], source: "Ifc4x3.ActorResource" },
|
|
1012
|
+
{ name: "IfcTelecomAddress", parent: "IfcAddress", abstract: false, predefinedTypes: [], attributes: ["Purpose", "Description", "UserDefinedPurpose", "TelephoneNumbers", "FacsimileNumbers", "PagerNumber", "ElectronicMailAddresses", "WWWHomePageURL", "MessagingIDs"], source: "Ifc4x3.ActorResource" },
|
|
1013
|
+
];
|
|
1014
|
+
//# sourceMappingURL=entities-ifc4x3.js.map
|