@ifc-lite/parser 4.3.2 → 5.0.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/dist/attribute-helpers.d.ts +38 -4
- package/dist/attribute-helpers.d.ts.map +1 -1
- package/dist/attribute-helpers.js +71 -4
- package/dist/attribute-helpers.js.map +1 -1
- package/dist/columnar-parser-attributes.d.ts.map +1 -1
- package/dist/columnar-parser-attributes.js +35 -5
- package/dist/columnar-parser-attributes.js.map +1 -1
- package/dist/columnar-parser-indexes.d.ts.map +1 -1
- package/dist/columnar-parser-indexes.js +14 -2
- package/dist/columnar-parser-indexes.js.map +1 -1
- package/dist/columnar-parser-relationships.d.ts.map +1 -1
- package/dist/columnar-parser-relationships.js +6 -1
- package/dist/columnar-parser-relationships.js.map +1 -1
- package/dist/columnar-parser.d.ts +3 -1
- package/dist/columnar-parser.d.ts.map +1 -1
- package/dist/columnar-parser.js +16 -25
- package/dist/columnar-parser.js.map +1 -1
- package/dist/compact-entity-index-transport.d.ts +23 -0
- package/dist/compact-entity-index-transport.d.ts.map +1 -0
- package/dist/compact-entity-index-transport.js +28 -0
- package/dist/compact-entity-index-transport.js.map +1 -0
- package/dist/compact-entity-index.d.ts +0 -10
- package/dist/compact-entity-index.d.ts.map +1 -1
- package/dist/compact-entity-index.js +31 -24
- package/dist/compact-entity-index.js.map +1 -1
- package/dist/data-store-transport.d.ts +2 -12
- package/dist/data-store-transport.d.ts.map +1 -1
- package/dist/data-store-transport.js +7 -20
- package/dist/data-store-transport.js.map +1 -1
- package/dist/entity-extractor.d.ts.map +1 -1
- package/dist/entity-extractor.js +101 -6
- package/dist/entity-extractor.js.map +1 -1
- package/dist/entity-refs-from-index.d.ts.map +1 -1
- package/dist/entity-refs-from-index.js +12 -2
- package/dist/entity-refs-from-index.js.map +1 -1
- package/dist/entity-scanner.d.ts +63 -0
- package/dist/entity-scanner.d.ts.map +1 -1
- package/dist/entity-scanner.js +79 -2
- package/dist/entity-scanner.js.map +1 -1
- package/dist/express-id.d.ts +47 -0
- package/dist/express-id.d.ts.map +1 -0
- package/dist/express-id.js +57 -0
- package/dist/express-id.js.map +1 -0
- package/dist/generated/entities.d.ts +1 -1
- package/dist/generated/entities.d.ts.map +1 -1
- package/dist/generated/schema-registry.js +146 -146
- package/dist/generated/schema-registry.js.map +1 -1
- package/dist/georef-epset.d.ts +25 -0
- package/dist/georef-epset.d.ts.map +1 -0
- package/dist/georef-epset.js +214 -0
- package/dist/georef-epset.js.map +1 -0
- package/dist/georef-extractor.d.ts.map +1 -1
- package/dist/georef-extractor.js +38 -175
- package/dist/georef-extractor.js.map +1 -1
- package/dist/georef-map-conversion.d.ts +29 -0
- package/dist/georef-map-conversion.d.ts.map +1 -0
- package/dist/georef-map-conversion.js +75 -0
- package/dist/georef-map-conversion.js.map +1 -0
- package/dist/ifc-schema.d.ts +4 -2
- package/dist/ifc-schema.d.ts.map +1 -1
- package/dist/ifc-schema.js +15 -5
- package/dist/ifc-schema.js.map +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/material-extractor.d.ts +2 -17
- package/dist/material-extractor.d.ts.map +1 -1
- package/dist/material-extractor.js +12 -37
- package/dist/material-extractor.js.map +1 -1
- package/dist/material-layer-reader.d.ts +45 -0
- package/dist/material-layer-reader.d.ts.map +1 -0
- package/dist/material-layer-reader.js +63 -0
- package/dist/material-layer-reader.js.map +1 -0
- package/dist/material-resolver.d.ts.map +1 -1
- package/dist/material-resolver.js +14 -14
- package/dist/material-resolver.js.map +1 -1
- package/dist/measure-unit-scale.d.ts +41 -0
- package/dist/measure-unit-scale.d.ts.map +1 -0
- package/dist/measure-unit-scale.js +53 -0
- package/dist/measure-unit-scale.js.map +1 -0
- package/dist/on-demand-extractors.d.ts +3 -19
- package/dist/on-demand-extractors.d.ts.map +1 -1
- package/dist/on-demand-extractors.js +54 -264
- package/dist/on-demand-extractors.js.map +1 -1
- package/dist/owning-project.d.ts +54 -0
- package/dist/owning-project.d.ts.map +1 -0
- package/dist/owning-project.js +76 -0
- package/dist/owning-project.js.map +1 -0
- package/dist/parser.worker.d.ts +14 -0
- package/dist/parser.worker.d.ts.map +1 -1
- package/dist/parser.worker.js +2 -0
- package/dist/parser.worker.js.map +1 -1
- package/dist/project-units-symbols.d.ts +33 -0
- package/dist/project-units-symbols.d.ts.map +1 -0
- package/dist/project-units-symbols.js +265 -0
- package/dist/project-units-symbols.js.map +1 -0
- package/dist/project-units.d.ts +11 -19
- package/dist/project-units.d.ts.map +1 -1
- package/dist/project-units.js +9 -267
- package/dist/project-units.js.map +1 -1
- package/dist/property-set-merge.d.ts +65 -8
- package/dist/property-set-merge.d.ts.map +1 -1
- package/dist/property-set-merge.js +130 -29
- package/dist/property-set-merge.js.map +1 -1
- package/dist/property-value-parser.d.ts +55 -0
- package/dist/property-value-parser.d.ts.map +1 -0
- package/dist/property-value-parser.js +277 -0
- package/dist/property-value-parser.js.map +1 -0
- package/dist/quantity-collect.d.ts +42 -3
- package/dist/quantity-collect.d.ts.map +1 -1
- package/dist/quantity-collect.js +114 -7
- package/dist/quantity-collect.js.map +1 -1
- package/dist/query-backend-maps.d.ts +5 -8
- package/dist/query-backend-maps.d.ts.map +1 -1
- package/dist/query-backend-maps.js +155 -15
- package/dist/query-backend-maps.js.map +1 -1
- package/dist/relationship-extractor.d.ts.map +1 -1
- package/dist/relationship-extractor.js +18 -0
- package/dist/relationship-extractor.js.map +1 -1
- package/dist/scan-entities-balanced.d.ts +38 -0
- package/dist/scan-entities-balanced.d.ts.map +1 -0
- package/dist/scan-entities-balanced.js +258 -0
- package/dist/scan-entities-balanced.js.map +1 -0
- package/dist/scan-worker-inline.d.ts +17 -11
- package/dist/scan-worker-inline.d.ts.map +1 -1
- package/dist/scan-worker-inline.js +9 -235
- package/dist/scan-worker-inline.js.map +1 -1
- package/dist/scan-worker-source.d.ts +9 -0
- package/dist/scan-worker-source.d.ts.map +1 -0
- package/dist/scan-worker-source.js +383 -0
- package/dist/scan-worker-source.js.map +1 -0
- package/dist/spatial-hierarchy-builder.js +3 -3
- package/dist/spatial-hierarchy-builder.js.map +1 -1
- package/dist/step-lexing.d.ts +2 -0
- package/dist/step-lexing.d.ts.map +1 -1
- package/dist/step-lexing.js +116 -18
- package/dist/step-lexing.js.map +1 -1
- package/dist/step-trivia.d.ts +60 -0
- package/dist/step-trivia.d.ts.map +1 -0
- package/dist/step-trivia.js +63 -0
- package/dist/step-trivia.js.map +1 -0
- package/dist/tokenizer.d.ts +20 -21
- package/dist/tokenizer.d.ts.map +1 -1
- package/dist/tokenizer.js +164 -203
- package/dist/tokenizer.js.map +1 -1
- package/dist/unit-extractor.d.ts +43 -1
- package/dist/unit-extractor.d.ts.map +1 -1
- package/dist/unit-extractor.js +63 -4
- package/dist/unit-extractor.js.map +1 -1
- package/dist/worker-parser.d.ts +11 -1
- package/dist/worker-parser.d.ts.map +1 -1
- package/dist/worker-parser.js +16 -2
- package/dist/worker-parser.js.map +1 -1
- package/package.json +6 -6
|
@@ -394,7 +394,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
name: 'RepresentationMaps',
|
|
397
|
-
type: '
|
|
397
|
+
type: 'IfcRepresentationMap',
|
|
398
398
|
optional: true,
|
|
399
399
|
isArray: false,
|
|
400
400
|
isList: true,
|
|
@@ -818,7 +818,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
name: 'RepresentationMaps',
|
|
821
|
-
type: '
|
|
821
|
+
type: 'IfcRepresentationMap',
|
|
822
822
|
optional: true,
|
|
823
823
|
isArray: false,
|
|
824
824
|
isList: true,
|
|
@@ -918,7 +918,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
918
918
|
},
|
|
919
919
|
{
|
|
920
920
|
name: 'RepresentationMaps',
|
|
921
|
-
type: '
|
|
921
|
+
type: 'IfcRepresentationMap',
|
|
922
922
|
optional: true,
|
|
923
923
|
isArray: false,
|
|
924
924
|
isList: true,
|
|
@@ -1108,7 +1108,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
1110
|
name: 'RepresentationMaps',
|
|
1111
|
-
type: '
|
|
1111
|
+
type: 'IfcRepresentationMap',
|
|
1112
1112
|
optional: true,
|
|
1113
1113
|
isArray: false,
|
|
1114
1114
|
isList: true,
|
|
@@ -1298,7 +1298,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
name: 'RepresentationMaps',
|
|
1301
|
-
type: '
|
|
1301
|
+
type: 'IfcRepresentationMap',
|
|
1302
1302
|
optional: true,
|
|
1303
1303
|
isArray: false,
|
|
1304
1304
|
isList: true,
|
|
@@ -2610,7 +2610,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
2610
2610
|
},
|
|
2611
2611
|
{
|
|
2612
2612
|
name: 'RepresentationMaps',
|
|
2613
|
-
type: '
|
|
2613
|
+
type: 'IfcRepresentationMap',
|
|
2614
2614
|
optional: true,
|
|
2615
2615
|
isArray: false,
|
|
2616
2616
|
isList: true,
|
|
@@ -3473,7 +3473,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
3473
3473
|
},
|
|
3474
3474
|
{
|
|
3475
3475
|
name: 'RepresentationMaps',
|
|
3476
|
-
type: '
|
|
3476
|
+
type: 'IfcRepresentationMap',
|
|
3477
3477
|
optional: true,
|
|
3478
3478
|
isArray: false,
|
|
3479
3479
|
isList: true,
|
|
@@ -3812,7 +3812,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
3812
3812
|
},
|
|
3813
3813
|
{
|
|
3814
3814
|
name: 'RepresentationMaps',
|
|
3815
|
-
type: '
|
|
3815
|
+
type: 'IfcRepresentationMap',
|
|
3816
3816
|
optional: true,
|
|
3817
3817
|
isArray: false,
|
|
3818
3818
|
isList: true,
|
|
@@ -4855,7 +4855,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
4855
4855
|
},
|
|
4856
4856
|
{
|
|
4857
4857
|
name: 'RepresentationMaps',
|
|
4858
|
-
type: '
|
|
4858
|
+
type: 'IfcRepresentationMap',
|
|
4859
4859
|
optional: true,
|
|
4860
4860
|
isArray: false,
|
|
4861
4861
|
isList: true,
|
|
@@ -5045,7 +5045,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
5045
5045
|
},
|
|
5046
5046
|
{
|
|
5047
5047
|
name: 'RepresentationMaps',
|
|
5048
|
-
type: '
|
|
5048
|
+
type: 'IfcRepresentationMap',
|
|
5049
5049
|
optional: true,
|
|
5050
5050
|
isArray: false,
|
|
5051
5051
|
isList: true,
|
|
@@ -5136,7 +5136,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
5136
5136
|
},
|
|
5137
5137
|
{
|
|
5138
5138
|
name: 'RepresentationMaps',
|
|
5139
|
-
type: '
|
|
5139
|
+
type: 'IfcRepresentationMap',
|
|
5140
5140
|
optional: true,
|
|
5141
5141
|
isArray: false,
|
|
5142
5142
|
isList: true,
|
|
@@ -5498,7 +5498,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
5498
5498
|
},
|
|
5499
5499
|
{
|
|
5500
5500
|
name: 'RepresentationMaps',
|
|
5501
|
-
type: '
|
|
5501
|
+
type: 'IfcRepresentationMap',
|
|
5502
5502
|
optional: true,
|
|
5503
5503
|
isArray: false,
|
|
5504
5504
|
isList: true,
|
|
@@ -5802,7 +5802,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
5802
5802
|
},
|
|
5803
5803
|
{
|
|
5804
5804
|
name: 'RepresentationMaps',
|
|
5805
|
-
type: '
|
|
5805
|
+
type: 'IfcRepresentationMap',
|
|
5806
5806
|
optional: true,
|
|
5807
5807
|
isArray: false,
|
|
5808
5808
|
isList: true,
|
|
@@ -5992,7 +5992,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
5992
5992
|
},
|
|
5993
5993
|
{
|
|
5994
5994
|
name: 'RepresentationMaps',
|
|
5995
|
-
type: '
|
|
5995
|
+
type: 'IfcRepresentationMap',
|
|
5996
5996
|
optional: true,
|
|
5997
5997
|
isArray: false,
|
|
5998
5998
|
isList: true,
|
|
@@ -6182,7 +6182,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
6182
6182
|
},
|
|
6183
6183
|
{
|
|
6184
6184
|
name: 'RepresentationMaps',
|
|
6185
|
-
type: '
|
|
6185
|
+
type: 'IfcRepresentationMap',
|
|
6186
6186
|
optional: true,
|
|
6187
6187
|
isArray: false,
|
|
6188
6188
|
isList: true,
|
|
@@ -6372,7 +6372,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
6372
6372
|
},
|
|
6373
6373
|
{
|
|
6374
6374
|
name: 'RepresentationMaps',
|
|
6375
|
-
type: '
|
|
6375
|
+
type: 'IfcRepresentationMap',
|
|
6376
6376
|
optional: true,
|
|
6377
6377
|
isArray: false,
|
|
6378
6378
|
isList: true,
|
|
@@ -7017,7 +7017,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
7017
7017
|
},
|
|
7018
7018
|
{
|
|
7019
7019
|
name: 'RepresentationMaps',
|
|
7020
|
-
type: '
|
|
7020
|
+
type: 'IfcRepresentationMap',
|
|
7021
7021
|
optional: true,
|
|
7022
7022
|
isArray: false,
|
|
7023
7023
|
isList: true,
|
|
@@ -7207,7 +7207,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
7207
7207
|
},
|
|
7208
7208
|
{
|
|
7209
7209
|
name: 'RepresentationMaps',
|
|
7210
|
-
type: '
|
|
7210
|
+
type: 'IfcRepresentationMap',
|
|
7211
7211
|
optional: true,
|
|
7212
7212
|
isArray: false,
|
|
7213
7213
|
isList: true,
|
|
@@ -7513,7 +7513,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
7513
7513
|
},
|
|
7514
7514
|
{
|
|
7515
7515
|
name: 'RepresentationMaps',
|
|
7516
|
-
type: '
|
|
7516
|
+
type: 'IfcRepresentationMap',
|
|
7517
7517
|
optional: true,
|
|
7518
7518
|
isArray: false,
|
|
7519
7519
|
isList: true,
|
|
@@ -7919,7 +7919,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
7919
7919
|
},
|
|
7920
7920
|
{
|
|
7921
7921
|
name: 'RepresentationMaps',
|
|
7922
|
-
type: '
|
|
7922
|
+
type: 'IfcRepresentationMap',
|
|
7923
7923
|
optional: true,
|
|
7924
7924
|
isArray: false,
|
|
7925
7925
|
isList: true,
|
|
@@ -8310,7 +8310,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
8310
8310
|
},
|
|
8311
8311
|
{
|
|
8312
8312
|
name: 'RepresentationMaps',
|
|
8313
|
-
type: '
|
|
8313
|
+
type: 'IfcRepresentationMap',
|
|
8314
8314
|
optional: true,
|
|
8315
8315
|
isArray: false,
|
|
8316
8316
|
isList: true,
|
|
@@ -8500,7 +8500,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
8500
8500
|
},
|
|
8501
8501
|
{
|
|
8502
8502
|
name: 'RepresentationMaps',
|
|
8503
|
-
type: '
|
|
8503
|
+
type: 'IfcRepresentationMap',
|
|
8504
8504
|
optional: true,
|
|
8505
8505
|
isArray: false,
|
|
8506
8506
|
isList: true,
|
|
@@ -9030,7 +9030,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
9030
9030
|
},
|
|
9031
9031
|
{
|
|
9032
9032
|
name: 'RepresentationMaps',
|
|
9033
|
-
type: '
|
|
9033
|
+
type: 'IfcRepresentationMap',
|
|
9034
9034
|
optional: true,
|
|
9035
9035
|
isArray: false,
|
|
9036
9036
|
isList: true,
|
|
@@ -9220,7 +9220,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
9220
9220
|
},
|
|
9221
9221
|
{
|
|
9222
9222
|
name: 'RepresentationMaps',
|
|
9223
|
-
type: '
|
|
9223
|
+
type: 'IfcRepresentationMap',
|
|
9224
9224
|
optional: true,
|
|
9225
9225
|
isArray: false,
|
|
9226
9226
|
isList: true,
|
|
@@ -10968,7 +10968,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
10968
10968
|
},
|
|
10969
10969
|
{
|
|
10970
10970
|
name: 'RepresentationMaps',
|
|
10971
|
-
type: '
|
|
10971
|
+
type: 'IfcRepresentationMap',
|
|
10972
10972
|
optional: true,
|
|
10973
10973
|
isArray: false,
|
|
10974
10974
|
isList: true,
|
|
@@ -11274,7 +11274,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
11274
11274
|
},
|
|
11275
11275
|
{
|
|
11276
11276
|
name: 'RepresentationMaps',
|
|
11277
|
-
type: '
|
|
11277
|
+
type: 'IfcRepresentationMap',
|
|
11278
11278
|
optional: true,
|
|
11279
11279
|
isArray: false,
|
|
11280
11280
|
isList: true,
|
|
@@ -11464,7 +11464,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
11464
11464
|
},
|
|
11465
11465
|
{
|
|
11466
11466
|
name: 'RepresentationMaps',
|
|
11467
|
-
type: '
|
|
11467
|
+
type: 'IfcRepresentationMap',
|
|
11468
11468
|
optional: true,
|
|
11469
11469
|
isArray: false,
|
|
11470
11470
|
isList: true,
|
|
@@ -12090,7 +12090,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
12090
12090
|
},
|
|
12091
12091
|
{
|
|
12092
12092
|
name: 'RepresentationMaps',
|
|
12093
|
-
type: '
|
|
12093
|
+
type: 'IfcRepresentationMap',
|
|
12094
12094
|
optional: true,
|
|
12095
12095
|
isArray: false,
|
|
12096
12096
|
isList: true,
|
|
@@ -12661,7 +12661,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
12661
12661
|
},
|
|
12662
12662
|
{
|
|
12663
12663
|
name: 'RepresentationMaps',
|
|
12664
|
-
type: '
|
|
12664
|
+
type: 'IfcRepresentationMap',
|
|
12665
12665
|
optional: true,
|
|
12666
12666
|
isArray: false,
|
|
12667
12667
|
isList: true,
|
|
@@ -13239,7 +13239,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
13239
13239
|
},
|
|
13240
13240
|
{
|
|
13241
13241
|
name: 'RepresentationMaps',
|
|
13242
|
-
type: '
|
|
13242
|
+
type: 'IfcRepresentationMap',
|
|
13243
13243
|
optional: true,
|
|
13244
13244
|
isArray: false,
|
|
13245
13245
|
isList: true,
|
|
@@ -13752,7 +13752,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
13752
13752
|
},
|
|
13753
13753
|
{
|
|
13754
13754
|
name: 'RepresentationMaps',
|
|
13755
|
-
type: '
|
|
13755
|
+
type: 'IfcRepresentationMap',
|
|
13756
13756
|
optional: true,
|
|
13757
13757
|
isArray: false,
|
|
13758
13758
|
isList: true,
|
|
@@ -13942,7 +13942,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
13942
13942
|
},
|
|
13943
13943
|
{
|
|
13944
13944
|
name: 'RepresentationMaps',
|
|
13945
|
-
type: '
|
|
13945
|
+
type: 'IfcRepresentationMap',
|
|
13946
13946
|
optional: true,
|
|
13947
13947
|
isArray: false,
|
|
13948
13948
|
isList: true,
|
|
@@ -14171,7 +14171,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
14171
14171
|
},
|
|
14172
14172
|
{
|
|
14173
14173
|
name: 'RepresentationMaps',
|
|
14174
|
-
type: '
|
|
14174
|
+
type: 'IfcRepresentationMap',
|
|
14175
14175
|
optional: true,
|
|
14176
14176
|
isArray: false,
|
|
14177
14177
|
isList: true,
|
|
@@ -14327,7 +14327,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
14327
14327
|
},
|
|
14328
14328
|
{
|
|
14329
14329
|
name: 'RepresentationMaps',
|
|
14330
|
-
type: '
|
|
14330
|
+
type: 'IfcRepresentationMap',
|
|
14331
14331
|
optional: true,
|
|
14332
14332
|
isArray: false,
|
|
14333
14333
|
isList: true,
|
|
@@ -14483,7 +14483,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
14483
14483
|
},
|
|
14484
14484
|
{
|
|
14485
14485
|
name: 'RepresentationMaps',
|
|
14486
|
-
type: '
|
|
14486
|
+
type: 'IfcRepresentationMap',
|
|
14487
14487
|
optional: true,
|
|
14488
14488
|
isArray: false,
|
|
14489
14489
|
isList: true,
|
|
@@ -15860,7 +15860,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
15860
15860
|
},
|
|
15861
15861
|
{
|
|
15862
15862
|
name: 'RepresentationMaps',
|
|
15863
|
-
type: '
|
|
15863
|
+
type: 'IfcRepresentationMap',
|
|
15864
15864
|
optional: true,
|
|
15865
15865
|
isArray: false,
|
|
15866
15866
|
isList: true,
|
|
@@ -16000,7 +16000,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
16000
16000
|
},
|
|
16001
16001
|
{
|
|
16002
16002
|
name: 'RepresentationMaps',
|
|
16003
|
-
type: '
|
|
16003
|
+
type: 'IfcRepresentationMap',
|
|
16004
16004
|
optional: true,
|
|
16005
16005
|
isArray: false,
|
|
16006
16006
|
isList: true,
|
|
@@ -16248,7 +16248,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
16248
16248
|
},
|
|
16249
16249
|
{
|
|
16250
16250
|
name: 'RepresentationMaps',
|
|
16251
|
-
type: '
|
|
16251
|
+
type: 'IfcRepresentationMap',
|
|
16252
16252
|
optional: true,
|
|
16253
16253
|
isArray: false,
|
|
16254
16254
|
isList: true,
|
|
@@ -16438,7 +16438,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
16438
16438
|
},
|
|
16439
16439
|
{
|
|
16440
16440
|
name: 'RepresentationMaps',
|
|
16441
|
-
type: '
|
|
16441
|
+
type: 'IfcRepresentationMap',
|
|
16442
16442
|
optional: true,
|
|
16443
16443
|
isArray: false,
|
|
16444
16444
|
isList: true,
|
|
@@ -16628,7 +16628,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
16628
16628
|
},
|
|
16629
16629
|
{
|
|
16630
16630
|
name: 'RepresentationMaps',
|
|
16631
|
-
type: '
|
|
16631
|
+
type: 'IfcRepresentationMap',
|
|
16632
16632
|
optional: true,
|
|
16633
16633
|
isArray: false,
|
|
16634
16634
|
isList: true,
|
|
@@ -16946,7 +16946,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
16946
16946
|
},
|
|
16947
16947
|
{
|
|
16948
16948
|
name: 'RepresentationMaps',
|
|
16949
|
-
type: '
|
|
16949
|
+
type: 'IfcRepresentationMap',
|
|
16950
16950
|
optional: true,
|
|
16951
16951
|
isArray: false,
|
|
16952
16952
|
isList: true,
|
|
@@ -17136,7 +17136,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
17136
17136
|
},
|
|
17137
17137
|
{
|
|
17138
17138
|
name: 'RepresentationMaps',
|
|
17139
|
-
type: '
|
|
17139
|
+
type: 'IfcRepresentationMap',
|
|
17140
17140
|
optional: true,
|
|
17141
17141
|
isArray: false,
|
|
17142
17142
|
isList: true,
|
|
@@ -17326,7 +17326,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
17326
17326
|
},
|
|
17327
17327
|
{
|
|
17328
17328
|
name: 'RepresentationMaps',
|
|
17329
|
-
type: '
|
|
17329
|
+
type: 'IfcRepresentationMap',
|
|
17330
17330
|
optional: true,
|
|
17331
17331
|
isArray: false,
|
|
17332
17332
|
isList: true,
|
|
@@ -17516,7 +17516,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
17516
17516
|
},
|
|
17517
17517
|
{
|
|
17518
17518
|
name: 'RepresentationMaps',
|
|
17519
|
-
type: '
|
|
17519
|
+
type: 'IfcRepresentationMap',
|
|
17520
17520
|
optional: true,
|
|
17521
17521
|
isArray: false,
|
|
17522
17522
|
isList: true,
|
|
@@ -17706,7 +17706,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
17706
17706
|
},
|
|
17707
17707
|
{
|
|
17708
17708
|
name: 'RepresentationMaps',
|
|
17709
|
-
type: '
|
|
17709
|
+
type: 'IfcRepresentationMap',
|
|
17710
17710
|
optional: true,
|
|
17711
17711
|
isArray: false,
|
|
17712
17712
|
isList: true,
|
|
@@ -17896,7 +17896,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
17896
17896
|
},
|
|
17897
17897
|
{
|
|
17898
17898
|
name: 'RepresentationMaps',
|
|
17899
|
-
type: '
|
|
17899
|
+
type: 'IfcRepresentationMap',
|
|
17900
17900
|
optional: true,
|
|
17901
17901
|
isArray: false,
|
|
17902
17902
|
isList: true,
|
|
@@ -18184,7 +18184,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
18184
18184
|
},
|
|
18185
18185
|
{
|
|
18186
18186
|
name: 'RepresentationMaps',
|
|
18187
|
-
type: '
|
|
18187
|
+
type: 'IfcRepresentationMap',
|
|
18188
18188
|
optional: true,
|
|
18189
18189
|
isArray: false,
|
|
18190
18190
|
isList: true,
|
|
@@ -18348,7 +18348,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
18348
18348
|
},
|
|
18349
18349
|
{
|
|
18350
18350
|
name: 'RepresentationMaps',
|
|
18351
|
-
type: '
|
|
18351
|
+
type: 'IfcRepresentationMap',
|
|
18352
18352
|
optional: true,
|
|
18353
18353
|
isArray: false,
|
|
18354
18354
|
isList: true,
|
|
@@ -18516,7 +18516,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
18516
18516
|
},
|
|
18517
18517
|
{
|
|
18518
18518
|
name: 'RepresentationMaps',
|
|
18519
|
-
type: '
|
|
18519
|
+
type: 'IfcRepresentationMap',
|
|
18520
18520
|
optional: true,
|
|
18521
18521
|
isArray: false,
|
|
18522
18522
|
isList: true,
|
|
@@ -18814,7 +18814,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
18814
18814
|
},
|
|
18815
18815
|
{
|
|
18816
18816
|
name: 'RepresentationMaps',
|
|
18817
|
-
type: '
|
|
18817
|
+
type: 'IfcRepresentationMap',
|
|
18818
18818
|
optional: true,
|
|
18819
18819
|
isArray: false,
|
|
18820
18820
|
isList: true,
|
|
@@ -18996,7 +18996,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
18996
18996
|
},
|
|
18997
18997
|
{
|
|
18998
18998
|
name: 'RepresentationMaps',
|
|
18999
|
-
type: '
|
|
18999
|
+
type: 'IfcRepresentationMap',
|
|
19000
19000
|
optional: true,
|
|
19001
19001
|
isArray: false,
|
|
19002
19002
|
isList: true,
|
|
@@ -19186,7 +19186,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
19186
19186
|
},
|
|
19187
19187
|
{
|
|
19188
19188
|
name: 'RepresentationMaps',
|
|
19189
|
-
type: '
|
|
19189
|
+
type: 'IfcRepresentationMap',
|
|
19190
19190
|
optional: true,
|
|
19191
19191
|
isArray: false,
|
|
19192
19192
|
isList: true,
|
|
@@ -19376,7 +19376,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
19376
19376
|
},
|
|
19377
19377
|
{
|
|
19378
19378
|
name: 'RepresentationMaps',
|
|
19379
|
-
type: '
|
|
19379
|
+
type: 'IfcRepresentationMap',
|
|
19380
19380
|
optional: true,
|
|
19381
19381
|
isArray: false,
|
|
19382
19382
|
isList: true,
|
|
@@ -20828,7 +20828,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
20828
20828
|
},
|
|
20829
20829
|
{
|
|
20830
20830
|
name: 'RepresentationMaps',
|
|
20831
|
-
type: '
|
|
20831
|
+
type: 'IfcRepresentationMap',
|
|
20832
20832
|
optional: true,
|
|
20833
20833
|
isArray: false,
|
|
20834
20834
|
isList: true,
|
|
@@ -21018,7 +21018,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
21018
21018
|
},
|
|
21019
21019
|
{
|
|
21020
21020
|
name: 'RepresentationMaps',
|
|
21021
|
-
type: '
|
|
21021
|
+
type: 'IfcRepresentationMap',
|
|
21022
21022
|
optional: true,
|
|
21023
21023
|
isArray: false,
|
|
21024
21024
|
isList: true,
|
|
@@ -21631,7 +21631,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
21631
21631
|
},
|
|
21632
21632
|
{
|
|
21633
21633
|
name: 'RepresentationMaps',
|
|
21634
|
-
type: '
|
|
21634
|
+
type: 'IfcRepresentationMap',
|
|
21635
21635
|
optional: true,
|
|
21636
21636
|
isArray: false,
|
|
21637
21637
|
isList: true,
|
|
@@ -21821,7 +21821,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
21821
21821
|
},
|
|
21822
21822
|
{
|
|
21823
21823
|
name: 'RepresentationMaps',
|
|
21824
|
-
type: '
|
|
21824
|
+
type: 'IfcRepresentationMap',
|
|
21825
21825
|
optional: true,
|
|
21826
21826
|
isArray: false,
|
|
21827
21827
|
isList: true,
|
|
@@ -22075,7 +22075,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22075
22075
|
},
|
|
22076
22076
|
{
|
|
22077
22077
|
name: 'RepresentationMaps',
|
|
22078
|
-
type: '
|
|
22078
|
+
type: 'IfcRepresentationMap',
|
|
22079
22079
|
optional: true,
|
|
22080
22080
|
isArray: false,
|
|
22081
22081
|
isList: true,
|
|
@@ -22231,7 +22231,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22231
22231
|
},
|
|
22232
22232
|
{
|
|
22233
22233
|
name: 'RepresentationMaps',
|
|
22234
|
-
type: '
|
|
22234
|
+
type: 'IfcRepresentationMap',
|
|
22235
22235
|
optional: true,
|
|
22236
22236
|
isArray: false,
|
|
22237
22237
|
isList: true,
|
|
@@ -22413,7 +22413,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22413
22413
|
},
|
|
22414
22414
|
{
|
|
22415
22415
|
name: 'RepresentationMaps',
|
|
22416
|
-
type: '
|
|
22416
|
+
type: 'IfcRepresentationMap',
|
|
22417
22417
|
optional: true,
|
|
22418
22418
|
isArray: false,
|
|
22419
22419
|
isList: true,
|
|
@@ -22603,7 +22603,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22603
22603
|
},
|
|
22604
22604
|
{
|
|
22605
22605
|
name: 'RepresentationMaps',
|
|
22606
|
-
type: '
|
|
22606
|
+
type: 'IfcRepresentationMap',
|
|
22607
22607
|
optional: true,
|
|
22608
22608
|
isArray: false,
|
|
22609
22609
|
isList: true,
|
|
@@ -22767,7 +22767,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22767
22767
|
},
|
|
22768
22768
|
{
|
|
22769
22769
|
name: 'RepresentationMaps',
|
|
22770
|
-
type: '
|
|
22770
|
+
type: 'IfcRepresentationMap',
|
|
22771
22771
|
optional: true,
|
|
22772
22772
|
isArray: false,
|
|
22773
22773
|
isList: true,
|
|
@@ -22923,7 +22923,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
22923
22923
|
},
|
|
22924
22924
|
{
|
|
22925
22925
|
name: 'RepresentationMaps',
|
|
22926
|
-
type: '
|
|
22926
|
+
type: 'IfcRepresentationMap',
|
|
22927
22927
|
optional: true,
|
|
22928
22928
|
isArray: false,
|
|
22929
22929
|
isList: true,
|
|
@@ -23079,7 +23079,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23079
23079
|
},
|
|
23080
23080
|
{
|
|
23081
23081
|
name: 'RepresentationMaps',
|
|
23082
|
-
type: '
|
|
23082
|
+
type: 'IfcRepresentationMap',
|
|
23083
23083
|
optional: true,
|
|
23084
23084
|
isArray: false,
|
|
23085
23085
|
isList: true,
|
|
@@ -23235,7 +23235,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23235
23235
|
},
|
|
23236
23236
|
{
|
|
23237
23237
|
name: 'RepresentationMaps',
|
|
23238
|
-
type: '
|
|
23238
|
+
type: 'IfcRepresentationMap',
|
|
23239
23239
|
optional: true,
|
|
23240
23240
|
isArray: false,
|
|
23241
23241
|
isList: true,
|
|
@@ -23391,7 +23391,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23391
23391
|
},
|
|
23392
23392
|
{
|
|
23393
23393
|
name: 'RepresentationMaps',
|
|
23394
|
-
type: '
|
|
23394
|
+
type: 'IfcRepresentationMap',
|
|
23395
23395
|
optional: true,
|
|
23396
23396
|
isArray: false,
|
|
23397
23397
|
isList: true,
|
|
@@ -23573,7 +23573,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23573
23573
|
},
|
|
23574
23574
|
{
|
|
23575
23575
|
name: 'RepresentationMaps',
|
|
23576
|
-
type: '
|
|
23576
|
+
type: 'IfcRepresentationMap',
|
|
23577
23577
|
optional: true,
|
|
23578
23578
|
isArray: false,
|
|
23579
23579
|
isList: true,
|
|
@@ -23737,7 +23737,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23737
23737
|
},
|
|
23738
23738
|
{
|
|
23739
23739
|
name: 'RepresentationMaps',
|
|
23740
|
-
type: '
|
|
23740
|
+
type: 'IfcRepresentationMap',
|
|
23741
23741
|
optional: true,
|
|
23742
23742
|
isArray: false,
|
|
23743
23743
|
isList: true,
|
|
@@ -23927,7 +23927,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
23927
23927
|
},
|
|
23928
23928
|
{
|
|
23929
23929
|
name: 'RepresentationMaps',
|
|
23930
|
-
type: '
|
|
23930
|
+
type: 'IfcRepresentationMap',
|
|
23931
23931
|
optional: true,
|
|
23932
23932
|
isArray: false,
|
|
23933
23933
|
isList: true,
|
|
@@ -24125,7 +24125,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24125
24125
|
},
|
|
24126
24126
|
{
|
|
24127
24127
|
name: 'RepresentationMaps',
|
|
24128
|
-
type: '
|
|
24128
|
+
type: 'IfcRepresentationMap',
|
|
24129
24129
|
optional: true,
|
|
24130
24130
|
isArray: false,
|
|
24131
24131
|
isList: true,
|
|
@@ -24432,7 +24432,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24432
24432
|
attributes: [
|
|
24433
24433
|
{
|
|
24434
24434
|
name: 'UAxes',
|
|
24435
|
-
type: '
|
|
24435
|
+
type: 'IfcGridAxis',
|
|
24436
24436
|
optional: false,
|
|
24437
24437
|
isArray: false,
|
|
24438
24438
|
isList: true,
|
|
@@ -24441,7 +24441,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24441
24441
|
},
|
|
24442
24442
|
{
|
|
24443
24443
|
name: 'VAxes',
|
|
24444
|
-
type: '
|
|
24444
|
+
type: 'IfcGridAxis',
|
|
24445
24445
|
optional: false,
|
|
24446
24446
|
isArray: false,
|
|
24447
24447
|
isList: true,
|
|
@@ -24450,7 +24450,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24450
24450
|
},
|
|
24451
24451
|
{
|
|
24452
24452
|
name: 'WAxes',
|
|
24453
|
-
type: '
|
|
24453
|
+
type: 'IfcGridAxis',
|
|
24454
24454
|
optional: true,
|
|
24455
24455
|
isArray: false,
|
|
24456
24456
|
isList: true,
|
|
@@ -24525,7 +24525,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24525
24525
|
},
|
|
24526
24526
|
{
|
|
24527
24527
|
name: 'UAxes',
|
|
24528
|
-
type: '
|
|
24528
|
+
type: 'IfcGridAxis',
|
|
24529
24529
|
optional: false,
|
|
24530
24530
|
isArray: false,
|
|
24531
24531
|
isList: true,
|
|
@@ -24534,7 +24534,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24534
24534
|
},
|
|
24535
24535
|
{
|
|
24536
24536
|
name: 'VAxes',
|
|
24537
|
-
type: '
|
|
24537
|
+
type: 'IfcGridAxis',
|
|
24538
24538
|
optional: false,
|
|
24539
24539
|
isArray: false,
|
|
24540
24540
|
isList: true,
|
|
@@ -24543,7 +24543,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24543
24543
|
},
|
|
24544
24544
|
{
|
|
24545
24545
|
name: 'WAxes',
|
|
24546
|
-
type: '
|
|
24546
|
+
type: 'IfcGridAxis',
|
|
24547
24547
|
optional: true,
|
|
24548
24548
|
isArray: false,
|
|
24549
24549
|
isList: true,
|
|
@@ -24907,7 +24907,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
24907
24907
|
},
|
|
24908
24908
|
{
|
|
24909
24909
|
name: 'RepresentationMaps',
|
|
24910
|
-
type: '
|
|
24910
|
+
type: 'IfcRepresentationMap',
|
|
24911
24911
|
optional: true,
|
|
24912
24912
|
isArray: false,
|
|
24913
24913
|
isList: true,
|
|
@@ -25097,7 +25097,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
25097
25097
|
},
|
|
25098
25098
|
{
|
|
25099
25099
|
name: 'RepresentationMaps',
|
|
25100
|
-
type: '
|
|
25100
|
+
type: 'IfcRepresentationMap',
|
|
25101
25101
|
optional: true,
|
|
25102
25102
|
isArray: false,
|
|
25103
25103
|
isList: true,
|
|
@@ -25515,7 +25515,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
25515
25515
|
attributes: [
|
|
25516
25516
|
{
|
|
25517
25517
|
name: 'InnerCoordIndices',
|
|
25518
|
-
type: '
|
|
25518
|
+
type: 'IfcPositiveInteger[]',
|
|
25519
25519
|
optional: false,
|
|
25520
25520
|
isArray: false,
|
|
25521
25521
|
isList: true,
|
|
@@ -25535,7 +25535,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
25535
25535
|
},
|
|
25536
25536
|
{
|
|
25537
25537
|
name: 'InnerCoordIndices',
|
|
25538
|
-
type: '
|
|
25538
|
+
type: 'IfcPositiveInteger[]',
|
|
25539
25539
|
optional: false,
|
|
25540
25540
|
isArray: false,
|
|
25541
25541
|
isList: true,
|
|
@@ -25805,7 +25805,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
25805
25805
|
},
|
|
25806
25806
|
{
|
|
25807
25807
|
name: 'RepresentationMaps',
|
|
25808
|
-
type: '
|
|
25808
|
+
type: 'IfcRepresentationMap',
|
|
25809
25809
|
optional: true,
|
|
25810
25810
|
isArray: false,
|
|
25811
25811
|
isList: true,
|
|
@@ -26312,7 +26312,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
26312
26312
|
},
|
|
26313
26313
|
{
|
|
26314
26314
|
name: 'RepresentationMaps',
|
|
26315
|
-
type: '
|
|
26315
|
+
type: 'IfcRepresentationMap',
|
|
26316
26316
|
optional: true,
|
|
26317
26317
|
isArray: false,
|
|
26318
26318
|
isList: true,
|
|
@@ -26921,7 +26921,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
26921
26921
|
},
|
|
26922
26922
|
{
|
|
26923
26923
|
name: 'RepresentationMaps',
|
|
26924
|
-
type: '
|
|
26924
|
+
type: 'IfcRepresentationMap',
|
|
26925
26925
|
optional: true,
|
|
26926
26926
|
isArray: false,
|
|
26927
26927
|
isList: true,
|
|
@@ -27360,7 +27360,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
27360
27360
|
},
|
|
27361
27361
|
{
|
|
27362
27362
|
name: 'RepresentationMaps',
|
|
27363
|
-
type: '
|
|
27363
|
+
type: 'IfcRepresentationMap',
|
|
27364
27364
|
optional: true,
|
|
27365
27365
|
isArray: false,
|
|
27366
27366
|
isList: true,
|
|
@@ -29767,7 +29767,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
29767
29767
|
},
|
|
29768
29768
|
{
|
|
29769
29769
|
name: 'RepresentationMaps',
|
|
29770
|
-
type: '
|
|
29770
|
+
type: 'IfcRepresentationMap',
|
|
29771
29771
|
optional: true,
|
|
29772
29772
|
isArray: false,
|
|
29773
29773
|
isList: true,
|
|
@@ -29973,7 +29973,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
29973
29973
|
},
|
|
29974
29974
|
{
|
|
29975
29975
|
name: 'RepresentationMaps',
|
|
29976
|
-
type: '
|
|
29976
|
+
type: 'IfcRepresentationMap',
|
|
29977
29977
|
optional: true,
|
|
29978
29978
|
isArray: false,
|
|
29979
29979
|
isList: true,
|
|
@@ -30244,7 +30244,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
30244
30244
|
},
|
|
30245
30245
|
{
|
|
30246
30246
|
name: 'RepresentationMaps',
|
|
30247
|
-
type: '
|
|
30247
|
+
type: 'IfcRepresentationMap',
|
|
30248
30248
|
optional: true,
|
|
30249
30249
|
isArray: false,
|
|
30250
30250
|
isList: true,
|
|
@@ -30638,7 +30638,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
30638
30638
|
},
|
|
30639
30639
|
{
|
|
30640
30640
|
name: 'RepresentationMaps',
|
|
30641
|
-
type: '
|
|
30641
|
+
type: 'IfcRepresentationMap',
|
|
30642
30642
|
optional: true,
|
|
30643
30643
|
isArray: false,
|
|
30644
30644
|
isList: true,
|
|
@@ -31739,7 +31739,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
31739
31739
|
},
|
|
31740
31740
|
{
|
|
31741
31741
|
name: 'RepresentationMaps',
|
|
31742
|
-
type: '
|
|
31742
|
+
type: 'IfcRepresentationMap',
|
|
31743
31743
|
optional: true,
|
|
31744
31744
|
isArray: false,
|
|
31745
31745
|
isList: true,
|
|
@@ -31959,7 +31959,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
31959
31959
|
attributes: [
|
|
31960
31960
|
{
|
|
31961
31961
|
name: 'EdgeList',
|
|
31962
|
-
type: '
|
|
31962
|
+
type: 'IfcOrientedEdge',
|
|
31963
31963
|
optional: false,
|
|
31964
31964
|
isArray: false,
|
|
31965
31965
|
isList: true,
|
|
@@ -31970,7 +31970,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
31970
31970
|
allAttributes: [
|
|
31971
31971
|
{
|
|
31972
31972
|
name: 'EdgeList',
|
|
31973
|
-
type: '
|
|
31973
|
+
type: 'IfcOrientedEdge',
|
|
31974
31974
|
optional: false,
|
|
31975
31975
|
isArray: false,
|
|
31976
31976
|
isList: true,
|
|
@@ -32893,7 +32893,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
32893
32893
|
},
|
|
32894
32894
|
{
|
|
32895
32895
|
name: 'RepresentationMaps',
|
|
32896
|
-
type: '
|
|
32896
|
+
type: 'IfcRepresentationMap',
|
|
32897
32897
|
optional: true,
|
|
32898
32898
|
isArray: false,
|
|
32899
32899
|
isList: true,
|
|
@@ -33083,7 +33083,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
33083
33083
|
},
|
|
33084
33084
|
{
|
|
33085
33085
|
name: 'RepresentationMaps',
|
|
33086
|
-
type: '
|
|
33086
|
+
type: 'IfcRepresentationMap',
|
|
33087
33087
|
optional: true,
|
|
33088
33088
|
isArray: false,
|
|
33089
33089
|
isList: true,
|
|
@@ -33273,7 +33273,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
33273
33273
|
},
|
|
33274
33274
|
{
|
|
33275
33275
|
name: 'RepresentationMaps',
|
|
33276
|
-
type: '
|
|
33276
|
+
type: 'IfcRepresentationMap',
|
|
33277
33277
|
optional: true,
|
|
33278
33278
|
isArray: false,
|
|
33279
33279
|
isList: true,
|
|
@@ -33788,7 +33788,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
33788
33788
|
},
|
|
33789
33789
|
{
|
|
33790
33790
|
name: 'RepresentationMaps',
|
|
33791
|
-
type: '
|
|
33791
|
+
type: 'IfcRepresentationMap',
|
|
33792
33792
|
optional: true,
|
|
33793
33793
|
isArray: false,
|
|
33794
33794
|
isList: true,
|
|
@@ -33937,7 +33937,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
33937
33937
|
attributes: [
|
|
33938
33938
|
{
|
|
33939
33939
|
name: 'Polygon',
|
|
33940
|
-
type: '
|
|
33940
|
+
type: 'IfcCartesianPoint',
|
|
33941
33941
|
optional: false,
|
|
33942
33942
|
isArray: false,
|
|
33943
33943
|
isList: true,
|
|
@@ -33948,7 +33948,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
33948
33948
|
allAttributes: [
|
|
33949
33949
|
{
|
|
33950
33950
|
name: 'Polygon',
|
|
33951
|
-
type: '
|
|
33951
|
+
type: 'IfcCartesianPoint',
|
|
33952
33952
|
optional: false,
|
|
33953
33953
|
isArray: false,
|
|
33954
33954
|
isList: true,
|
|
@@ -36005,7 +36005,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36005
36005
|
},
|
|
36006
36006
|
{
|
|
36007
36007
|
name: 'EnumerationValues',
|
|
36008
|
-
type: '
|
|
36008
|
+
type: 'IfcValue',
|
|
36009
36009
|
optional: false,
|
|
36010
36010
|
isArray: false,
|
|
36011
36011
|
isList: true,
|
|
@@ -36032,7 +36032,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36032
36032
|
},
|
|
36033
36033
|
{
|
|
36034
36034
|
name: 'EnumerationValues',
|
|
36035
|
-
type: '
|
|
36035
|
+
type: 'IfcValue',
|
|
36036
36036
|
optional: false,
|
|
36037
36037
|
isArray: false,
|
|
36038
36038
|
isList: true,
|
|
@@ -36426,7 +36426,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36426
36426
|
attributes: [
|
|
36427
36427
|
{
|
|
36428
36428
|
name: 'DefiningValues',
|
|
36429
|
-
type: '
|
|
36429
|
+
type: 'IfcValue',
|
|
36430
36430
|
optional: true,
|
|
36431
36431
|
isArray: false,
|
|
36432
36432
|
isList: true,
|
|
@@ -36494,7 +36494,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36494
36494
|
},
|
|
36495
36495
|
{
|
|
36496
36496
|
name: 'DefiningValues',
|
|
36497
|
-
type: '
|
|
36497
|
+
type: 'IfcValue',
|
|
36498
36498
|
optional: true,
|
|
36499
36499
|
isArray: false,
|
|
36500
36500
|
isList: true,
|
|
@@ -36873,7 +36873,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36873
36873
|
},
|
|
36874
36874
|
{
|
|
36875
36875
|
name: 'RepresentationMaps',
|
|
36876
|
-
type: '
|
|
36876
|
+
type: 'IfcRepresentationMap',
|
|
36877
36877
|
optional: true,
|
|
36878
36878
|
isArray: false,
|
|
36879
36879
|
isList: true,
|
|
@@ -36973,7 +36973,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
36973
36973
|
},
|
|
36974
36974
|
{
|
|
36975
36975
|
name: 'RepresentationMaps',
|
|
36976
|
-
type: '
|
|
36976
|
+
type: 'IfcRepresentationMap',
|
|
36977
36977
|
optional: true,
|
|
36978
36978
|
isArray: false,
|
|
36979
36979
|
isList: true,
|
|
@@ -37261,7 +37261,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
37261
37261
|
},
|
|
37262
37262
|
{
|
|
37263
37263
|
name: 'RepresentationMaps',
|
|
37264
|
-
type: '
|
|
37264
|
+
type: 'IfcRepresentationMap',
|
|
37265
37265
|
optional: true,
|
|
37266
37266
|
isArray: false,
|
|
37267
37267
|
isList: true,
|
|
@@ -37888,7 +37888,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
37888
37888
|
},
|
|
37889
37889
|
{
|
|
37890
37890
|
name: 'RepresentationMaps',
|
|
37891
|
-
type: '
|
|
37891
|
+
type: 'IfcRepresentationMap',
|
|
37892
37892
|
optional: true,
|
|
37893
37893
|
isArray: false,
|
|
37894
37894
|
isList: true,
|
|
@@ -38168,7 +38168,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
38168
38168
|
},
|
|
38169
38169
|
{
|
|
38170
38170
|
name: 'RepresentationMaps',
|
|
38171
|
-
type: '
|
|
38171
|
+
type: 'IfcRepresentationMap',
|
|
38172
38172
|
optional: true,
|
|
38173
38173
|
isArray: false,
|
|
38174
38174
|
isList: true,
|
|
@@ -38268,7 +38268,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
38268
38268
|
},
|
|
38269
38269
|
{
|
|
38270
38270
|
name: 'RepresentationMaps',
|
|
38271
|
-
type: '
|
|
38271
|
+
type: 'IfcRepresentationMap',
|
|
38272
38272
|
optional: true,
|
|
38273
38273
|
isArray: false,
|
|
38274
38274
|
isList: true,
|
|
@@ -39681,7 +39681,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
39681
39681
|
},
|
|
39682
39682
|
{
|
|
39683
39683
|
name: 'RepresentationMaps',
|
|
39684
|
-
type: '
|
|
39684
|
+
type: 'IfcRepresentationMap',
|
|
39685
39685
|
optional: true,
|
|
39686
39686
|
isArray: false,
|
|
39687
39687
|
isList: true,
|
|
@@ -39911,7 +39911,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
39911
39911
|
},
|
|
39912
39912
|
{
|
|
39913
39913
|
name: 'RepresentationMaps',
|
|
39914
|
-
type: '
|
|
39914
|
+
type: 'IfcRepresentationMap',
|
|
39915
39915
|
optional: true,
|
|
39916
39916
|
isArray: false,
|
|
39917
39917
|
isList: true,
|
|
@@ -40310,7 +40310,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
40310
40310
|
},
|
|
40311
40311
|
{
|
|
40312
40312
|
name: 'RepresentationMaps',
|
|
40313
|
-
type: '
|
|
40313
|
+
type: 'IfcRepresentationMap',
|
|
40314
40314
|
optional: true,
|
|
40315
40315
|
isArray: false,
|
|
40316
40316
|
isList: true,
|
|
@@ -45397,7 +45397,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
45397
45397
|
},
|
|
45398
45398
|
{
|
|
45399
45399
|
name: 'RepresentationMaps',
|
|
45400
|
-
type: '
|
|
45400
|
+
type: 'IfcRepresentationMap',
|
|
45401
45401
|
optional: true,
|
|
45402
45402
|
isArray: false,
|
|
45403
45403
|
isList: true,
|
|
@@ -45784,7 +45784,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
45784
45784
|
},
|
|
45785
45785
|
{
|
|
45786
45786
|
name: 'RepresentationMaps',
|
|
45787
|
-
type: '
|
|
45787
|
+
type: 'IfcRepresentationMap',
|
|
45788
45788
|
optional: true,
|
|
45789
45789
|
isArray: false,
|
|
45790
45790
|
isList: true,
|
|
@@ -46293,7 +46293,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
46293
46293
|
},
|
|
46294
46294
|
{
|
|
46295
46295
|
name: 'RepresentationMaps',
|
|
46296
|
-
type: '
|
|
46296
|
+
type: 'IfcRepresentationMap',
|
|
46297
46297
|
optional: true,
|
|
46298
46298
|
isArray: false,
|
|
46299
46299
|
isList: true,
|
|
@@ -46483,7 +46483,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
46483
46483
|
},
|
|
46484
46484
|
{
|
|
46485
46485
|
name: 'RepresentationMaps',
|
|
46486
|
-
type: '
|
|
46486
|
+
type: 'IfcRepresentationMap',
|
|
46487
46487
|
optional: true,
|
|
46488
46488
|
isArray: false,
|
|
46489
46489
|
isList: true,
|
|
@@ -47395,7 +47395,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
47395
47395
|
},
|
|
47396
47396
|
{
|
|
47397
47397
|
name: 'RepresentationMaps',
|
|
47398
|
-
type: '
|
|
47398
|
+
type: 'IfcRepresentationMap',
|
|
47399
47399
|
optional: true,
|
|
47400
47400
|
isArray: false,
|
|
47401
47401
|
isList: true,
|
|
@@ -47651,7 +47651,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
47651
47651
|
},
|
|
47652
47652
|
{
|
|
47653
47653
|
name: 'RepresentationMaps',
|
|
47654
|
-
type: '
|
|
47654
|
+
type: 'IfcRepresentationMap',
|
|
47655
47655
|
optional: true,
|
|
47656
47656
|
isArray: false,
|
|
47657
47657
|
isList: true,
|
|
@@ -47963,7 +47963,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
47963
47963
|
},
|
|
47964
47964
|
{
|
|
47965
47965
|
name: 'RepresentationMaps',
|
|
47966
|
-
type: '
|
|
47966
|
+
type: 'IfcRepresentationMap',
|
|
47967
47967
|
optional: true,
|
|
47968
47968
|
isArray: false,
|
|
47969
47969
|
isList: true,
|
|
@@ -48071,7 +48071,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
48071
48071
|
},
|
|
48072
48072
|
{
|
|
48073
48073
|
name: 'RepresentationMaps',
|
|
48074
|
-
type: '
|
|
48074
|
+
type: 'IfcRepresentationMap',
|
|
48075
48075
|
optional: true,
|
|
48076
48076
|
isArray: false,
|
|
48077
48077
|
isList: true,
|
|
@@ -48261,7 +48261,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
48261
48261
|
},
|
|
48262
48262
|
{
|
|
48263
48263
|
name: 'RepresentationMaps',
|
|
48264
|
-
type: '
|
|
48264
|
+
type: 'IfcRepresentationMap',
|
|
48265
48265
|
optional: true,
|
|
48266
48266
|
isArray: false,
|
|
48267
48267
|
isList: true,
|
|
@@ -48434,7 +48434,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
48434
48434
|
},
|
|
48435
48435
|
{
|
|
48436
48436
|
name: 'RepresentationMaps',
|
|
48437
|
-
type: '
|
|
48437
|
+
type: 'IfcRepresentationMap',
|
|
48438
48438
|
optional: true,
|
|
48439
48439
|
isArray: false,
|
|
48440
48440
|
isList: true,
|
|
@@ -48624,7 +48624,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
48624
48624
|
},
|
|
48625
48625
|
{
|
|
48626
48626
|
name: 'RepresentationMaps',
|
|
48627
|
-
type: '
|
|
48627
|
+
type: 'IfcRepresentationMap',
|
|
48628
48628
|
optional: true,
|
|
48629
48629
|
isArray: false,
|
|
48630
48630
|
isList: true,
|
|
@@ -48890,7 +48890,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
48890
48890
|
},
|
|
48891
48891
|
{
|
|
48892
48892
|
name: 'RepresentationMaps',
|
|
48893
|
-
type: '
|
|
48893
|
+
type: 'IfcRepresentationMap',
|
|
48894
48894
|
optional: true,
|
|
48895
48895
|
isArray: false,
|
|
48896
48896
|
isList: true,
|
|
@@ -49234,7 +49234,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
49234
49234
|
},
|
|
49235
49235
|
{
|
|
49236
49236
|
name: 'RepresentationMaps',
|
|
49237
|
-
type: '
|
|
49237
|
+
type: 'IfcRepresentationMap',
|
|
49238
49238
|
optional: true,
|
|
49239
49239
|
isArray: false,
|
|
49240
49240
|
isList: true,
|
|
@@ -49334,7 +49334,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
49334
49334
|
},
|
|
49335
49335
|
{
|
|
49336
49336
|
name: 'RepresentationMaps',
|
|
49337
|
-
type: '
|
|
49337
|
+
type: 'IfcRepresentationMap',
|
|
49338
49338
|
optional: true,
|
|
49339
49339
|
isArray: false,
|
|
49340
49340
|
isList: true,
|
|
@@ -50613,7 +50613,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
50613
50613
|
},
|
|
50614
50614
|
{
|
|
50615
50615
|
name: 'Locations',
|
|
50616
|
-
type: '
|
|
50616
|
+
type: 'IfcLengthMeasure[]',
|
|
50617
50617
|
optional: true,
|
|
50618
50618
|
isArray: false,
|
|
50619
50619
|
isList: true,
|
|
@@ -50641,7 +50641,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
50641
50641
|
},
|
|
50642
50642
|
{
|
|
50643
50643
|
name: 'Locations',
|
|
50644
|
-
type: '
|
|
50644
|
+
type: 'IfcLengthMeasure[]',
|
|
50645
50645
|
optional: true,
|
|
50646
50646
|
isArray: false,
|
|
50647
50647
|
isList: true,
|
|
@@ -54225,7 +54225,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
54225
54225
|
},
|
|
54226
54226
|
{
|
|
54227
54227
|
name: 'RepresentationMaps',
|
|
54228
|
-
type: '
|
|
54228
|
+
type: 'IfcRepresentationMap',
|
|
54229
54229
|
optional: true,
|
|
54230
54230
|
isArray: false,
|
|
54231
54231
|
isList: true,
|
|
@@ -54464,7 +54464,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
54464
54464
|
},
|
|
54465
54465
|
{
|
|
54466
54466
|
name: 'RepresentationMaps',
|
|
54467
|
-
type: '
|
|
54467
|
+
type: 'IfcRepresentationMap',
|
|
54468
54468
|
optional: true,
|
|
54469
54469
|
isArray: false,
|
|
54470
54470
|
isList: true,
|
|
@@ -55025,7 +55025,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
55025
55025
|
},
|
|
55026
55026
|
{
|
|
55027
55027
|
name: 'RepresentationMaps',
|
|
55028
|
-
type: '
|
|
55028
|
+
type: 'IfcRepresentationMap',
|
|
55029
55029
|
optional: true,
|
|
55030
55030
|
isArray: false,
|
|
55031
55031
|
isList: true,
|
|
@@ -56340,7 +56340,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
56340
56340
|
},
|
|
56341
56341
|
{
|
|
56342
56342
|
name: 'RepresentationMaps',
|
|
56343
|
-
type: '
|
|
56343
|
+
type: 'IfcRepresentationMap',
|
|
56344
56344
|
optional: true,
|
|
56345
56345
|
isArray: false,
|
|
56346
56346
|
isList: true,
|
|
@@ -56464,7 +56464,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
56464
56464
|
},
|
|
56465
56465
|
{
|
|
56466
56466
|
name: 'RepresentationMaps',
|
|
56467
|
-
type: '
|
|
56467
|
+
type: 'IfcRepresentationMap',
|
|
56468
56468
|
optional: true,
|
|
56469
56469
|
isArray: false,
|
|
56470
56470
|
isList: true,
|
|
@@ -57677,7 +57677,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
57677
57677
|
},
|
|
57678
57678
|
{
|
|
57679
57679
|
name: 'RepresentationMaps',
|
|
57680
|
-
type: '
|
|
57680
|
+
type: 'IfcRepresentationMap',
|
|
57681
57681
|
optional: true,
|
|
57682
57682
|
isArray: false,
|
|
57683
57683
|
isList: true,
|
|
@@ -57867,7 +57867,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
57867
57867
|
},
|
|
57868
57868
|
{
|
|
57869
57869
|
name: 'RepresentationMaps',
|
|
57870
|
-
type: '
|
|
57870
|
+
type: 'IfcRepresentationMap',
|
|
57871
57871
|
optional: true,
|
|
57872
57872
|
isArray: false,
|
|
57873
57873
|
isList: true,
|
|
@@ -58337,7 +58337,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
58337
58337
|
},
|
|
58338
58338
|
{
|
|
58339
58339
|
name: 'RepresentationMaps',
|
|
58340
|
-
type: '
|
|
58340
|
+
type: 'IfcRepresentationMap',
|
|
58341
58341
|
optional: true,
|
|
58342
58342
|
isArray: false,
|
|
58343
58343
|
isList: true,
|
|
@@ -58561,7 +58561,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
58561
58561
|
attributes: [
|
|
58562
58562
|
{
|
|
58563
58563
|
name: 'RepresentationMaps',
|
|
58564
|
-
type: '
|
|
58564
|
+
type: 'IfcRepresentationMap',
|
|
58565
58565
|
optional: true,
|
|
58566
58566
|
isArray: false,
|
|
58567
58567
|
isList: true,
|
|
@@ -58629,7 +58629,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
58629
58629
|
},
|
|
58630
58630
|
{
|
|
58631
58631
|
name: 'RepresentationMaps',
|
|
58632
|
-
type: '
|
|
58632
|
+
type: 'IfcRepresentationMap',
|
|
58633
58633
|
optional: true,
|
|
58634
58634
|
isArray: false,
|
|
58635
58635
|
isList: true,
|
|
@@ -59083,7 +59083,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59083
59083
|
},
|
|
59084
59084
|
{
|
|
59085
59085
|
name: 'RepresentationMaps',
|
|
59086
|
-
type: '
|
|
59086
|
+
type: 'IfcRepresentationMap',
|
|
59087
59087
|
optional: true,
|
|
59088
59088
|
isArray: false,
|
|
59089
59089
|
isList: true,
|
|
@@ -59273,7 +59273,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59273
59273
|
},
|
|
59274
59274
|
{
|
|
59275
59275
|
name: 'RepresentationMaps',
|
|
59276
|
-
type: '
|
|
59276
|
+
type: 'IfcRepresentationMap',
|
|
59277
59277
|
optional: true,
|
|
59278
59278
|
isArray: false,
|
|
59279
59279
|
isList: true,
|
|
@@ -59463,7 +59463,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59463
59463
|
},
|
|
59464
59464
|
{
|
|
59465
59465
|
name: 'RepresentationMaps',
|
|
59466
|
-
type: '
|
|
59466
|
+
type: 'IfcRepresentationMap',
|
|
59467
59467
|
optional: true,
|
|
59468
59468
|
isArray: false,
|
|
59469
59469
|
isList: true,
|
|
@@ -59755,7 +59755,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59755
59755
|
},
|
|
59756
59756
|
{
|
|
59757
59757
|
name: 'RepresentationMaps',
|
|
59758
|
-
type: '
|
|
59758
|
+
type: 'IfcRepresentationMap',
|
|
59759
59759
|
optional: true,
|
|
59760
59760
|
isArray: false,
|
|
59761
59761
|
isList: true,
|
|
@@ -59868,7 +59868,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59868
59868
|
attributes: [
|
|
59869
59869
|
{
|
|
59870
59870
|
name: 'IntersectingAxes',
|
|
59871
|
-
type: '
|
|
59871
|
+
type: 'IfcGridAxis',
|
|
59872
59872
|
optional: false,
|
|
59873
59873
|
isArray: false,
|
|
59874
59874
|
isList: true,
|
|
@@ -59888,7 +59888,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
59888
59888
|
allAttributes: [
|
|
59889
59889
|
{
|
|
59890
59890
|
name: 'IntersectingAxes',
|
|
59891
|
-
type: '
|
|
59891
|
+
type: 'IfcGridAxis',
|
|
59892
59892
|
optional: false,
|
|
59893
59893
|
isArray: false,
|
|
59894
59894
|
isList: true,
|
|
@@ -60315,7 +60315,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
60315
60315
|
},
|
|
60316
60316
|
{
|
|
60317
60317
|
name: 'RepresentationMaps',
|
|
60318
|
-
type: '
|
|
60318
|
+
type: 'IfcRepresentationMap',
|
|
60319
60319
|
optional: true,
|
|
60320
60320
|
isArray: false,
|
|
60321
60321
|
isList: true,
|
|
@@ -60505,7 +60505,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
60505
60505
|
},
|
|
60506
60506
|
{
|
|
60507
60507
|
name: 'RepresentationMaps',
|
|
60508
|
-
type: '
|
|
60508
|
+
type: 'IfcRepresentationMap',
|
|
60509
60509
|
optional: true,
|
|
60510
60510
|
isArray: false,
|
|
60511
60511
|
isList: true,
|
|
@@ -61252,7 +61252,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
61252
61252
|
},
|
|
61253
61253
|
{
|
|
61254
61254
|
name: 'RepresentationMaps',
|
|
61255
|
-
type: '
|
|
61255
|
+
type: 'IfcRepresentationMap',
|
|
61256
61256
|
optional: true,
|
|
61257
61257
|
isArray: false,
|
|
61258
61258
|
isList: true,
|
|
@@ -61392,7 +61392,7 @@ export const SCHEMA_REGISTRY = {
|
|
|
61392
61392
|
},
|
|
61393
61393
|
{
|
|
61394
61394
|
name: 'RepresentationMaps',
|
|
61395
|
-
type: '
|
|
61395
|
+
type: 'IfcRepresentationMap',
|
|
61396
61396
|
optional: true,
|
|
61397
61397
|
isArray: false,
|
|
61398
61398
|
isList: true,
|