File tree Expand file tree Collapse file tree 5 files changed +965
-885
lines changed Expand file tree Collapse file tree 5 files changed +965
-885
lines changed Original file line number Diff line number Diff line change @@ -897,9 +897,13 @@ namespace webifc::schema {
897897 static const unsigned int IFCCONTROLLER = 25142252 ;
898898 static const unsigned int IFCALIGNMENTPARAMETERSEGMENT = 2879124712 ;
899899 static const unsigned int IFCALIGNMENTVERTICALSEGMENT = 3633395639 ;
900+ static const unsigned int IFCGEOGRAPHICCRS = 917726184 ;
901+ static const unsigned int IFCMAPCONVERSIONSCALED = 4105526436 ;
900902 static const unsigned int IFCQUANTITYNUMBER = 2691318326 ;
903+ static const unsigned int IFCRIGIDOPERATION = 1794013214 ;
901904 static const unsigned int IFCTEXTURECOORDINATEINDICES = 222769930 ;
902905 static const unsigned int IFCTEXTURECOORDINATEINDICESWITHVOIDS = 1010789467 ;
906+ static const unsigned int IFCWELLKNOWNTEXT = 1175146630 ;
903907 static const unsigned int IFCALIGNMENTCANTSEGMENT = 3752311538 ;
904908 static const unsigned int IFCALIGNMENTHORIZONTALSEGMENT = 536804194 ;
905909 static const unsigned int IFCLINEARPLACEMENT = 388784114 ;
@@ -1142,6 +1146,8 @@ namespace webifc::schema {
11421146 static const unsigned int IFCTEMPERATURERATEOFCHANGEMEASURE = 1209108979 ;
11431147 static const unsigned int IFCTIME = 4075327185 ;
11441148 static const unsigned int IFCURIREFERENCE = 950732822 ;
1149+ static const unsigned int IFCSTRIPPEDOPTIONAL = 1805707277 ;
1150+ static const unsigned int IFCWELLKNOWNTEXTLITERAL = 2149462589 ;
11451151}
11461152enum IFC_SCHEMA {
11471153IFC2X3,
Original file line number Diff line number Diff line change @@ -1143,9 +1143,13 @@ case schema::IFCALARM: return "IfcAlarm";
11431143case schema::IFCCONTROLLER: return " IfcController" ;
11441144case schema::IFCALIGNMENTPARAMETERSEGMENT: return " IfcAlignmentParameterSegment" ;
11451145case schema::IFCALIGNMENTVERTICALSEGMENT: return " IfcAlignmentVerticalSegment" ;
1146+ case schema::IFCGEOGRAPHICCRS: return " IfcGeographicCRS" ;
1147+ case schema::IFCMAPCONVERSIONSCALED: return " IfcMapConversionScaled" ;
11461148case schema::IFCQUANTITYNUMBER: return " IfcQuantityNumber" ;
1149+ case schema::IFCRIGIDOPERATION: return " IfcRigidOperation" ;
11471150case schema::IFCTEXTURECOORDINATEINDICES: return " IfcTextureCoordinateIndices" ;
11481151case schema::IFCTEXTURECOORDINATEINDICESWITHVOIDS: return " IfcTextureCoordinateIndicesWithVoids" ;
1152+ case schema::IFCWELLKNOWNTEXT: return " IfcWellKnownText" ;
11491153case schema::IFCALIGNMENTCANTSEGMENT: return " IfcAlignmentCantSegment" ;
11501154case schema::IFCALIGNMENTHORIZONTALSEGMENT: return " IfcAlignmentHorizontalSegment" ;
11511155case schema::IFCLINEARPLACEMENT: return " IfcLinearPlacement" ;
@@ -1388,6 +1392,8 @@ case schema::IFCSOUNDPRESSURELEVELMEASURE: return "IfcSoundPressureLevelMeasure"
13881392case schema::IFCTEMPERATURERATEOFCHANGEMEASURE: return " IfcTemperatureRateOfChangeMeasure" ;
13891393case schema::IFCTIME: return " IfcTime" ;
13901394case schema::IFCURIREFERENCE: return " IfcURIReference" ;
1395+ case schema::IFCSTRIPPEDOPTIONAL: return " IfcStrippedOptional" ;
1396+ case schema::IFCWELLKNOWNTEXTLITERAL: return " IfcWellKnownTextLiteral" ;
13911397default : return " <web-ifc-type-unknown>" ;
13921398}
13931399}
You can’t perform that action at this time.
0 commit comments