forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IfcSharedComponentElements.pot
1034 lines (741 loc) · 48.6 KB
/
IfcSharedComponentElements.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:38576
msgid "IfcBuildingElementPart"
msgstr "IfcBuildingElementPart"
msgid "IfcBuildingElementPart_DEFINITION"
msgstr "[[IfcBuildingElementPart]] represents major components as subordinate parts of a building element. Typical usage examples include precast concrete sandwich walls, where the layers may have different geometry representations. In this case the layered material representation does not sufficiently describe the element. Each layer is represented by an own instance of the [[IfcBuildingElementPart]] with its own geometry description. The kind of building element part is further specified by a corresponding instance of [[IfcBuildingElementPartType]], referred to by [[IfcRelDefinesByType]]. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:38585
msgid "IfcBuildingElementPart_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBuildingElementPart_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38604
msgid "IfcBuildingElementPartType"
msgstr "IfcBuildingElementPartType"
msgid "IfcBuildingElementPartType_DEFINITION"
msgstr "The building element part type defines lists of commonly shared property set definitions and representation maps of parts of a building element. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:38609
msgid "IfcBuildingElementPartType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcBuildingElementPartType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38628
msgid "IfcBuildingElementPartTypeEnum"
msgstr "IfcBuildingElementPartTypeEnum"
msgid "IfcBuildingElementPartTypeEnum_DEFINITION"
msgstr "This enumeration defines the different types of building element parts. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:38638
msgid "IfcBuildingElementPartTypeEnum_SAFETYCAGE"
msgstr "SAFETYCAGE"
msgid "IfcBuildingElementPartTypeEnum_SAFETYCAGE_DEFINITION"
msgstr "Safety cages are an assembly of circular and vertical bars that are fastened to the stiles of fixed ladders and are arranged to enclose the path of a worker when climbing the ladder. Ladders so enclosed are also known as caged or hooped ladders."
#:IFC.xml:38636
msgid "IfcBuildingElementPartTypeEnum_INSULATION"
msgstr "INSULATION"
msgid "IfcBuildingElementPartTypeEnum_INSULATION_DEFINITION"
msgstr "INSULATION"
#:IFC.xml:38637
msgid "IfcBuildingElementPartTypeEnum_PRECASTPANEL"
msgstr "PRECASTPANEL"
msgid "IfcBuildingElementPartTypeEnum_PRECASTPANEL_DEFINITION"
msgstr "The part is a precast panel, usually as an internal or external layer in a sandwich wall panel."
#:IFC.xml:38635
msgid "IfcBuildingElementPartTypeEnum_ARMOURUNIT"
msgstr "ARMOURUNIT"
msgid "IfcBuildingElementPartTypeEnum_ARMOURUNIT_DEFINITION"
msgstr "A large quarry stone or concrete shaped unit used as erosion prevention on slopes such as revetments and breakwaters. these units are grouped together into a Course layer. NOTE definition in ISO 21650 relatively large quarry stone or concrete shaped unit that is selected to fit specified geometric characteristics and density."
#:IFC.xml:38634
msgid "IfcBuildingElementPartTypeEnum_APRON"
msgstr "APRON"
msgid "IfcBuildingElementPartTypeEnum_APRON_DEFINITION"
msgstr "A form of scour protection consisting of timber, concrete, riprap, paving, or other construction placed adjacent to abutments and piers to prevent undermining."
#:IFC.xml:38639
msgid "IfcDiscreteAccessory"
msgstr "IfcDiscreteAccessory"
msgid "IfcDiscreteAccessory_DEFINITION"
msgstr "A discrete accessory is a representation of different kinds of accessories included in or added to elements. HISTORY New entity in IFC2x2. .change ifc2x4 IFC4 CHANGE Attribute PredefinedType added. bSI Documentation"
#:IFC.xml:38650
msgid "IfcDiscreteAccessory_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDiscreteAccessory_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38662
msgid "IfcDiscreteAccessoryType"
msgstr "IfcDiscreteAccessoryType"
msgid "IfcDiscreteAccessoryType_DEFINITION"
msgstr "The element component type [[IfcDiscreteAccessoryType]] defines commonly shared information for occurrences of discrete accessorys. 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 discrete accessory type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcDiscreteAccessoryType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcDiscreteAccessoryType]] are represented by instances of [[IfcDiscreteAccessory]] . HISTORY New entity in IFC4. .use head Type Use Definition The exact type information of the [[IfcDiscreteAccessoryType]] is given in the PredefinedType attribute, possibly in combination with the ElementType attribute inherited from [[IfcElementType]] . Standard ElementType designations are provided for guideline below. The list is not exhaustive and the list of definitions may be extended based on local agreements. Corbels as separate components Hidden steel corbel Corbel system made from steel components embedded into the master element. Visible steel corbel Corbel system made from steel components protruding from the master element. Visible concrete corbel Corbel system made as a separate precast concrete component added to the master element. Connecting accessories, for example for sandwich wall panels Diagonal truss connector A fixing device in truss form with diagonal cross bars holding two precast conrete panels together in a sandwich wall panel. Ladder truss connector A fixing device in truss form with straight cross bars in ladder form holding two precast conrete panels together in a sandwich wall panel. Panel suspender A straight fixing device holding two precast conrete panels together in a sandwich wall panel. Electrical accessories for precast concrete elements Protective plug Protective plug used in element for protecting electrical accessories during manufacturing, transportation and assembly. Fixing parts Standard fixing plate Standard fixing plate. Edge fixing plate Fixing plate attached to the edge of an element. Corner fixing plate Fixing plate attached to the corner of an element. Slab fixing plate Fixing plate for slabs. Channel fixing Fixing channels, often realized as cast in channels. Balcony hinge Accessory supporting and fixing balconies. Frame shoe Fixing shoe for frames. Thermo frame Thermo frame. Column shoe Fixing shoe for columns. Wall shoe Fixing shoe for walls. Fixing socket Fixing socket. Joint accessories Neoprene bearing plate Rubber plate used as a bearing in, for example, joints between column corbels and beams. Working joint reinforcement Reinforcement accessory used in working joints. Expansion joint reinforcement Reinforcement accessory used in expansion joints. Ribbed steel bar extension Extension accessory made of a ribbed reinforcement bar used in joints. Steel pin bolt Pin bolt used to join together, for example, columns and beams. Concrete dowel Dowel pin used in joints. Concrete groove A groove made in a joint. Steel plate A steel plate used as an accessory in a joint. Wire loop A joint connector accessory made from a wire loop. Steel loop A joint connector accessory made from a steel bar loop. Sealing strip A strip sealing the joint. Sealing compound Sealing compound protecting and sealing the joint. Lifting accessories Wire lifting hook A lifting aid in the form of a wire loop. Steel lifting hook A lifting aid in the form of a steel bar loop. Lifting socket A lifting aid in the form of a socket. Steel lifting anchor A lifting aid in the form of a steel lifting anchor. Lifting hole A lifting aid in the form of a hole. Accessories mainly used in the building services domain Antivibration An isolating device to prevent other elements to be effected by vibrations. Drop rod A length of material providing a hanging support to a bracket. Note that a drop rod is considered to include nuts and washers required for securing. Duct foot A base support used to receive a vertical pipe . Framing A frame placed around a penetration to prevent scraping against the building surface or structure. Grommet An element placed within a penetration that seals the penetration for a particular reason. Rack A set of shelving for the purposes of storage that may be freestanding or bolted to a structure. Safety part A part, typically installed in vertical shafts at each level, to ensure safety from falling when entering the shaft. Sleeve A thin barrier placed between a penetration and a penetrating element. Support section A section of material that is used as an intermediate support upon which multiple brackets can be mounted. bSI Documentation"
#:IFC.xml:38669
msgid "IfcDiscreteAccessoryType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcDiscreteAccessoryType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38681
msgid "IfcDiscreteAccessoryTypeEnum"
msgstr "IfcDiscreteAccessoryTypeEnum"
msgid "IfcDiscreteAccessoryTypeEnum_DEFINITION"
msgstr "This enumeration defines the different types of discrete accessories. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:39358
msgid "IfcDiscreteAccessoryTypeEnum_PANEL_STRENGTHENING"
msgstr "PANEL STRENGTHENING"
msgid "IfcDiscreteAccessoryTypeEnum_PANEL_STRENGTHENING_DEFINITION"
msgstr "A component that minimizes pump effects of the substructure."
#:IFC.xml:39355
msgid "IfcDiscreteAccessoryTypeEnum_RAILPAD"
msgstr "RAILPAD"
msgid "IfcDiscreteAccessoryTypeEnum_RAILPAD_DEFINITION"
msgstr "A non metallic pad placed between rail and baseplate or rail and sleeper, bearer or slab. Note definition from EN 13481 1."
#:IFC.xml:39357
msgid "IfcDiscreteAccessoryTypeEnum_SLIDINGCHAIR"
msgstr "SLIDINGCHAIR"
msgid "IfcDiscreteAccessoryTypeEnum_SLIDINGCHAIR_DEFINITION"
msgstr "A component which supports and retains the stock rail and a flat surface upon which the foot of the switch rail slides."
#:IFC.xml:39348
msgid "IfcDiscreteAccessoryTypeEnum_POINTMACHINEMOUNTINGDEVICE"
msgstr "POINTMACHINEMOUNTINGDEVICE"
msgid "IfcDiscreteAccessoryTypeEnum_POINTMACHINEMOUNTINGDEVICE_DEFINITION"
msgstr "A device used in track turnouts to install and to connect a point machine to the turnout components."
#:IFC.xml:39360
msgid "IfcDiscreteAccessoryTypeEnum_ELASTIC_CUSHION"
msgstr "ELASTIC CUSHION"
msgid "IfcDiscreteAccessoryTypeEnum_ELASTIC_CUSHION_DEFINITION"
msgstr "A track elastic cushion is a kind of layer set on grooved sides of a concrete base, which is used for mitigating the impact of longitudinal and lateral load on track structures. A track elastic cushion shall only appear in ballastless track structures."
#:IFC.xml:38704
msgid "IfcDiscreteAccessoryTypeEnum_BRACKET"
msgstr "BRACKET"
msgid "IfcDiscreteAccessoryTypeEnum_BRACKET_DEFINITION"
msgstr "An L shaped or similarly shaped accessory attached in a corner between elements to hold them together or to carry a secondary element."
#:IFC.xml:39344
msgid "IfcDiscreteAccessoryTypeEnum_POINT_MACHINE_LOCKING_DEVICE"
msgstr "POINT MACHINE LOCKING DEVICE"
msgid "IfcDiscreteAccessoryTypeEnum_POINT_MACHINE_LOCKING_DEVICE_DEFINITION"
msgstr "A mechanical device that locks the point machine in a certain position from the outside."
#:IFC.xml:39359
msgid "IfcDiscreteAccessoryTypeEnum_RAILBRACE"
msgstr "RAILBRACE"
msgid "IfcDiscreteAccessoryTypeEnum_RAILBRACE_DEFINITION"
msgstr "A rail component that prevents rails from tipping and twisting."
#:IFC.xml:38711
msgid "IfcDiscreteAccessoryTypeEnum_INSULATOR"
msgstr "INSULATOR"
msgid "IfcDiscreteAccessoryTypeEnum_INSULATOR_DEFINITION"
msgstr "A device designed to support and insulate a conductive element. Note definition from IEC 151 15 39."
#:IFC.xml:38706
msgid "IfcDiscreteAccessoryTypeEnum_CABLEARRANGER"
msgstr "CABLEARRANGER"
msgid "IfcDiscreteAccessoryTypeEnum_CABLEARRANGER_DEFINITION"
msgstr "A cable arranger is a flexible accessory or a part of a component placed around cables to arrange and minimize flexing of them at the point where it is placed."
#:IFC.xml:39362
msgid "IfcDiscreteAccessoryTypeEnum_RAIL_LUBRICATION"
msgstr "RAIL LUBRICATION"
msgid "IfcDiscreteAccessoryTypeEnum_RAIL_LUBRICATION_DEFINITION"
msgstr "A device that prevents wearing of the rails throughout the flange of wheel to reduce noise emissions. It is often located at inner side of the outer rail in a curve or near turnouts depends on function wearing or noise reduction ."
#:IFC.xml:39361
msgid "IfcDiscreteAccessoryTypeEnum_SOUNDABSORPTION"
msgstr "SOUNDABSORPTION"
msgid "IfcDiscreteAccessoryTypeEnum_SOUNDABSORPTION_DEFINITION"
msgstr "A component in the track for sound absorption and may also absorb vibrations. It is often used in combination with slab tracks."
#:IFC.xml:38715
msgid "IfcDiscreteAccessoryTypeEnum_SHOE"
msgstr "SHOE"
msgid "IfcDiscreteAccessoryTypeEnum_SHOE_DEFINITION"
msgstr "A column shoe or a beam shoe beam hanger used to support or secure an element."
#:IFC.xml:38701
msgid "IfcDiscreteAccessoryTypeEnum_ANCHORPLATE"
msgstr "ANCHORPLATE"
msgid "IfcDiscreteAccessoryTypeEnum_ANCHORPLATE_DEFINITION"
msgstr "An accessory consisting of a steel plate, shear stud connectors or welded on rebar which is embedded into the surface of a concrete element so that other elements can be welded or bolted onto it later."
#:IFC.xml:38710
msgid "IfcDiscreteAccessoryTypeEnum_EXPANSION_JOINT_DEVICE"
msgstr "EXPANSION JOINT DEVICE"
msgid "IfcDiscreteAccessoryTypeEnum_EXPANSION_JOINT_DEVICE_DEFINITION"
msgstr "Assembly connection element between construction elements to allow for thermic differential expansions."
#:IFC.xml:39341
msgid "IfcDiscreteAccessoryTypeEnum_LOCK"
msgstr "LOCK"
msgid "IfcDiscreteAccessoryTypeEnum_LOCK_DEFINITION"
msgstr "A lock is a mechanical or electronic fastening device that is released either by a physical object e.g., key, fingerprint, RFID card, security token etc. , by supplying secret information e.g., number permutation, password , or by a combination thereof."
#:IFC.xml:39350
msgid "IfcDiscreteAccessoryTypeEnum_TENSIONINGEQUIPMENT"
msgstr "TENSIONINGEQUIPMENT"
msgid "IfcDiscreteAccessoryTypeEnum_TENSIONINGEQUIPMENT_DEFINITION"
msgstr "An equipment used to maintain the tension of conductors or cables."
#:IFC.xml:39363
msgid "IfcDiscreteAccessoryTypeEnum_RAIL_MECHANICAL_EQUIPMENT"
msgstr "RAIL MECHANICAL EQUIPMENT"
msgid "IfcDiscreteAccessoryTypeEnum_RAIL_MECHANICAL_EQUIPMENT_DEFINITION"
msgstr "A rail mechanical equipment is a mechnical equipment installed at railside, like blocking device, speed regulator, bias loaded inspector, track scale or controllable retarder. ."
#:IFC.xml:38702
msgid "IfcDiscreteAccessoryTypeEnum_BIRDPROTECTION"
msgstr "BIRDPROTECTION"
msgid "IfcDiscreteAccessoryTypeEnum_BIRDPROTECTION_DEFINITION"
msgstr "A device that prevents a sitting down of birds at electrically critical points and thus birds are protected against electrical shocks and disturbances by short circuit are avoided."
#:IFC.xml:38717
msgid "IfcElementComponent"
msgstr "IfcElementComponent"
msgid "IfcElementComponent_DEFINITION"
msgstr "An element component is a representation for minor items included in, added to or connecting to or between elements, which usually are not of interest from the overall building structure viewpoint. However, these small parts may have vital and load carrying functions within the construction. These items do not provide any actual space boundaries. Typical examples of IfcElementComponents include different kinds of fasteners and various accessories. One or several instances of subtypes of [[IfcElementComponent]] should always be accompanied by a defining instance of a respective subtype of [[IfcElementComponentType]]. The type object holds shape and material information. HISTORY New entity in IFC2x2 It is often desirable to model a number of same shaped element components by means of a single occurrence object, e.g. several bolts within a connection or a row of reinforcement elements. In this IFC release, this is possible by means of multiple mapped representation as documented below. To express the multiplicity of element components also on a higher semantic level, a Qto ElementComponentPatternQuantities should be provided via [[IfcRelDefinesByProperties]] and contain the number of pieces which are placed by a single [[IfcElementComponent]] instance. Symbolic Representation A symbolic representation is defined for a row of components or several rows of components within a single instance of [[IfcElementComponent]]. Such rows or arrays may contain possibly large numbers of individual pieces. The product definition shape consists of an [[IfcShapeRepresentation]] with the attribute values RepresentationIdentifier Row RepresentationType GeometricCurveSet and one or several curves as geometric items. The curves represent where reference points of the pieces are located. For example, such reference points may be at the heads of mechanical fasteners or at the starting point of the extrusion axis of reinforcement bars. In case of straight components bolts, nails, staples, straight reinforcement bars, or similar , the local placement of the [[IfcElementComponent]] shall be located and oriented such that the local z axis is parallel with the axes of the components. A Qto ElementComponentPatternQuantities should denote the count of pieces in the row or array and their spacing. bSI Documentation"
#:IFC.xml:38721
msgid "IfcElementComponentType"
msgstr "IfcElementComponentType"
msgid "IfcElementComponentType_DEFINITION"
msgstr "The element type [[IfcElementComponentType]] defines commonly shared information for occurrences of element components. 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 element component type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcElementComponentType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcElementComponentType]] are represented by instances of [[IfcElementComponent]]. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:38724
msgid "IfcFastener"
msgstr "IfcFastener"
msgid "IfcFastener_DEFINITION"
msgstr "Representations of fixing parts which are used as fasteners to connect or join elements with other elements. Excluded are mechanical fasteners which are modeled by a separate entity [[IfcMechanicalFastener]] . HISTORY New entity in IFC2x2 .change ifc2x4 IFC4 CHANGE Attribute PredefinedType added. bSI Documentation"
#:IFC.xml:38735
msgid "IfcFastener_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFastener_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38747
msgid "IfcFastenerType"
msgstr "IfcFastenerType"
msgid "IfcFastenerType_DEFINITION"
msgstr "The element component type [[IfcFastenerType]] defines commonly shared information for occurrences of fasteners. 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 fastener type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcFastenerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcFastenerType]] are represented by instances of [[IfcFastener]] . HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:38754
msgid "IfcFastenerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFastenerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38766
msgid "IfcFastenerTypeEnum"
msgstr "IfcFastenerTypeEnum"
msgid "IfcFastenerTypeEnum_DEFINITION"
msgstr "This enumeration defines the different types of fasteners, except for mechanical fasteners. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:38770
msgid "IfcFastenerTypeEnum_GLUE"
msgstr "GLUE"
msgid "IfcFastenerTypeEnum_GLUE_DEFINITION"
msgstr "A fastening connection where glue is used to join together elements."
#:IFC.xml:38772
msgid "IfcFastenerTypeEnum_WELD"
msgstr "WELD"
msgid "IfcFastenerTypeEnum_WELD_DEFINITION"
msgstr "A weld seam between parts of metallic material or other suitable materials."
#:IFC.xml:38771
msgid "IfcFastenerTypeEnum_MORTAR"
msgstr "MORTAR"
msgid "IfcFastenerTypeEnum_MORTAR_DEFINITION"
msgstr "A composition of mineralic or other materials used to fill jointing gaps and possibly fulfilling a load carrying role."
#:IFC.xml:38777
msgid "IfcMechanicalFastener"
msgstr "IfcMechanicalFastener"
msgid "IfcMechanicalFastener_DEFINITION"
msgstr "A mechanical fasteners connecting building elements or parts mechanically. A single instance of this class may represent one or many of actual mechanical fasteners, for example an array of bolts or a row of nails. HISTORY New entity in IFC2x2 IFC4 CHANGE Supertype changed from [[IfcFastener]] to [[IfcElementComponent]]. Attribute PredefinedType added. Attributes NominalDiameter and NominalLength deprecated. bSI Documentation"
#:IFC.xml:38786
msgid "IfcMechanicalFastener_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcMechanicalFastener_NominalDiameter_DEFINITION"
msgstr "The nominal diameter describing the cross section size of the fastener type. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Deprecated the respective attribute of [[IfcMechanicalFastenerType]] should be used instead."
#:IFC.xml:38791
msgid "IfcMechanicalFastener_NominalLength"
msgstr "NominalLength"
msgid "IfcMechanicalFastener_NominalLength_DEFINITION"
msgstr "The nominal length describing the longitudinal dimensions of the fastener type. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Deprecated the respective attribute of [[IfcMechanicalFastenerType]] should be used instead."
#:IFC.xml:38796
msgid "IfcMechanicalFastener_PredefinedType"
msgstr "PredefinedType"
msgid "IfcMechanicalFastener_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38816
msgid "IfcMechanicalFastenerType"
msgstr "IfcMechanicalFastenerType"
msgid "IfcMechanicalFastenerType_DEFINITION"
msgstr "The element component type [[IfcMechanicalFastenerType]] defines commonly shared information for occurrences of mechanical fasteners. 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 mechanical fastener type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcMechanicalFastenerType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcMechanicalFastenerType]] are represented by instances of [[IfcMechanicalFastener]]. HISTORY New entity in IFC2x2 IFC4 CHANGE Supertype changed from [[IfcFastenerType]] to [[IfcElementComponentType]]. Attributes PredefinedType , NominalDiameter, NominalLength added. Classification Use Definition Mechanical fasteners, especially bolts, are often standardized. To refer to a formal fastener designation according to a standard a product norm , [[IfcRelAssociatesClassification]] together with [[IfcClassificationReference]] should be used. [[IfcClassificationReference]].Identification contains a machine readable form of the formal fastener designation from the norm. Example M16X80 10.9 HV for a high strength structural bolting assembly for preloading with hexagon bolt and nut. On the other hand, [[IfcMechanicalFastenerType]].Name contains a displayable name which may not necessarily be the same as the formal designation. [[IfcClassificationReference]].Name carries the short name of the fastener norm. Example EN 14399 4 as the respective European standard for high strength hexagon bolts. Optionally, the norm can be further described by [[IfcClassificationReference]].ReferencedSource , including information like publisher and date of issue of the norm. Furthermore, [[IfcRelAssociatesLibrary]] together with [[IfcLibraryReference]] may be used to refer to a library which contains fastener definitions. bSI Documentation"
#:IFC.xml:38821
msgid "IfcMechanicalFastenerType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcMechanicalFastenerType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38826
msgid "IfcMechanicalFastenerType_NominalDiameter"
msgstr "NominalDiameter"
msgid "IfcMechanicalFastenerType_NominalDiameter_DEFINITION"
msgstr "The nominal diameter describing the cross section size of the fastener type."
#:IFC.xml:38831
msgid "IfcMechanicalFastenerType_NominalLength"
msgstr "NominalLength"
msgid "IfcMechanicalFastenerType_NominalLength_DEFINITION"
msgstr "The nominal length describing the longitudinal dimensions of the fastener type."
#:IFC.xml:38850
msgid "IfcMechanicalFastenerTypeEnum"
msgstr "IfcMechanicalFastenerTypeEnum"
msgid "IfcMechanicalFastenerTypeEnum_DEFINITION"
msgstr "This enumeration defines the different types of mechanical fasteners. HISTORY New Enumeration in IFC4. bSI Documentation"
#:IFC.xml:38873
msgid "IfcMechanicalFastenerTypeEnum_COUPLER"
msgstr "COUPLER"
msgid "IfcMechanicalFastenerTypeEnum_COUPLER_DEFINITION"
msgstr "COUPLER"
#:IFC.xml:38870
msgid "IfcMechanicalFastenerTypeEnum_BOLT"
msgstr "BOLT"
msgid "IfcMechanicalFastenerTypeEnum_BOLT_DEFINITION"
msgstr "A threaded cylindrical rod that engages with a similarly threaded hole in a nut or any other part to form a fastener. The mechanical fastener often also includes one or more washers and one or more nuts."
#:IFC.xml:38878
msgid "IfcMechanicalFastenerTypeEnum_ROPE"
msgstr "ROPE"
msgid "IfcMechanicalFastenerTypeEnum_ROPE_DEFINITION"
msgstr "a length of thick strong cord made by twisting together strands of hemp, sisal, nylon, or similar material. used primarily for mooring vessels"
#:IFC.xml:39332
msgid "IfcMechanicalFastenerTypeEnum_RAILJOINT"
msgstr "RAILJOINT"
msgid "IfcMechanicalFastenerTypeEnum_RAILJOINT_DEFINITION"
msgstr "A mechanical assembly with e.g. fishplates to join two rail ends with optional functions insulation or expansion capacity ."
#:IFC.xml:38872
msgid "IfcMechanicalFastenerTypeEnum_CHAIN"
msgstr "CHAIN"
msgid "IfcMechanicalFastenerTypeEnum_CHAIN_DEFINITION"
msgstr "a series of linked metal rings used for fastening or securing something, or for pulling loads."
#:IFC.xml:38880
msgid "IfcMechanicalFastenerTypeEnum_SHEARCONNECTOR"
msgstr "SHEARCONNECTOR"
msgid "IfcMechanicalFastenerTypeEnum_SHEARCONNECTOR_DEFINITION"
msgstr "A ring connector that is accepted by ring keyways in the connected pieces or a toothed circular or square connector that is pressed into the connected pieces."
#:IFC.xml:38875
msgid "IfcMechanicalFastenerTypeEnum_NAIL"
msgstr "NAIL"
msgid "IfcMechanicalFastenerTypeEnum_NAIL_DEFINITION"
msgstr "A thin pointed piece of metal that is hammered into materials as a fastener."
#:IFC.xml:38866
msgid "IfcMechanicalFastenerTypeEnum_ANCHORBOLT"
msgstr "ANCHORBOLT"
msgid "IfcMechanicalFastenerTypeEnum_ANCHORBOLT_DEFINITION"
msgstr "A special bolt which is anchored into concrete, stone, or brickwork."
#:IFC.xml:38882
msgid "IfcMechanicalFastenerTypeEnum_STUDSHEARCONNECTOR"
msgstr "STUDSHEARCONNECTOR"
msgid "IfcMechanicalFastenerTypeEnum_STUDSHEARCONNECTOR_DEFINITION"
msgstr "Stud shear connectors are cylindrical fastening parts with a head on one side. On the other side they are welded on steel members for the use in composite steel and concrete structures."
#:IFC.xml:38874
msgid "IfcMechanicalFastenerTypeEnum_DOWEL"
msgstr "DOWEL"
msgid "IfcMechanicalFastenerTypeEnum_DOWEL_DEFINITION"
msgstr "A cylindrical rod that is driven into holes of the connected pieces."
#:IFC.xml:38877
msgid "IfcMechanicalFastenerTypeEnum_RIVET"
msgstr "RIVET"
msgid "IfcMechanicalFastenerTypeEnum_RIVET_DEFINITION"
msgstr "A fastening part having a head at one end and the other end being hammered flat after being passed through holes in the pieces that are fastened together."
#:IFC.xml:38879
msgid "IfcMechanicalFastenerTypeEnum_SCREW"
msgstr "SCREW"
msgid "IfcMechanicalFastenerTypeEnum_SCREW_DEFINITION"
msgstr "A fastener with a tapered threaded shank and a slotted head."
#:IFC.xml:38876
msgid "IfcMechanicalFastenerTypeEnum_NAILPLATE"
msgstr "NAILPLATE"
msgid "IfcMechanicalFastenerTypeEnum_NAILPLATE_DEFINITION"
msgstr "A piece of sheet metal with punched points that overlaps the connected pieces and is pressed into their material."
#:IFC.xml:38881
msgid "IfcMechanicalFastenerTypeEnum_STAPLE"
msgstr "STAPLE"
msgid "IfcMechanicalFastenerTypeEnum_STAPLE_DEFINITION"
msgstr "A doubly pointed piece of metal that is hammered into materials as a fastener."
#:IFC.xml:39346
msgid "IfcMechanicalFastenerTypeEnum_RAILFASTENING"
msgstr "RAILFASTENING"
msgid "IfcMechanicalFastenerTypeEnum_RAILFASTENING_DEFINITION"
msgstr "An assembly of components which secures a rail to the supporting structure and retains it in the required position whilst permitting any necessary vertical, lateral and longitudinal movement. Note definition from EN 13481 1."
#:IFC.xml:38883
msgid "IfcVibrationDamper"
msgstr "IfcVibrationDamper"
msgid "IfcVibrationDamper_DEFINITION"
msgstr "A vibration damper is a device used to minimize the effects of vibration in a structure by dissipating kinetic energy. The damper may be passive elastic, frictional, inertia or active in a system using sensors and actuators . bSI Documentation"
#:IFC.xml:38894
msgid "IfcVibrationDamper_PredefinedType"
msgstr "PredefinedType"
msgid "IfcVibrationDamper_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38906
msgid "IfcVibrationDamperType"
msgstr "IfcVibrationDamperType"
msgid "IfcVibrationDamperType_DEFINITION"
msgstr "bSI Documentation"
#:IFC.xml:38913
msgid "IfcVibrationDamperType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcVibrationDamperType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:38925
msgid "IfcVibrationDamperTypeEnum"
msgstr "IfcVibrationDamperTypeEnum"
msgid "IfcVibrationDamperTypeEnum_DEFINITION"
msgstr "This container defines the different predefined types of vibration dampers that can specify an [[IfcImpactProtectionDevice]] or [[IfcImpactProtectionDeviceType]]. bSI Documentation"
#:IFC.xml:38935
msgid "IfcVibrationDamperTypeEnum_FRICTION"
msgstr "FRICTION"
msgid "IfcVibrationDamperTypeEnum_FRICTION_DEFINITION"
msgstr "The friction type is a damper utilizing friction acting on the contact surface of a material."
#:IFC.xml:38934
msgid "IfcVibrationDamperTypeEnum_BENDING_YIELD"
msgstr "BENDING YIELD"
msgid "IfcVibrationDamperTypeEnum_BENDING_YIELD_DEFINITION"
msgstr "A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The bending yield type is a damper, which yields steel material by bending."
#:IFC.xml:38936
msgid "IfcVibrationDamperTypeEnum_RUBBER"
msgstr "RUBBER"
msgid "IfcVibrationDamperTypeEnum_RUBBER_DEFINITION"
msgstr "The rubber mold is a damper that absorbs energy by utilizing deformation of laminated rubber. The difference between the seismic isolation bearing and the rubber type damper is whether or not to support the weight of the upper structures. The rubber damper does not transmit the weight of the upper structures to the sub structure."
#:IFC.xml:38937
msgid "IfcVibrationDamperTypeEnum_SHEAR_YIELD"
msgstr "SHEAR YIELD"
msgid "IfcVibrationDamperTypeEnum_SHEAR_YIELD_DEFINITION"
msgstr "A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The shear yield type is a damper, which causes the steel material to yield for deformation in the direction perpendicular to the member."
#:IFC.xml:38938
msgid "IfcVibrationDamperTypeEnum_VISCOUS"
msgstr "VISCOUS"
msgid "IfcVibrationDamperTypeEnum_VISCOUS_DEFINITION"
msgstr "The viscous type is a damper that absorbs energy by utilizing the resistance of a viscous body."
#:IFC.xml:38933
msgid "IfcVibrationDamperTypeEnum_AXIAL_YIELD"
msgstr "AXIAL YIELD"
msgid "IfcVibrationDamperTypeEnum_AXIAL_YIELD_DEFINITION"
msgstr "A displacement dependent type damper in which the resistance force generated is determined by the plastic strain amount utilizing the plastic deformation of the steel material. The axial yield type is a damper that yields energy by absorbing the steel material against deformation in the axial direction, that is, in the direction of expansion and contraction."
#:IFC.xml:38954
msgid "Pset_DiscreteAccessoryColumnShoe"
msgstr "Pset DiscreteAccessoryColumnShoe"
msgid "Pset_DiscreteAccessoryColumnShoe_DEFINITION"
msgstr "Shape properties common to column shoes. bSI Documentation"
#:IFC.xml:38955
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateDepth"
msgstr "ColumnShoeBasePlateDepth"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateDepth_DEFINITION"
msgstr "The depth of the column shoe base plate."
#:IFC.xml:38960
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateThickness"
msgstr "ColumnShoeBasePlateThickness"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateThickness_DEFINITION"
msgstr "The thickness of the column shoe base plate."
#:IFC.xml:38965
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateWidth"
msgstr "ColumnShoeBasePlateWidth"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeBasePlateWidth_DEFINITION"
msgstr "The width of the column shoe base plate."
#:IFC.xml:38970
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingDepth"
msgstr "ColumnShoeCasingDepth"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingDepth_DEFINITION"
msgstr "The depth of the column shoe casing."
#:IFC.xml:38975
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingHeight"
msgstr "ColumnShoeCasingHeight"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingHeight_DEFINITION"
msgstr "The height of the column shoe casing."
#:IFC.xml:38980
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingWidth"
msgstr "ColumnShoeCasingWidth"
msgid "Pset_DiscreteAccessoryColumnShoe_ColumnShoeCasingWidth_DEFINITION"
msgstr "The width of the column shoe casing."
#:IFC.xml:39164
msgid "Pset_ElementComponentCommon"
msgstr "Pset ElementComponentCommon"
msgid "Pset_ElementComponentCommon_DEFINITION"
msgstr "Set of common properties of component elements especially discrete accessories, but also fasteners, reinforcement elements, or other types of components . bSI Documentation"
#:IFC.xml:39165
msgid "Pset_ElementComponentCommon_CorrosionTreatment"
msgstr "CorrosionTreatment"
msgid "Pset_ElementComponentCommon_CorrosionTreatment_DEFINITION"
msgstr "Determines corrosion treatment for metal components. This property is provided if the requirement needs to be expressed a independently of a material specification and b as a mere requirements statement rather than a workshop design processing feature."
#:IFC.xml:39170
msgid "Pset_ElementComponentCommon_DeliveryType"
msgstr "DeliveryType"
msgid "Pset_ElementComponentCommon_DeliveryType_DEFINITION"
msgstr "Determines how the accessory will be delivered to the site."
#:IFC.xml:39175
msgid "Pset_ElementComponentCommon_Reference"
msgstr "Reference"
msgid "Pset_ElementComponentCommon_Reference_DEFINITION"
msgstr "Reference ID for this specified type in this project e.g. type A 1 , Also referred to as construction type . It should be provided as an alternative to the name of the object type , if the software does not support object types."
#:IFC.xml:39180
msgid "Pset_ElementComponentCommon_Status"
msgstr "Status"
msgid "Pset_ElementComponentCommon_Status_DEFINITION"
msgstr "Status of the element, predominately used in renovation or retrofitting projects. The status can be assigned to as New element designed as new addition, Existing element exists and remains, Demolish element existed but is to be demolished, Temporary element will exists only temporary like a temporary support structure ."
#:IFC.xml:39186
msgid "Pset_FastenerWeld"
msgstr "Pset FastenerWeld"
msgid "Pset_FastenerWeld_DEFINITION"
msgstr "Properties related to welded connections. bSI Documentation"
#:IFC.xml:39187
msgid "Pset_FastenerWeld_a"
msgstr "a"
msgid "Pset_FastenerWeld_a_DEFINITION"
msgstr "Measure a according to ISO 2553"
#:IFC.xml:39192
msgid "Pset_FastenerWeld_c"
msgstr "c"
msgid "Pset_FastenerWeld_c_DEFINITION"
msgstr "Measure c according to ISO 2553"
#:IFC.xml:39197
msgid "Pset_FastenerWeld_d"
msgstr "d"
msgid "Pset_FastenerWeld_d_DEFINITION"
msgstr "Measure d according to ISO 2553"
#:IFC.xml:39202
msgid "Pset_FastenerWeld_e"
msgstr "e"
msgid "Pset_FastenerWeld_e_DEFINITION"
msgstr "Measure e according to ISO 2553"
#:IFC.xml:39207
msgid "Pset_FastenerWeld_Intermittent"
msgstr "Intermittent"
msgid "Pset_FastenerWeld_Intermittent_DEFINITION"
msgstr "If fillet weld, intermittent or not"
#:IFC.xml:39212
msgid "Pset_FastenerWeld_l"
msgstr "l"
msgid "Pset_FastenerWeld_l_DEFINITION"
msgstr "Measure l according to ISO 2553"
#:IFC.xml:39217
msgid "Pset_FastenerWeld_n"
msgstr "n"
msgid "Pset_FastenerWeld_n_DEFINITION"
msgstr "Count n according to ISO 2553"
#:IFC.xml:39222
msgid "Pset_FastenerWeld_Process"
msgstr "Process"
msgid "Pset_FastenerWeld_Process_DEFINITION"
msgstr "Reference number of the welding process according to ISO 4063, an up to three digits long code"
#:IFC.xml:39227
msgid "Pset_FastenerWeld_ProcessName"
msgstr "ProcessName"
msgid "Pset_FastenerWeld_ProcessName_DEFINITION"
msgstr "Name of the welding process. Alternative to the numeric Process property."
#:IFC.xml:39232
msgid "Pset_FastenerWeld_s"
msgstr "s"
msgid "Pset_FastenerWeld_s_DEFINITION"
msgstr "Measure s according to ISO 2553"
#:IFC.xml:39237
msgid "Pset_FastenerWeld_Staggered"
msgstr "Staggered"
msgid "Pset_FastenerWeld_Staggered_DEFINITION"
msgstr "If intermittent weld, staggered or not"
#:IFC.xml:39242
msgid "Pset_FastenerWeld_Surface1"
msgstr "Surface1"
msgid "Pset_FastenerWeld_Surface1_DEFINITION"
msgstr "Aspect of weld seam surface, i.e. plane , curved or hollow . Combined welds are given by two corresponding symbols analogous to Type1 and Type2."
#:IFC.xml:39247
msgid "Pset_FastenerWeld_Surface2"
msgstr "Surface2"
msgid "Pset_FastenerWeld_Surface2_DEFINITION"
msgstr "See Surface1."
#:IFC.xml:39252
msgid "Pset_FastenerWeld_Type1"
msgstr "Type1"
msgid "Pset_FastenerWeld_Type1_DEFINITION"
msgstr "Type of weld seam according to ISO 2553. Note, combined welds are given by two corresponding symbols in the direction of the normal axis of the coordinate system. For example, an X weld is specified by Type1 V and Type2 V ."
#:IFC.xml:39257
msgid "Pset_FastenerWeld_Type2"
msgstr "Type2"
msgid "Pset_FastenerWeld_Type2_DEFINITION"
msgstr "See Type1."
#:IFC.xml:39262
msgid "Pset_FastenerWeld_z"
msgstr "z"
msgid "Pset_FastenerWeld_z_DEFINITION"
msgstr "Measure z according to ISO 2553"
#:IFC.xml:39268
msgid "Pset_MechanicalFastenerAnchorBolt"
msgstr "Pset MechanicalFastenerAnchorBolt"
msgid "Pset_MechanicalFastenerAnchorBolt_DEFINITION"
msgstr "Properties common to different types of anchor bolts. bSI Documentation"
#:IFC.xml:39269
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltDiameter"
msgstr "AnchorBoltDiameter"
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltDiameter_DEFINITION"
msgstr "The nominal diameter of the anchor bolt bar s ."
#:IFC.xml:39274
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltLength"
msgstr "AnchorBoltLength"
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltLength_DEFINITION"
msgstr "The length of the anchor bolt."
#:IFC.xml:39279
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltProtrusionLength"
msgstr "AnchorBoltProtrusionLength"
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltProtrusionLength_DEFINITION"
msgstr "The length of the protruding part of the anchor bolt."
#:IFC.xml:39284
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltThreadLength"
msgstr "AnchorBoltThreadLength"
msgid "Pset_MechanicalFastenerAnchorBolt_AnchorBoltThreadLength_DEFINITION"
msgstr "The length of the threaded part of the anchor bolt."
#:IFC.xml:39290
msgid "Pset_MechanicalFastenerBolt"
msgstr "Pset MechanicalFastenerBolt"
msgid "Pset_MechanicalFastenerBolt_DEFINITION"
msgstr "Properties related to bolt type fasteners. The properties of a whole set with bolt, washers and nut may be provided. Note, it is usually not necessary to transmit these properties in case of standardized bolts. Instead, the standard is referred to. bSI Documentation"
#:IFC.xml:39291
msgid "Pset_MechanicalFastenerBolt_HeadShape"
msgstr "HeadShape"
msgid "Pset_MechanicalFastenerBolt_HeadShape_DEFINITION"
msgstr "Shape of the bolt s head, e.g. Hexagon , Countersunk , Cheese"
#:IFC.xml:39296
msgid "Pset_MechanicalFastenerBolt_KeyShape"
msgstr "KeyShape"
msgid "Pset_MechanicalFastenerBolt_KeyShape_DEFINITION"
msgstr "If applicable, shape of the head s slot, e.g. Slot , Allen"
#:IFC.xml:39301
msgid "Pset_MechanicalFastenerBolt_NutsCount"
msgstr "NutsCount"
msgid "Pset_MechanicalFastenerBolt_NutsCount_DEFINITION"
msgstr "Count of nuts to be mounted on one bolt"
#:IFC.xml:39306
msgid "Pset_MechanicalFastenerBolt_NutShape"
msgstr "NutShape"
msgid "Pset_MechanicalFastenerBolt_NutShape_DEFINITION"
msgstr "Shape of the nut, e.g. Hexagon , Cap , Castle , Wing"
#:IFC.xml:39311
msgid "Pset_MechanicalFastenerBolt_ThreadDiameter"
msgstr "ThreadDiameter"
msgid "Pset_MechanicalFastenerBolt_ThreadDiameter_DEFINITION"
msgstr "Nominal diameter of the thread, if different from the bolt s overall nominal diameter"
#:IFC.xml:39316
msgid "Pset_MechanicalFastenerBolt_ThreadLength"
msgstr "ThreadLength"
msgid "Pset_MechanicalFastenerBolt_ThreadLength_DEFINITION"
msgstr "Nominal length of the thread"
#:IFC.xml:39321
msgid "Pset_MechanicalFastenerBolt_WashersCount"
msgstr "WashersCount"
msgid "Pset_MechanicalFastenerBolt_WashersCount_DEFINITION"
msgstr "Count of washers to be mounted on one bolt"
#:IFC.xml:39326
msgid "Pset_MechanicalFastenerBolt_WasherShape"
msgstr "WasherShape"
msgid "Pset_MechanicalFastenerBolt_WasherShape_DEFINITION"
msgstr "Shape of the washers, e.g. Standard , Square"
#:IFC.xml:39364
msgid "IfcImpactProtectionDevice"
msgstr "IfcImpactProtectionDevice"
msgid "IfcImpactProtectionDevice_DEFINITION"
msgstr "A impact protection device is a component used to protect other built elements from kinetic damage. impact protection devices currently come in 3 different varieties A vibration damper used to minimize the effects of vibration in a structure by dissipating kinetic energy. The damper may be passive elastic, frictional, inertia or active in a system using sensors and actuators . A vibration isolator is a device used to minimize the effects of vibration transmissibility in a structure. Impact devices that dissipate kinetic energy from impacting elements such as vehicles by deformation or elastic mechanics."
#:IFC.xml:39365
msgid "IfcImpactProtectionDevice_PredefinedType"
msgstr "PredefinedType"
msgid "IfcImpactProtectionDevice_PredefinedType_DEFINITION"
msgstr "Identifies the predefined type of a impact device from which the type modelled, may be set. This type may associate additional specific property sets. NOTE The PredefinedType shall only be used, if no [[IfcImpactProtectionDeviceType]] is assigned, providing its own [[IfcImpactProtectionDeviceType]] .PredefinedType."
#:IFC.xml:39384
msgid "IfcImpactProtectionDeviceType"
msgstr "IfcImpactProtectionDeviceType"
msgid "IfcImpactProtectionDeviceType_DEFINITION"
msgstr "The [[IfcImpactProtectionDeviceType]] provides the type information for [[IfcImpactProtectionDevice]] occurrences. A impact protection device is a component used to protect other built elements from kinetic damage."
#:IFC.xml:39385
msgid "IfcImpactProtectionDeviceType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcImpactProtectionDeviceType_PredefinedType_DEFINITION"
msgstr "Identifies the predefined type of a impact device from which the type modelled, may be set."
#:IFC.xml:39404
msgid "IfcImpactProtectionDeviceTypeEnum"
msgstr "IfcImpactProtectionDeviceTypeEnum"
msgid "IfcImpactProtectionDeviceTypeEnum_DEFINITION"
msgstr "This container defines the different predefined types of kinetic impact protectors that can specify an [[IfcImpactProtectionDevice]] or [[IfcImpactProtectionDeviceType]]."
#:IFC.xml:40976
msgid "IfcImpactProtectionDeviceTypeEnum_CRASHCUSHION"
msgstr "CRASHCUSHION"
msgid "IfcImpactProtectionDeviceTypeEnum_CRASHCUSHION_DEFINITION"
msgstr "NOTE Definition from EN1317 1 2010 road vehicle energy absorption device installed in front of one or more hazards to reduce the severity of impact NOTE Definition from ISO6707 1 energy absorbing device installed in front of a rigid object to reduce the severity of impact of a vehicle, Impact barrier, US"
#:IFC.xml:40528
msgid "IfcImpactProtectionDeviceTypeEnum_DAMPINGSYSTEM"
msgstr "DAMPINGSYSTEM"
msgid "IfcImpactProtectionDeviceTypeEnum_DAMPINGSYSTEM_DEFINITION"
msgstr "An elastic element inserted between the superstructure track and plate on slab track or ballast bed with ballast inserted in and the tunnel structure tunnel floor . Some of the elastic elements have a partial decoupling effect between the superstructure and underground due to vibrations. Both helical springs and elastomer blocks or elastomer strips can be used as suspension systems."
#:IFC.xml:38776
msgid "IfcImpactProtectionDeviceTypeEnum_FENDER"
msgstr "FENDER"
msgid "IfcImpactProtectionDeviceTypeEnum_FENDER_DEFINITION"
msgstr "A passive or active device formed of a damper and impact panel that is mounted on the quayside to protect against vessel impact."
#:IFC.xml:40527
msgid "IfcImpactProtectionDeviceTypeEnum_BUMPER"
msgstr "BUMPER"
msgid "IfcImpactProtectionDeviceTypeEnum_BUMPER_DEFINITION"
msgstr "A bumper is a buffer object at end of track that prevents driving over. It can be fixed on rails or the track panel, or can also be a natural element e.g. rock, sand ."
#:IFC.xml:39410
msgid "Pset_DiscreteAccessoryOccurenceCableArranger"
msgstr "Pset DiscreteAccessoryOccurenceCableArranger"
msgid "Pset_DiscreteAccessoryOccurenceCableArranger_DEFINITION"
msgstr ""
#:IFC.xml:39411
msgid "Pset_BalanceWeightTensioner"
msgstr "Pset BalanceWeightTensioner"
msgid "Pset_BalanceWeightTensioner_DEFINITION"
msgstr "Automatic tensioner often attached to a column to ensure constant tension in conductors by means of balance weights."
#:IFC.xml:39413
msgid "Pset_HydraulicTensioner"
msgstr "Pset HydraulicTensioner"
msgid "Pset_HydraulicTensioner_DEFINITION"
msgstr "Automatic tensioner often attached to a column to ensure constant tension in conductors by means of Hydraulics."
#:IFC.xml:39415
msgid "Pset_RailJoint"
msgstr "Pset RailJoint"
msgid "Pset_RailJoint_DEFINITION"
msgstr "Property set used to distinguish the different kind of railway joints."
#:IFC.xml:39416
msgid "Pset_RailJoint_IsInsulated"
msgstr "IsInsulated"
msgid "Pset_RailJoint_IsInsulated_DEFINITION"
msgstr "IsInsulated"
#:IFC.xml:39421
msgid "Pset_RailJoint_IsTemporary"
msgstr "IsTemporary"
msgid "Pset_RailJoint_IsTemporary_DEFINITION"
msgstr "IsTemporary"
#:IFC.xml:39427
msgid "Pset_RailJoint_Welded"
msgstr "Pset RailJoint Welded"
msgid "Pset_RailJoint_Welded_DEFINITION"
msgstr "Property set used to distinguish the different kind of welded railway joints."
#:IFC.xml:39428
msgid "Pset_RailJoint_Welded_IsInsulated"
msgstr "IsInsulated"
msgid "Pset_RailJoint_Welded_IsInsulated_DEFINITION"
msgstr "IsInsulated"
#:IFC.xml:39433
msgid "Pset_RailJoint_Welded_IsTemporary"
msgstr "IsTemporary"
msgid "Pset_RailJoint_Welded_IsTemporary_DEFINITION"
msgstr "IsTemporary"
#:IFC.xml:39439
msgid "Pset_SpringTensioner"
msgstr "Pset SpringTensioner"
msgid "Pset_SpringTensioner_DEFINITION"
msgstr "Automatic tensioner often attached to a column to ensure constant tension in conductors or in cross span registration cables by means of springs."
#:IFC.xml:39441