forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IfcStructuralElementsDomain.pot
1888 lines (1351 loc) · 83.9 KB
/
IfcStructuralElementsDomain.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Industry Foundation Classes IFC.
# Copyright (C) 2020 buildingSMART
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2020-09-25 10:09+0200\n"
"X-Crowdin-SourceKey: msgstr\n"
"Language-Team: buildingSMART community\n"
#:IFC.xml:42549
msgid "IfcFooting"
msgstr "IfcFooting"
msgid "IfcFooting_DEFINITION"
msgstr "A footing is a part of the foundation of a structure that spreads and transmits the load to the soil. A footing is also characterized as shallow foundation, where the loads are transfered to the ground near the surface. .extDef NOTE Definition according to ISO 6707 1 stepped construction that spreads the load at the foot of a wall or column. HISTORY New entity in IFC2x2. NOTE Slab foundations, also called slab on grade, are not instantiated as [[IfcFooting]] but as [[IfcSlab]] or as its subtype [[IfcSlabStandardCase]] , [[IfcSlabElementedCase]] with a predefined type of [[IfcSlabTypeEnum]] .BASESLAB. Deep foundations, which transfer the loads to subsurface layers, are represented by [[IfcDeepFoundation]] and its subtypes [[IfcCaissonFoundation]] and [[IfcPile]] . bSI Documentation"
#:IFC.xml:42564
msgid "IfcFooting_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFooting_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42579
msgid "IfcFootingType"
msgstr "IfcFootingType"
msgid "IfcFootingType_DEFINITION"
msgstr "The building element type [[IfcFootingType]] defines commonly shared information for occurrences of footings. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a footing type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcFootingType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcFootingType]] are represented by instances of [[IfcFooting]] . Refer to the documentation at [[IfcFooting]] for supported property sets, materials, and composition. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:42586
msgid "IfcFootingType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFootingType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42598
msgid "IfcFootingTypeEnum"
msgstr "IfcFootingTypeEnum"
msgid "IfcFootingTypeEnum_DEFINITION"
msgstr "Enumeration defining the generic footing type. HISTORY New type in IFC2x2 .change ifc2x4 IFC 2x4 CHANGE Item CAISSON FOUNDATION added. bSI Documentation"
#:IFC.xml:42604
msgid "IfcFootingTypeEnum_CAISSON_FOUNDATION"
msgstr "CAISSON FOUNDATION"
msgid "IfcFootingTypeEnum_CAISSON_FOUNDATION_DEFINITION"
msgstr "A foundation construction type used in underwater construction. X 0D X 0D .change ifc4x2 X 0D IFC4x2 CHANGE Enum made optional and deprecated. Use the dedicated class [[IfcCaissonFoundation]] instead."
#:IFC.xml:42609
msgid "IfcFootingTypeEnum_STRIP_FOOTING"
msgstr "STRIP FOOTING"
msgid "IfcFootingTypeEnum_STRIP_FOOTING_DEFINITION"
msgstr "A linear element that transfers loads into the ground from either a continuous element, such as a wall, or from a series of elements, such as columns."
#:IFC.xml:42606
msgid "IfcFootingTypeEnum_PAD_FOOTING"
msgstr "PAD FOOTING"
msgid "IfcFootingTypeEnum_PAD_FOOTING_DEFINITION"
msgstr "An element that transfers the load of a single column possibly two to the ground."
#:IFC.xml:42608
msgid "IfcFootingTypeEnum_PILE_CAP"
msgstr "PILE CAP"
msgid "IfcFootingTypeEnum_PILE_CAP_DEFINITION"
msgstr "An element that transfers the load from a column or group of columns to a pier or pile or group of piers or piles."
#:IFC.xml:42605
msgid "IfcFootingTypeEnum_FOOTING_BEAM"
msgstr "FOOTING BEAM"
msgid "IfcFootingTypeEnum_FOOTING_BEAM_DEFINITION"
msgstr "Footing elements that are in bending and are supported clear of the ground. They will normally span between piers, piles or pile caps. They are distinguished from beams in the building superstructure since they will normally require a lower grade of finish. They are distinguished from STRIP FOOTING since they are clear of the ground surface and hence require support to the lower face while the concrete is curing."
#:IFC.xml:42610
msgid "IfcPile"
msgstr "IfcPile"
msgid "IfcPile_DEFINITION"
msgstr "A pile is a slender timber, concrete, or steel structural element, driven, jetted, or otherwise embedded on end in the ground for the purpose of supporting a load. A pile is also characterized as deep foundation, where the loads are transfered to deeper subsurface layers. .extDef NOTE Definition according to ISO 6707 1 slender structural member, substantially underground, intended to transmit force s into loadbearing strata below the surface of the ground. NOTE Shallow foundations, which transfer the loads to the ground near its surface, are represented by [[IfcFooting]] . HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:42629
msgid "IfcPile_PredefinedType"
msgstr "PredefinedType"
msgid "IfcPile_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42619
msgid "IfcPile_ConstructionType"
msgstr "ConstructionType"
msgid "IfcPile_ConstructionType_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Material profile association capability by means of [[IfcRelAssociatesMaterial]] has been added. The attribute ConstructionType should not be used whenever its information can be provided by a material profile set, either associated with the [[IfcPile]] object or, if present, with a corresponding instance of [[IfcPileType]] ."
#:IFC.xml:42643
msgid "IfcPileConstructionEnum"
msgstr "IfcPileConstructionEnum"
msgid "IfcPileConstructionEnum_DEFINITION"
msgstr "Enumeration defining the construction type for piles. The type is mainly based on how the piles are used and manufactured. Some material information is mixed in because this affects the way the piles are used. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:42651
msgid "IfcPileType"
msgstr "IfcPileType"
msgid "IfcPileType_DEFINITION"
msgstr "The building element type [[IfcPileType]] defines commonly shared information for occurrences of piles. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a pile type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcPileType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcPileType]] are represented by instances of [[IfcPile]] . Refer to the documentation at [[IfcPile]] for supported property sets, materials, and composition. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:42658
msgid "IfcPileType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcPileType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42670
msgid "IfcPileTypeEnum"
msgstr "IfcPileTypeEnum"
msgid "IfcPileTypeEnum_DEFINITION"
msgstr "Enumeration defining the pile type. HISTORY New type in IFC2x2 .change ifc2x4 IFC 2x4 CHANGE Items BORED, DRIVEN, JETGROUTING added. bSI Documentation"
#:IFC.xml:42680
msgid "IfcPileTypeEnum_FRICTION"
msgstr "FRICTION"
msgid "IfcPileTypeEnum_FRICTION_DEFINITION"
msgstr "FRICTION"
#:IFC.xml:42677
msgid "IfcPileTypeEnum_BORED"
msgstr "BORED"
msgid "IfcPileTypeEnum_BORED_DEFINITION"
msgstr "A bore pile."
#:IFC.xml:42679
msgid "IfcPileTypeEnum_DRIVEN"
msgstr "DRIVEN"
msgid "IfcPileTypeEnum_DRIVEN_DEFINITION"
msgstr "A rammed, vibrated, or otherwise driven pile."
#:IFC.xml:42678
msgid "IfcPileTypeEnum_COHESION"
msgstr "COHESION"
msgid "IfcPileTypeEnum_COHESION_DEFINITION"
msgstr "A cohesion pile."
#:IFC.xml:42682
msgid "IfcPileTypeEnum_SUPPORT"
msgstr "SUPPORT"
msgid "IfcPileTypeEnum_SUPPORT_DEFINITION"
msgstr "A support pile."
#:IFC.xml:42681
msgid "IfcPileTypeEnum_JETGROUTING"
msgstr "JETGROUTING"
msgid "IfcPileTypeEnum_JETGROUTING_DEFINITION"
msgstr "An injected pile like construction."
#:IFC.xml:42683
msgid "IfcReinforcementDefinitionProperties"
msgstr "IfcReinforcementDefinitionProperties"
msgid "IfcReinforcementDefinitionProperties_DEFINITION"
msgstr "[[IfcReinforcementDefinitionProperties]] defines the cross section properties of reinforcement included in reinforced concrete building elements. The property set definition may be used both in conjunction with insitu and precast structures. This subtype of [[IfcPropertySetDefinition]] is used to define the reinforcement properties in early design stages, such as in requirement definition or scheme design. In later design stages explicit instances of subtypes of [[IfcReinforcingElement]] are used. The intended usage may be indicated using the DefinitionType attribute value as a designator recommended values are Reinforcement area requirement or Reinforcement configuration requirement . Other values may be used according to local standards. Only one property set definition of this kind is used for each concrete building element in each intended usage indicated by the DefinitionType attribute value. This set then defines a list of cross section properties in a discrete number of longitudinal sections as instances of [[IfcSectionReinforcementProperties]] one for each structural reinforcement bar role , which in turn have a section cross section property defined as a profile and a number of reinforcement properties, one for each steel grade bar type. HISTORY New entity in IFC2x2 .change ifc2x4 IFC4 CHANGE Supertype changed from [[IfcPropertySetDefinition]] to [[IfcPreDefinedPropertySet]] bSI Documentation"
#:IFC.xml:31032
msgid "IfcReinforcementDefinitionProperties_ReinforcementSectionDefinitions"
msgstr "ReinforcementSectionDefinitions"
msgid "IfcReinforcementDefinitionProperties_ReinforcementSectionDefinitions_DEFINITION"
msgstr "ReinforcementSectionDefinitions"
#:IFC.xml:42684
msgid "IfcReinforcementDefinitionProperties_DefinitionType"
msgstr "DefinitionType"
msgid "IfcReinforcementDefinitionProperties_DefinitionType_DEFINITION"
msgstr "Descriptive type name applied to reinforcement definition properties."
#:IFC.xml:42691
msgid "IfcReinforcingBar"
msgstr "IfcReinforcingBar"
msgid "IfcReinforcingBar_DEFINITION"
msgstr "A reinforcing bar is usually made of steel with manufactured deformations in the surface, and used in concrete and masonry construction to provide additional strength. A single instance of this class may represent one or many of actual rebars, for example a row of rebars. HISTORY New entity in IFC2x2 .change ifc2x4 IFC 2x4 CHANGE All attributes are optional now. Several attributes are deprecated their information now provided by [[IfcReinforcingBarType]] . Attribute BarRole renamed to PredefinedType . .use head Geometry Use Definition Placement and representation are defined at the supertype [[IfcElementComponent]] . The representation map of a mapped Body representation should contain a representation of type AdvancedSweptSolid which holds an [[IfcSweptDiskSolid]] including subtype [[IfcSweptDiskSolidPolygonal]] . bSI Documentation"
#:IFC.xml:42722
msgid "IfcReinforcingBar_PredefinedType"
msgstr "PredefinedType"
msgid "IfcReinforcingBar_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42700
msgid "IfcReinforcingBar_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcReinforcingBar_NominalDiameter_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingBarType]] instead."
#:IFC.xml:42705
msgid "IfcReinforcingBar_CrossSectionArea"
msgstr "CrossSectionArea"
msgid "IfcReinforcingBar_CrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the reinforcing bar or group of bars. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional."
#:IFC.xml:42710
msgid "IfcReinforcingBar_BarLength"
msgstr "BarLength"
msgid "IfcReinforcingBar_BarLength_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute deprecated. Use respective attribute at [[IfcReinforcingBarType]] instead."
#:IFC.xml:42715
msgid "IfcReinforcingBar_BarSurface"
msgstr "BarSurface"
msgid "IfcReinforcingBar_BarSurface_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingBarType]] instead."
#:IFC.xml:42734
msgid "IfcReinforcingBarType"
msgstr "IfcReinforcingBarType"
msgid "IfcReinforcingBarType_DEFINITION"
msgstr "The reinforcing element type [[IfcReinforcingBarType]] defines commonly shared information for occurrences of reinforcing bars. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a reinforcing bar type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcReinforcingBarType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcReinforcingBarType]] are represented by instances of [[IfcReinforcingBar]] . HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:42775
msgid "IfcReinforcingBarType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcReinforcingBarType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42743
msgid "IfcReinforcingBarType_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcReinforcingBarType_NominalDiameter_DEFINITION"
msgstr "The nominal diameter defining the cross section size of the reinforcing bar."
#:IFC.xml:42748
msgid "IfcReinforcingBarType_CrossSectionArea"
msgstr "CrossSectionArea"
msgid "IfcReinforcingBarType_CrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the reinforcing bar."
#:IFC.xml:42753
msgid "IfcReinforcingBarType_BarLength"
msgstr "BarLength"
msgid "IfcReinforcingBarType_BarLength_DEFINITION"
msgstr "The total length of the reinforcing bar. The total length of bended bars are calculated according to local standards with corrections for the bends."
#:IFC.xml:42758
msgid "IfcReinforcingBarType_BarSurface"
msgstr "BarSurface"
msgid "IfcReinforcingBarType_BarSurface_DEFINITION"
msgstr "Indicator for whether the bar surface is plain or textured."
#:IFC.xml:42763
msgid "IfcReinforcingBarType_BendingShapeCode"
msgstr "BendingShapeCode"
msgid "IfcReinforcingBarType_BendingShapeCode_DEFINITION"
msgstr "Shape code per a standard like ACI 315, ISO 3766, or a similar standard. It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the [[IfcProject]] object through the [[IfcDocumentReference]] mechanism."
#:IFC.xml:42768
msgid "IfcReinforcingBarType_BendingParameters"
msgstr "BendingParameters"
msgid "IfcReinforcingBarType_BendingParameters_DEFINITION"
msgstr "Bending shape parameters. Their meaning is defined by the bending shape code and the respective standard."
#:IFC.xml:42787
msgid "IfcReinforcingBarTypeEnum"
msgstr "IfcReinforcingBarTypeEnum"
msgid "IfcReinforcingBarTypeEnum_DEFINITION"
msgstr "Enumeration defining standard types for the role, purpose or usage of the bar, i.e. the kind of loads and stresses they are intended to carry. HISTORY New type in IFC2x2 .change ifc2x4 IFC4 CHANGE Item ANCHORING added. Enumeration renamed in IFC4 from [[IfcReinforcingBarRoleEnum]] without changes to the range of enumeration items. bSI Documentation"
#:IFC.xml:42802
msgid "IfcReinforcingBarTypeEnum_PUNCHING"
msgstr "PUNCHING"
msgid "IfcReinforcingBarTypeEnum_PUNCHING_DEFINITION"
msgstr "PUNCHING"
#:IFC.xml:42805
msgid "IfcReinforcingBarTypeEnum_SPACEBAR"
msgstr "SPACEBAR"
msgid "IfcReinforcingBarTypeEnum_SPACEBAR_DEFINITION"
msgstr "A stirrup in pre stressing system to position TendonConduit."
#:IFC.xml:42798
msgid "IfcReinforcingBarTypeEnum_ANCHORING"
msgstr "ANCHORING"
msgid "IfcReinforcingBarTypeEnum_ANCHORING_DEFINITION"
msgstr "ANCHORING"
#:IFC.xml:42801
msgid "IfcReinforcingBarTypeEnum_MAIN"
msgstr "MAIN"
msgid "IfcReinforcingBarTypeEnum_MAIN_DEFINITION"
msgstr "MAIN"
#:IFC.xml:42799
msgid "IfcReinforcingBarTypeEnum_EDGE"
msgstr "EDGE"
msgid "IfcReinforcingBarTypeEnum_EDGE_DEFINITION"
msgstr "EDGE"
#:IFC.xml:42807
msgid "IfcReinforcingBarTypeEnum_STUD"
msgstr "STUD"
msgid "IfcReinforcingBarTypeEnum_STUD_DEFINITION"
msgstr "STUD"
#:IFC.xml:42800
msgid "IfcReinforcingBarTypeEnum_LIGATURE"
msgstr "LIGATURE"
msgid "IfcReinforcingBarTypeEnum_LIGATURE_DEFINITION"
msgstr "LIGATURE"
#:IFC.xml:42803
msgid "IfcReinforcingBarTypeEnum_RING"
msgstr "RING"
msgid "IfcReinforcingBarTypeEnum_RING_DEFINITION"
msgstr "RING"
#:IFC.xml:42804
msgid "IfcReinforcingBarTypeEnum_SHEAR"
msgstr "SHEAR"
msgid "IfcReinforcingBarTypeEnum_SHEAR_DEFINITION"
msgstr "SHEAR"
#:IFC.xml:42808
msgid "IfcReinforcingElement"
msgstr "IfcReinforcingElement"
msgid "IfcReinforcingElement_DEFINITION"
msgstr "A reinforcing element represents bars, wires, strands, meshes, tendons, and other components embedded in concrete in such a manner that the reinforcement and the concrete act together in resisting forces. .extDef NOTE Definition according to ISO 6707 1 rod s , bar s , fabric, fibres, wires and cable s added to give additional strength or support to a material or component. One or several instances of subtypes of [[IfcReinforcingElement]] should always be accompanied by a defining instance of a respective subtype of [[IfcReinforcingElementType]] . The type object holds shape and material information. HISTORY New entity in IFC2x2 .change ifc2x4 IFC4 CHANGE Attribute SteelGrade deprecated. bSI Documentation"
#:IFC.xml:42809
msgid "IfcReinforcingElement_SteelGrade"
msgstr "SteelGrade"
msgid "IfcReinforcingElement_SteelGrade_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute deprecated. Use material association at [[IfcReinforcingElementType]] instead."
#:IFC.xml:42817
msgid "IfcReinforcingElementType"
msgstr "IfcReinforcingElementType"
msgid "IfcReinforcingElementType_DEFINITION"
msgstr "The element component type [[IfcReinforcingElementType]] defines commonly shared information for occurrences of reinforcing elements. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a reinforcing element type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcReinforcingElementType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcReinforcingElementType]] are represented by instances of [[IfcReinforcingElement]] . HISTORY New entity in IFC2x2. .use head Material Use Definition An associated material denotes the steel grade, preferrably using material classification. bSI Documentation"
#:IFC.xml:42820
msgid "IfcReinforcingMesh"
msgstr "IfcReinforcingMesh"
msgid "IfcReinforcingMesh_DEFINITION"
msgstr "A reinforcing mesh is a series of longitudinal and transverse wires or bars of various gauges, arranged at right angles to each other and welded at all points of intersection usually used for concrete slab reinforcement. It is also known as welded wire fabric. In scope are plane meshes as well as bent meshes. HISTORY New entity in IFC2x2 .change ifc2x4 IFC4 CHANGE All attributes are optional now. Several attributes are deprecated their information is now provided by [[IfcReinforcingMeshType]] . Attribute PredefinedType added. .use head Geometry Use Definition Placement and representation are defined at the supertype [[IfcElementComponent]] . The representation map of a mapped Outline representation should contain a representation of type Curve3D which holds an [[IfcPolyline]] . The representation map of a mapped Body representation should contain a representation of type AdvancedSweptSolid which holds multiple [[IfcSweptDiskSolid]] including subtype [[IfcSweptDiskSolidPolygonal]] . bSI Documentation"
#:IFC.xml:42871
msgid "IfcReinforcingMesh_PredefinedType"
msgstr "PredefinedType"
msgid "IfcReinforcingMesh_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42829
msgid "IfcReinforcingMesh_MeshLength"
msgstr "MeshLength"
msgid "IfcReinforcingMesh_MeshLength_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42834
msgid "IfcReinforcingMesh_MeshWidth"
msgstr "MeshWidth"
msgid "IfcReinforcingMesh_MeshWidth_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42839
msgid "IfcReinforcingMesh_LongitudinalBarNominalDiameter"
msgstr "LongitudinalBarNominalDiameter"
msgid "IfcReinforcingMesh_LongitudinalBarNominalDiameter_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42844
msgid "IfcReinforcingMesh_TransverseBarNominalDiameter"
msgstr "TransverseBarNominalDiameter"
msgid "IfcReinforcingMesh_TransverseBarNominalDiameter_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42849
msgid "IfcReinforcingMesh_LongitudinalBarCrossSectionArea"
msgstr "LongitudinalBarCrossSectionArea"
msgid "IfcReinforcingMesh_LongitudinalBarCrossSectionArea_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42854
msgid "IfcReinforcingMesh_TransverseBarCrossSectionArea"
msgstr "TransverseBarCrossSectionArea"
msgid "IfcReinforcingMesh_TransverseBarCrossSectionArea_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42859
msgid "IfcReinforcingMesh_LongitudinalBarSpacing"
msgstr "LongitudinalBarSpacing"
msgid "IfcReinforcingMesh_LongitudinalBarSpacing_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42864
msgid "IfcReinforcingMesh_TransverseBarSpacing"
msgstr "TransverseBarSpacing"
msgid "IfcReinforcingMesh_TransverseBarSpacing_DEFINITION"
msgstr "Deprecated. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcReinforcingMeshType]] instead."
#:IFC.xml:42883
msgid "IfcReinforcingMeshType"
msgstr "IfcReinforcingMeshType"
msgid "IfcReinforcingMeshType_DEFINITION"
msgstr "The reinforcing element type [[IfcReinforcingMeshType]] defines commonly shared information for occurrences of reinforcing meshs. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a reinforcing mesh type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcReinforcingMeshType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcReinforcingMeshType]] are represented by instances of [[IfcReinforcingMesh]] . HISTORY New entity in IFC4. .use head Geometry Use Definition The [[IfcReinforcingMeshType]] may define the shared geometric representation for many mesh occurrences. The RepresentationMaps attribute refers to a list of [[IfcRepresentationMap]] s, that allow for multiple geometric representations. bSI Documentation"
#:IFC.xml:42944
msgid "IfcReinforcingMeshType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcReinforcingMeshType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42892
msgid "IfcReinforcingMeshType_MeshLength"
msgstr "MeshLength"
msgid "IfcReinforcingMeshType_MeshLength_DEFINITION"
msgstr "The overall length of the mesh measured in its longitudinal direction."
#:IFC.xml:42897
msgid "IfcReinforcingMeshType_MeshWidth"
msgstr "MeshWidth"
msgid "IfcReinforcingMeshType_MeshWidth_DEFINITION"
msgstr "The overall width of the mesh measured in its transversal direction."
#:IFC.xml:42902
msgid "IfcReinforcingMeshType_LongitudinalBarNominalDiameter"
msgstr "LongitudinalBarNominalDiameter"
msgid "IfcReinforcingMeshType_LongitudinalBarNominalDiameter_DEFINITION"
msgstr "The nominal diameter denoting the cross section size of the longitudinal bars."
#:IFC.xml:42907
msgid "IfcReinforcingMeshType_TransverseBarNominalDiameter"
msgstr "TransverseBarNominalDiameter"
msgid "IfcReinforcingMeshType_TransverseBarNominalDiameter_DEFINITION"
msgstr "The nominal diameter denoting the cross section size of the transverse bars."
#:IFC.xml:42912
msgid "IfcReinforcingMeshType_LongitudinalBarCrossSectionArea"
msgstr "LongitudinalBarCrossSectionArea"
msgid "IfcReinforcingMeshType_LongitudinalBarCrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the longitudinal bars of the mesh."
#:IFC.xml:42917
msgid "IfcReinforcingMeshType_TransverseBarCrossSectionArea"
msgstr "TransverseBarCrossSectionArea"
msgid "IfcReinforcingMeshType_TransverseBarCrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the transverse bars of the mesh."
#:IFC.xml:42922
msgid "IfcReinforcingMeshType_LongitudinalBarSpacing"
msgstr "LongitudinalBarSpacing"
msgid "IfcReinforcingMeshType_LongitudinalBarSpacing_DEFINITION"
msgstr "The spacing between the longitudinal bars. Note an even distribution of bars is presumed other cases are handled by classification or property sets."
#:IFC.xml:42927
msgid "IfcReinforcingMeshType_TransverseBarSpacing"
msgstr "TransverseBarSpacing"
msgid "IfcReinforcingMeshType_TransverseBarSpacing_DEFINITION"
msgstr "The spacing between the transverse bars. Note an even distribution of bars is presumed other cases are handled by classification or property sets."
#:IFC.xml:42932
msgid "IfcReinforcingMeshType_BendingShapeCode"
msgstr "BendingShapeCode"
msgid "IfcReinforcingMeshType_BendingShapeCode_DEFINITION"
msgstr "If this mesh type is bent rather than planar, this attribute provides a shape code per a standard like ACI 315, ISO 3766, or a similar standard. It is presumed that a single standard for defining the mesh bending is used throughout the project and that this standard is referenced from the [[IfcProject]] object through the [[IfcDocumentReference]] mechanism."
#:IFC.xml:42937
msgid "IfcReinforcingMeshType_BendingParameters"
msgstr "BendingParameters"
msgid "IfcReinforcingMeshType_BendingParameters_DEFINITION"
msgstr "If this mesh type is bent rather than planar, this attribute provides bending shape parameters. Their meaning is defined by the bending shape code and the respective standard."
#:IFC.xml:42956
msgid "IfcReinforcingMeshTypeEnum"
msgstr "IfcReinforcingMeshTypeEnum"
msgid "IfcReinforcingMeshTypeEnum_DEFINITION"
msgstr "Enumeration defining the reinforcing mesh type. HISTORY New type in IFC4 bSI Documentation"
#:IFC.xml:42958
msgid "IfcSurfaceFeature"
msgstr "IfcSurfaceFeature"
msgid "IfcSurfaceFeature_DEFINITION"
msgstr "A surface feature is a modification at onto, or into of the surface of an element. Parts of the surface of the entire surface may be affected. The volume and mass of the element may be increased, remain unchanged, or be decreased by the surface feature, depending on manufacturing technology. However, any increase or decrease of volume is small compared to the total volume of the element. The standard use of instances of [[IfcSurfaceFeature]] is as a part of element type objects instances of subtypes of [[IfcElementType]] . The part whole relationship is established by an aggregation relationship object, expressing the decomposition of an element type into one or more additive elements element parts and zero or more feature elements. HISTORY New entity in IFC4. Containment Use Definition Surface features shall have no spatial containment relationship to the spatial structure since they are dependent on element types without spatial containment relationships or on an element occurrence with own spatial containment relationship. The SELF [[IfcElement]].ContainedInStructure relationship shall be NIL. Geometry use definition The geometric representation of IfcSurfaceFeatureElement is given by the [[IfcProductDefinitionShape]] , allowing multiple geometric representation. Local Placement The local placement for IfcSurfaceFeatureElement is defined in its supertype [[IfcProduct]] . It is defined by the [[IfcLocalPlacement]] , which defines the local coordinate system that is referenced by all geometric representations. In case of features which are part of an element type, absolute placement into the type object s implied coordinate system shall be used. In case of features which are voiding an element occurrence, the PlacementRelTo relationship of [[IfcLocalPlacement]] shall point to the local placement of the respective element. Shape representation Different shape representations may be used, depending on the nature of the feature and information requirements Symbolic representation, such as the two dimensional bounding box of a tag. A geometric set representing the geometric items of a mark. Surface representations of treated parts of the lement surface by means of [[IfcShellBasedSurfaceModel]] . The faces within the surface model may be included into a B Rep model within a representation map of the parent element type. Higher level parameters geometric and non geometric may be provided by property sets based on local agreements. bSI Documentation"
#:IFC.xml:42965
msgid "IfcSurfaceFeature_PredefinedType"
msgstr "PredefinedType"
msgid "IfcSurfaceFeature_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:42977
msgid "IfcSurfaceFeatureTypeEnum"
msgstr "IfcSurfaceFeatureTypeEnum"
msgid "IfcSurfaceFeatureTypeEnum_DEFINITION"
msgstr "This enumeration indicates the type of a surface feature. HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:42995
msgid "IfcSurfaceFeatureTypeEnum_TRANSVERSERUMBLESTRIP"
msgstr "TRANSVERSERUMBLESTRIP"
msgid "IfcSurfaceFeatureTypeEnum_TRANSVERSERUMBLESTRIP_DEFINITION"
msgstr "Type of rumble strip running across lane s ."
#:IFC.xml:42535
msgid "IfcSurfaceFeatureTypeEnum_LINEMARKING"
msgstr "LINEMARKING"
msgid "IfcSurfaceFeatureTypeEnum_LINEMARKING_DEFINITION"
msgstr "2D lines painted on pavement surfaces to form boundaries, centrelines and edge markings."
#:IFC.xml:42989
msgid "IfcSurfaceFeatureTypeEnum_DEFECT"
msgstr "DEFECT"
msgid "IfcSurfaceFeatureTypeEnum_DEFECT_DEFINITION"
msgstr "Detected defect on the surface of an element, such as corroded or eroded area."
#:IFC.xml:42994
msgid "IfcSurfaceFeatureTypeEnum_RUMBLESTRIP"
msgstr "RUMBLESTRIP"
msgid "IfcSurfaceFeatureTypeEnum_RUMBLESTRIP_DEFINITION"
msgstr "Raised and often textured strips on road center line or on shoulder, or across lanes to alert drivers by vibration and noise. Also Jiggle bars. NOTE Definition from PIARC Narrow raised and often specially textured strips across or alongside the carriageway, generating noise and vibrations through vehicles in order to alert drivers and encourage them to slow down for particular hazards."
#:IFC.xml:42531
msgid "IfcSurfaceFeatureTypeEnum_HATCHMARKING"
msgstr "HATCHMARKING"
msgid "IfcSurfaceFeatureTypeEnum_HATCHMARKING_DEFINITION"
msgstr "surface markings defined by enclosed 2d shape with defined hatch fillings."
#:IFC.xml:42543
msgid "IfcSurfaceFeatureTypeEnum_SYMBOLMARKING"
msgstr "SYMBOLMARKING"
msgid "IfcSurfaceFeatureTypeEnum_SYMBOLMARKING_DEFINITION"
msgstr "Surface markings that convey information in the form of symbols and shapes such as arrows, text or pictorial symbols."
#:IFC.xml:42991
msgid "IfcSurfaceFeatureTypeEnum_TAG"
msgstr "TAG"
msgid "IfcSurfaceFeatureTypeEnum_TAG_DEFINITION"
msgstr "A name tag, which allows to identify an element during production, delivery and assembly. May be manufactured in different ways, e.g. by printing or punching the tracking code onto the element or by attaching an actual tag."
#:IFC.xml:42993
msgid "IfcSurfaceFeatureTypeEnum_NONSKIDSURFACING"
msgstr "NONSKIDSURFACING"
msgid "IfcSurfaceFeatureTypeEnum_NONSKIDSURFACING_DEFINITION"
msgstr "Paint or surfacing to prevent sliding or skidding."
#:IFC.xml:42541
msgid "IfcSurfaceFeatureTypeEnum_PAVEMENTSURFACEMARKING"
msgstr "PAVEMENTSURFACEMARKING"
msgid "IfcSurfaceFeatureTypeEnum_PAVEMENTSURFACEMARKING_DEFINITION"
msgstr "Painted or chemical lines or symbols on the surface of pavements a road or paved area"
#:IFC.xml:42992
msgid "IfcSurfaceFeatureTypeEnum_TREATMENT"
msgstr "TREATMENT"
msgid "IfcSurfaceFeatureTypeEnum_TREATMENT_DEFINITION"
msgstr "A subtractive surface feature, e.g. grinding, or an additive surface feature, e.g. coating, or an impregnating treatment, or a series of any of these kinds of treatments."
#:IFC.xml:42990
msgid "IfcSurfaceFeatureTypeEnum_MARK"
msgstr "MARK"
msgid "IfcSurfaceFeatureTypeEnum_MARK_DEFINITION"
msgstr "A point, line, cross, or other mark, applied for example for easier adjustment of elements during assembly."
#:IFC.xml:42998
msgid "IfcTendon"
msgstr "IfcTendon"
msgid "IfcTendon_DEFINITION"
msgstr "A tendon is a steel element such as a wire, cable, bar, rod, or strand used to impart prestress to concrete when the element is tensioned. .extDef NOTE Definition according to ISO 6707 1 steel bar s or groups of bars, strands or wires given a tensile stress that produces a compressive stress in prestressed concrete or masonry. .extDef NOTE To be efficient, the cable follows the deck alignment and moves vertically up on the top of the piers and down in the middle of the span. Therefore the cable axis is defined relatively towards the deck alignment. The ShapeRepresentation should be AdvancedSweptSolid geometry based on SectionedSolidHorizontal description including DistanceExpression, CircleProfileDef and AlignmentCurve, leading to a polyline describing the cable directrix. .extDef NOTE Regarding the Structural Analysis model, the cable has to be transformed into loads applied at each CartesianPoint defining the polyline. HISTORY New entity in IFC2x2. .change ifc2x4 IFC4 CHANGE Attribute PredefinedType made optional. NominalDiameter and CrossSectionArea made optional and deprecated this information can now be provided by [[IfcTendonType]] . Description of FrictionCoefficient corrected. bSI Documentation"
#:IFC.xml:43044
msgid "IfcTendon_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendon_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43007
msgid "IfcTendon_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcTendon_NominalDiameter_DEFINITION"
msgstr "The nominal diameter defining the cross section size of the tendon. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcTendonType]] instead."
#:IFC.xml:43012
msgid "IfcTendon_CrossSectionArea"
msgstr "CrossSectionArea"
msgid "IfcTendon_CrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the tendon. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Attribute made optional and deprecated. Use respective attribute at [[IfcTendonType]] instead."
#:IFC.xml:43017
msgid "IfcTendon_TensionForce"
msgstr "TensionForce"
msgid "IfcTendon_TensionForce_DEFINITION"
msgstr "The maximum allowed tension force that can be applied on the tendon."
#:IFC.xml:43022
msgid "IfcTendon_PreStress"
msgstr "PreStress"
msgid "IfcTendon_PreStress_DEFINITION"
msgstr "The prestress to be applied on the tendon."
#:IFC.xml:43027
msgid "IfcTendon_FrictionCoefficient"
msgstr "FrictionCoefficient"
msgid "IfcTendon_FrictionCoefficient_DEFINITION"
msgstr "The friction coefficient between tendon and tendon sheet while the tendon is unbonded."
#:IFC.xml:43032
msgid "IfcTendon_AnchorageSlip"
msgstr "AnchorageSlip"
msgid "IfcTendon_AnchorageSlip_DEFINITION"
msgstr "The deformation of an anchor or slippage of tendons when the prestressing device is released."
#:IFC.xml:43037
msgid "IfcTendon_MinCurvatureRadius"
msgstr "MinCurvatureRadius"
msgid "IfcTendon_MinCurvatureRadius_DEFINITION"
msgstr "The smallest curvature radius calculated on the whole effective length of the tendon where the tension properties are still valid."
#:IFC.xml:43056
msgid "IfcTendonAnchor"
msgstr "IfcTendonAnchor"
msgid "IfcTendonAnchor_DEFINITION"
msgstr "A tendon anchor is the end connection for tendons in prestressed or posttensioned concrete. HISTORY New entity in IFC2x2. .history IFC4 CHANGE Attribute PredefinedType added. bSI Documentation"
#:IFC.xml:43067
msgid "IfcTendonAnchor_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendonAnchor_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43079
msgid "IfcTendonAnchorType"
msgstr "IfcTendonAnchorType"
msgid "IfcTendonAnchorType_DEFINITION"
msgstr "The reinforcing element type [[IfcTendonAnchorType]] defines commonly shared information for occurrences of tendon anchors. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a tendon anchor type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcTendonAnchorType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcTendonAnchorType]] are represented by instances of [[IfcTendonAnchor]] . HISTORY New entity in IFC4. .use head Material Use Definition A material or material constituent set may be associated. .use head Geometry Use Definition The [[IfcTendonAnchorType]] may define the shared geometric representation for many tendon anchor occurrences. The RepresentationMaps attribute refers to a list of [[IfcRepresentationMap]] s, that allow for multiple geometric representations. bSI Documentation"
#:IFC.xml:43086
msgid "IfcTendonAnchorType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendonAnchorType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43098
msgid "IfcTendonAnchorTypeEnum"
msgstr "IfcTendonAnchorTypeEnum"
msgid "IfcTendonAnchorTypeEnum_DEFINITION"
msgstr "Enumeration defining the types of tendon anchors. HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:43102
msgid "IfcTendonAnchorTypeEnum_COUPLER"
msgstr "COUPLER"
msgid "IfcTendonAnchorTypeEnum_COUPLER_DEFINITION"
msgstr "COUPLER"
#:IFC.xml:43103
msgid "IfcTendonAnchorTypeEnum_FIXED_END"
msgstr "FIXED END"
msgid "IfcTendonAnchorTypeEnum_FIXED_END_DEFINITION"
msgstr "The anchor fixes the end of a tendon."
#:IFC.xml:43104
msgid "IfcTendonAnchorTypeEnum_TENSIONING_END"
msgstr "TENSIONING END"
msgid "IfcTendonAnchorTypeEnum_TENSIONING_END_DEFINITION"
msgstr "The anchor is used or can be used to prestress the tendon."
#:IFC.xml:43105
msgid "IfcTendonConduit"
msgstr "IfcTendonConduit"
msgid "IfcTendonConduit_DEFINITION"
msgstr "A TendonConduit represents the components of the conduit system for tendons embedded in concrete structure. bSI Documentation"
#:IFC.xml:43116
msgid "IfcTendonConduit_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendonConduit_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43128
msgid "IfcTendonConduitType"
msgstr "IfcTendonConduitType"
msgid "IfcTendonConduitType_DEFINITION"
msgstr "bSI Documentation"
#:IFC.xml:43135
msgid "IfcTendonConduitType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendonConduitType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43147
msgid "IfcTendonConduitTypeEnum"
msgstr "IfcTendonConduitTypeEnum"
msgid "IfcTendonConduitTypeEnum_DEFINITION"
msgstr "bSI Documentation"
#:IFC.xml:43156
msgid "IfcTendonConduitTypeEnum_GROUTING_DUCT"
msgstr "GROUTING DUCT"
msgid "IfcTendonConduitTypeEnum_GROUTING_DUCT_DEFINITION"
msgstr "An additional small conduit connected to the main conduit to allow grouting in case of bonded post tensioning, such as Grout inlet, Grout outlet and Grout vent."
#:IFC.xml:43157
msgid "IfcTendonConduitTypeEnum_TRUMPET"
msgstr "TRUMPET"
msgid "IfcTendonConduitTypeEnum_TRUMPET_DEFINITION"
msgstr "A specific part of conduit which has to be widened when reaching the tendon anchor because the strands are connected individually on the anchor."
#:IFC.xml:43155
msgid "IfcTendonConduitTypeEnum_DUCT"
msgstr "DUCT"
msgid "IfcTendonConduitTypeEnum_DUCT_DEFINITION"
msgstr "DUCT"
#:IFC.xml:43153
msgid "IfcTendonConduitTypeEnum_COUPLER"
msgstr "COUPLER"
msgid "IfcTendonConduitTypeEnum_COUPLER_DEFINITION"
msgstr "COUPLER"
#:IFC.xml:43154
msgid "IfcTendonConduitTypeEnum_DIABOLO"
msgstr "DIABOLO"
msgid "IfcTendonConduitTypeEnum_DIABOLO_DEFINITION"
msgstr "A part of tendon conduit associated to deviator."
#:IFC.xml:43158
msgid "IfcTendonType"
msgstr "IfcTendonType"
msgid "IfcTendonType_DEFINITION"
msgstr "The reinforcing element type [[IfcTendonType]] defines commonly shared information for occurrences of tendons. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a tendon type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcTendonType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcTendonType]] are represented by instances of [[IfcTendon]] . HISTORY New entity in IFC4. .use head Material Use Definition An associated material denotes the steel grade, preferrably via material classification. A material constituent set or material profile set may be associated if the cable, bonding mortar or corrosion protection, and tendon sheeth are to be described together by the material association. .use head Geometry Use Definition The [[IfcTendonType]] may define the shared geometric representation for many tendon occurrences. The RepresentationMaps attribute refers to a list of [[IfcRepresentationMap]] s, that allow for multiple geometric representations. bSI Documentation"
#:IFC.xml:43180
msgid "IfcTendonType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcTendonType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43163
msgid "IfcTendonType_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcTendonType_NominalDiameter_DEFINITION"
msgstr "The nominal diameter defining the cross section size of the prestressed part of the tendon."
#:IFC.xml:43168
msgid "IfcTendonType_CrossSectionArea"
msgstr "CrossSectionArea"
msgid "IfcTendonType_CrossSectionArea_DEFINITION"
msgstr "The effective cross section area of the prestressed part of the tendon."
#:IFC.xml:43173
msgid "IfcTendonType_SheathDiameter"
msgstr "SheathDiameter"
msgid "IfcTendonType_SheathDiameter_DEFINITION"
msgstr "Diameter of the sheeth duct around the tendon, if there is one with this type of tendon."
#:IFC.xml:43192
msgid "IfcTendonTypeEnum"
msgstr "IfcTendonTypeEnum"
msgid "IfcTendonTypeEnum_DEFINITION"
msgstr "Enumeration defining the types of tendons. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:43198
msgid "IfcTendonTypeEnum_COATED"
msgstr "COATED"
msgid "IfcTendonTypeEnum_COATED_DEFINITION"
msgstr "The tendon is coated."
#:IFC.xml:43200
msgid "IfcTendonTypeEnum_WIRE"
msgstr "WIRE"
msgid "IfcTendonTypeEnum_WIRE_DEFINITION"
msgstr "The tendon is a wire."
#:IFC.xml:43197
msgid "IfcTendonTypeEnum_BAR"
msgstr "BAR"
msgid "IfcTendonTypeEnum_BAR_DEFINITION"
msgstr "The tendon is configured as a bar."
#:IFC.xml:43199
msgid "IfcTendonTypeEnum_STRAND"
msgstr "STRAND"
msgid "IfcTendonTypeEnum_STRAND_DEFINITION"
msgstr "The tendon is a strand."
#:IFC.xml:43202
msgid "IfcVoidingFeature"
msgstr "IfcVoidingFeature"
msgid "IfcVoidingFeature_DEFINITION"
msgstr "A voiding feature is a modification of an element which reduces its volume. Such a feature may be manufactured in different ways, for example by cutting, drilling, or milling of members made of various materials, or by inlays into the formwork of cast members made of materials such as concrete. The standard use of instances of [[IfcVoidingFeature]] is as a part of element type objects instances of subtypes of [[IfcElementType]] . The part whole relationship is established by an aggregation relationship object, expressing the decomposition of an element type into one or more additive elements element parts and zero or more feature elements. HISTORY New entity in IFC4. .use head Containment Use Definition Voiding features shall have no spatial containment relationship to the spatial structure since they are dependent on element types without spatial containment relationships or on an element occurrence with own spatial containment relationship. The SELF [[IfcElement]].ContainedInStructure relationship shall be NIL. bSI Documentation"
#:IFC.xml:43209
msgid "IfcVoidingFeature_PredefinedType"
msgstr "PredefinedType"
msgid "IfcVoidingFeature_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:43221
msgid "IfcVoidingFeatureTypeEnum"
msgstr "IfcVoidingFeatureTypeEnum"
msgid "IfcVoidingFeatureTypeEnum_DEFINITION"
msgstr "This enumeration qualifies a voiding feature regarding its shape and configuration relative to the voided element. HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:43231
msgid "IfcVoidingFeatureTypeEnum_HOLE"
msgstr "HOLE"
msgid "IfcVoidingFeatureTypeEnum_HOLE_DEFINITION"
msgstr "A circular or slotted or threaded hole, typically but not necessarily of smaller dimension than what would be considered a cutout."
#:IFC.xml:43232
msgid "IfcVoidingFeatureTypeEnum_MITER"
msgstr "MITER"
msgid "IfcVoidingFeatureTypeEnum_MITER_DEFINITION"
msgstr "A skewed plane end cut, removing material across the entire profile of the voided element."
#:IFC.xml:43233
msgid "IfcVoidingFeatureTypeEnum_NOTCH"
msgstr "NOTCH"
msgid "IfcVoidingFeatureTypeEnum_NOTCH_DEFINITION"
msgstr "An external cutout of with a mostly rectangular cutting profile. The edges between cutting planes may be overcut or undercut, i.e. rounded."
#:IFC.xml:43228
msgid "IfcVoidingFeatureTypeEnum_CHAMFER"
msgstr "CHAMFER"
msgid "IfcVoidingFeatureTypeEnum_CHAMFER_DEFINITION"
msgstr "A skewed plane end cut, removing material only across a part of the profile of the voided element."
#:IFC.xml:43230
msgid "IfcVoidingFeatureTypeEnum_EDGE"
msgstr "EDGE"
msgid "IfcVoidingFeatureTypeEnum_EDGE_DEFINITION"
msgstr "EDGE"
#:IFC.xml:43229
msgid "IfcVoidingFeatureTypeEnum_CUTOUT"
msgstr "CUTOUT"
msgid "IfcVoidingFeatureTypeEnum_CUTOUT_DEFINITION"
msgstr "An internal cutout creating an opening or external cutout creating a recess of arbitrary shape. The edges between cutting planes may be overcut or undercut, i.e. rounded."
#:IFC.xml:43245
msgid "Pset_ConcreteElementGeneral"
msgstr "Pset ConcreteElementGeneral"
msgid "Pset_ConcreteElementGeneral_DEFINITION"
msgstr "General properties common to different types of concrete elements, including reinforced concrete elements. The property set can be used by a number of subtypes of IfcBuildingElement, indicated that such element is designed or constructed using a concrete construction method. bSI Documentation"
#:IFC.xml:43246
msgid "Pset_ConcreteElementGeneral_ConcreteCover"
msgstr "ConcreteCover"
msgid "Pset_ConcreteElementGeneral_ConcreteCover_DEFINITION"
msgstr "The protective concrete cover at the reinforcing bars according to local building regulations."
#:IFC.xml:43251
msgid "Pset_ConcreteElementGeneral_ConcreteCoverAtLinks"
msgstr "ConcreteCoverAtLinks"
msgid "Pset_ConcreteElementGeneral_ConcreteCoverAtLinks_DEFINITION"
msgstr "The protective concrete cover at the reinforcement links according to local building regulations."
#:IFC.xml:43256
msgid "Pset_ConcreteElementGeneral_ConcreteCoverAtMainBars"
msgstr "ConcreteCoverAtMainBars"
msgid "Pset_ConcreteElementGeneral_ConcreteCoverAtMainBars_DEFINITION"
msgstr "The protective concrete cover at the main reinforcing bars according to local building regulations."
#:IFC.xml:43261
msgid "Pset_ConcreteElementGeneral_ConstructionMethod"
msgstr "ConstructionMethod"
msgid "Pset_ConcreteElementGeneral_ConstructionMethod_DEFINITION"
msgstr "Designator for whether the concrete element is constructed on site or prefabricated. Allowed values are In Situ vs Precast ."
#:IFC.xml:43266