forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcMeasureResource.pot
1097 lines (786 loc) · 65.6 KB
/
IfcMeasureResource.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:22363
msgid "IfcContextDependentUnit"
msgstr "IfcContextDependentUnit"
msgid "IfcContextDependentUnit_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A context dependent unit is a unit which is not related to the SI system. NOTE The number of parts in an assembly is a physical quantity measured in units that may be called parts but which cannot be related to an SI unit. NOTE Corresponding ISO 10303 name context dependent unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:8965
msgid "IfcContextDependentUnit_HasExternalReference"
msgstr "HasExternalReference"
msgid "IfcContextDependentUnit_HasExternalReference_DEFINITION"
msgstr "HasExternalReference"
#:IFC.xml:22364
msgid "IfcContextDependentUnit_Name"
msgstr "Name"
msgid "IfcContextDependentUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the context dependent unit is referred to."
#:IFC.xml:22372
msgid "IfcConversionBasedUnit"
msgstr "IfcConversionBasedUnit"
msgid "IfcConversionBasedUnit_DEFINITION"
msgstr "An [[IfcConversionBasedUnit]] is used to define a unit that has a conversion rate to a base unit. To identify some commonly used conversion based units, the standard designations case insensitive for the Name attribute are indicated in Table 1. X 09Name X 09Description X 09 inch X 09 X 09Length measure equal to 25.4 mm X 09 foot X 09 X 09Length measure equal to 304.8 mm X 09 yard X 09 X 09Length measure equal to 914 mm X 09 mile X 09 X 09Length measure equal to 1609 m X 09 square inch X 09Area measure equal to 0.0006452 square meters X 09 square foot X 09Area measure equal to 0.09290 square meters X 09 square yard X 09Area measure equal to 0.83612736 square meters X 09 acre X 09 X 09Area measure equal to 4046.86 square meters X 09 square mile X 09Area measure equal to 2 588 881 square meters X 09 cubic inch X 09Volume measure equal to 0.00001639 cubic meters X 09 cubic foot X 09Volume measure equal to 0.02832 cubic meters X 09 cubic yard X 09Volume measure equal to 0.7636 cubic meters X 09 litre X 09 X 09Volume measure equal to 0.001 cubic meters X 09 fluid ounce UK X 09Volume measure equal to 0.0000284130625 cubic meters X 09 fluid ounce US X 09Volume measure equal to 0.00002957353 cubic meters X 09 pint UK X 09 X 09Volume measure equal to 0.000568 cubic meters X 09 pint US X 09 X 09Volume measure equal to 0.000473 cubic meters X 09 gallon UK X 09Volume measure equal to 0.004546 cubic meters X 09 gallon US X 09Volume measure equal to 0.003785 cubic meters X 09 degree X 09 X 09Angle measure equal to π 180 rad X 09 ounce X 09 X 09Mass measure equal to 28.35 g X 09 pound X 09 X 09Mass measure equal to 0.454 kg X 09 ton UK X 09 X 09Mass measure equal to 1016.0469088 kg, also known as long ton, gross ton, shipper s ton X 09 ton US X 09 X 09Mass measure equal to 907.18474 kg, also known as short ton, net ton X 09 lbf X 09 X 09Force measure equal to 4.4482216153 N, pound force X 09 kip X 09 X 09Force measure equal to 4448.2216153 N, kilopound force X 09 psi X 09 X 09Pressure measure equal to 6894.7572932 Pa, pound force per square inch X 09 ksi X 09 X 09Pressure measure equal to 6894757.2932 Pa, kilopound force per square inch X 09 minute X 09 X 09Time measure equal to 60 s X 09 hour X 09 X 09Time measure equal to 3600 s X 09 day X 09 X 09Time measure equal to 86400 s X 09 btu X 09 X 09Energy measure equal to 1055.056 J, British Thermal Unit Table 1 Standard unit names EXAMPLE An inch is a converted unit. It is from the Imperial system, its name is inch and it can be related to the SI unit, millimetre, through a measure with unit whose value is 25.4 millimetre. A foot is also a converted unit. It is from the Imperial system, its name is foot and it can be related to an [[IfcSIUnit]] , millimetre, either directly or through the unit called inch . Note that several US customary units differ from Imperial units nonmetric English units of the same name. .extDef NOTE Definition according to ISO CD 10303 41 1992 A conversion based unit is a unit that is defined based on a measure with unit. NOTE Entity adapted from conversion based unit defined in ISO 10303 41. HISTORY New entity in IFC1.5.1. .change ifc2x3 IFC2x3 CHANGE Standard names of typical units added. .change ifc2x4 IFC4 CHANGE Further names added square inch, square foot, square mile, square yard, cubic inch, cubic foot, cubic yard, fluid ounce UK US, ton UK US, degree. bSI Documentation"
#:IFC.xml:8977
msgid "IfcConversionBasedUnit_HasExternalReference"
msgstr "HasExternalReference"
msgid "IfcConversionBasedUnit_HasExternalReference_DEFINITION"
msgstr "HasExternalReference"
#:IFC.xml:22380
msgid "IfcConversionBasedUnit_ConversionFactor"
msgstr "ConversionFactor"
msgid "IfcConversionBasedUnit_ConversionFactor_DEFINITION"
msgstr "ConversionFactor"
#:IFC.xml:22373
msgid "IfcConversionBasedUnit_Name"
msgstr "Name"
msgid "IfcConversionBasedUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the conversion based unit is referred to."
#:IFC.xml:22393
msgid "IfcConversionBasedUnitWithOffset"
msgstr "IfcConversionBasedUnitWithOffset"
msgid "IfcConversionBasedUnitWithOffset_DEFINITION"
msgstr "[[IfcConversionBasedUnitWithOffset]] is a unit which is converted from another unit by applying a conversion factor and an offset. HISTORY New entity in IFC4. Example The temperature unit Fahrenheit is based on the temperature unit Kelvin as follows f k 1.8 459.67 wherein k is an absolute temperature expressed in Kelvin and f is the same temperature in Fahrenheit. The following entity instances provide Fahrenheit as a unit [[IfcConversionBasedUnitWithOffset]] [[IfcDimensionalExponents]] 0, 0, 0, 0, 1, 0, 0 , THERMODYNAMICTEMPERATUREUNIT, Fahrenheit , [[IfcMeasureWithUnit]] [[IfcThermodynamicTemperatureMeasure]] 1.8 , IfcSiUnit THERMODYNAMICTEMPERATUREUNIT, , KELVIN , 459.67 bSI Documentation"
#:IFC.xml:22394
msgid "IfcConversionBasedUnitWithOffset_ConversionOffset"
msgstr "ConversionOffset"
msgid "IfcConversionBasedUnitWithOffset_ConversionOffset_DEFINITION"
msgstr "A positive or negative offset to add after the inherited ConversionFactor was applied."
#:IFC.xml:22401
msgid "IfcCorrectDimensions__m"
msgstr "IfcCorrectDimensions m"
msgid "IfcCorrectDimensions__m_DEFINITION"
msgstr "The function returns the dimensional exponents of the given unit. Argument definitions m input the name of the unit type for which the dimensional exponents are tested. Dim input the dimensional exponents to be tested against corresponding unit type name."
#:IFC.xml:22409
msgid "IfcCorrectUnitAssignment"
msgstr "IfcCorrectUnitAssignment"
msgid "IfcCorrectUnitAssignment_DEFINITION"
msgstr "The function returns true, if the set of Units within an [[IfcUnitAssignment]] only include units with different UnitType s for [[IfcNamedUnit]] and [[IfcDerivedUnit]] , and a maximum of one [[IfcMonetaryUnit]] . Argument definitions Units input the set of [[IfcUnit]] s."
#:IFC.xml:22417
msgid "IfcDeriveDimensionalExponents"
msgstr "IfcDeriveDimensionalExponents"
msgid "IfcDeriveDimensionalExponents_DEFINITION"
msgstr "Definition from ISO CD 10303 41 1992 The function determines the dimensional exponents of a unit. For named units the dimensions attribute is returned and for derived units the dimensional exponents are calculated from its elements. Argument definitions X input the unit that the dimensional exponents are being derived from."
#:IFC.xml:22425
msgid "IfcDerivedUnit"
msgstr "IfcDerivedUnit"
msgid "IfcDerivedUnit_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A derived unit is an expression of units. EXAMPLE Newton per square millimetre is a derived unit. NOTE Corresponding ISO 10303 name derived unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22450
msgid "IfcDerivedUnit_Elements"
msgstr "Elements"
msgid "IfcDerivedUnit_Elements_DEFINITION"
msgstr "Elements"
#:IFC.xml:22434
msgid "IfcDerivedUnit_UnitType"
msgstr "UnitType"
msgid "IfcDerivedUnit_UnitType_DEFINITION"
msgstr "Name of the derived unit chosen from an enumeration of derived unit types for use in IFC models."
#:IFC.xml:22439
msgid "IfcDerivedUnit_UserDefinedType"
msgstr "UserDefinedType"
msgid "IfcDerivedUnit_UserDefinedType_DEFINITION"
msgstr ""
#:IFC.xml:22444
msgid "IfcDerivedUnit_Dimensions"
msgstr "Dimensions"
msgid "IfcDerivedUnit_Dimensions_DEFINITION"
msgstr "Dimensional exponents derived using the function IfcDerivedDimensionalExponents using SELF as the input value."
#:IFC.xml:22462
msgid "IfcDerivedUnitElement"
msgstr "IfcDerivedUnitElement"
msgid "IfcDerivedUnitElement_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A derived unit element is one of the unit quantities which makes up a derived unit. EXAMPLE Newtons per square millimetre is a derived unit. It has two elements, Newton whose exponent has a value of 1 and millimetre whose exponent is 2. NOTE Corresponding ISO 10303 name derived unit element, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22469
msgid "IfcDerivedUnitElement_Unit"
msgstr "Unit"
msgid "IfcDerivedUnitElement_Unit_DEFINITION"
msgstr "Unit"
#:IFC.xml:22463
msgid "IfcDerivedUnitElement_Exponent"
msgstr "Exponent"
msgid "IfcDerivedUnitElement_Exponent_DEFINITION"
msgstr "The power that is applied to the unit attribute."
#:IFC.xml:22481
msgid "IfcDerivedUnitEnum"
msgstr "IfcDerivedUnitEnum"
msgid "IfcDerivedUnitEnum_DEFINITION"
msgstr "[[IfcDerivedUnitEnum]] is an enumeration type for allowed types of derived units. HISTORY New type in IFC2.0. .change ifc2x4 IFC 2x4 change added AREADENSITYUNIT, SOUNDPOWERLEVELUNIT, SOUNDPRESSURELEVELUNIT and TEMPERATURERATEOFCHANGEUNIT. bSI Documentation"
#:IFC.xml:22536
msgid "IfcDimensionalExponents"
msgstr "IfcDimensionalExponents"
msgid "IfcDimensionalExponents_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 The dimensionality of any quantity can be expressed as a product of powers of the dimensions of base quantities. The dimensional exponents entity defines the powers of the dimensions of the base quantities. All the physical quantities are founded on seven base quantities ISO 31 clause 2 . NOTE Length, mass, time, electric current, thermodynamic temperature, amount of substance, and luminous intensity are the seven base quantities. EXAMPLE A length of 2 millimetres has a length exponent of 1. The remaining exponents are equal to 0. EXAMPLE A velocity of 2 millimetres per second has a length exponent of 1 and a time exponent of 1. The remaining exponents are equal to 0. NOTE Corresponding STEP name dimensional exponents, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22537
msgid "IfcDimensionalExponents_LengthExponent"
msgstr "LengthExponent"
msgid "IfcDimensionalExponents_LengthExponent_DEFINITION"
msgstr "The power of the length base quantity."
#:IFC.xml:22542
msgid "IfcDimensionalExponents_MassExponent"
msgstr "MassExponent"
msgid "IfcDimensionalExponents_MassExponent_DEFINITION"
msgstr "The power of the mass base quantity."
#:IFC.xml:22547
msgid "IfcDimensionalExponents_TimeExponent"
msgstr "TimeExponent"
msgid "IfcDimensionalExponents_TimeExponent_DEFINITION"
msgstr "The power of the time base quantity."
#:IFC.xml:22552
msgid "IfcDimensionalExponents_ElectricCurrentExponent"
msgstr "ElectricCurrentExponent"
msgid "IfcDimensionalExponents_ElectricCurrentExponent_DEFINITION"
msgstr "The power of the electric current base quantity."
#:IFC.xml:22557
msgid "IfcDimensionalExponents_ThermodynamicTemperatureExponent"
msgstr "ThermodynamicTemperatureExponent"
msgid "IfcDimensionalExponents_ThermodynamicTemperatureExponent_DEFINITION"
msgstr "The power of the thermodynamic temperature base quantity."
#:IFC.xml:22562
msgid "IfcDimensionalExponents_AmountOfSubstanceExponent"
msgstr "AmountOfSubstanceExponent"
msgid "IfcDimensionalExponents_AmountOfSubstanceExponent_DEFINITION"
msgstr "The power of the amount of substance base quantity."
#:IFC.xml:22567
msgid "IfcDimensionalExponents_LuminousIntensityExponent"
msgstr "LuminousIntensityExponent"
msgid "IfcDimensionalExponents_LuminousIntensityExponent_DEFINITION"
msgstr "The power of the luminous intensity base quantity."
#:IFC.xml:22585
msgid "IfcDimensionsForSiUnit__n"
msgstr "IfcDimensionsForSiUnit n"
msgid "IfcDimensionsForSiUnit__n_DEFINITION"
msgstr "Definition from ISO CD 10303 41 1992 The function returns the dimensional exponents of the given SI unit. Argument definitions N input the name of the unit for which the dimensional exponents will be returned."
#:IFC.xml:22593
msgid "IfcMeasureWithUnit"
msgstr "IfcMeasureWithUnit"
msgid "IfcMeasureWithUnit_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A measure with unit is the specification of a physical quantity as defined in ISO 31 clause 2 . [[IfcMeasureWithUnit]] has two usages 1. For representing measure value together with its unit on the entity type attribute level thus overriding the IFC model global unit assignments. 2. For conversion based unit to give the conversion rate and its base. NOTE Corresponding ISO 10303 name measure with unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22594
msgid "IfcMeasureWithUnit_ValueComponent"
msgstr "ValueComponent"
msgid "IfcMeasureWithUnit_ValueComponent_DEFINITION"
msgstr "The value of the physical quantity when expressed in the specified units."
#:IFC.xml:22599
msgid "IfcMeasureWithUnit_UnitComponent"
msgstr "UnitComponent"
msgid "IfcMeasureWithUnit_UnitComponent_DEFINITION"
msgstr "The unit in which the physical quantity is expressed."
#:IFC.xml:22607
msgid "IfcMonetaryUnit"
msgstr "IfcMonetaryUnit"
msgid "IfcMonetaryUnit_DEFINITION"
msgstr "[[IfcMonetaryUnit]] is a unit to define currency for money. HISTORY New entity in IFC2x. .change ifc2x4 IFC4 CHANGE Type of the attribute Currency changed. bSI Documentation"
#:IFC.xml:22608
msgid "IfcMonetaryUnit_Currency"
msgstr "Currency"
msgid "IfcMonetaryUnit_Currency_DEFINITION"
msgstr "Code or name of the currency. Permissible values are the three letter alphabetic currency codes as per ISO 4217 http www.iso.org iso support faqs faqs widely used standards widely used standards other currency codes currency codes list 1.htm target top , for example CNY, EUR, GBP, JPY, USD."
#:IFC.xml:22615
msgid "IfcNamedUnit"
msgstr "IfcNamedUnit"
msgid "IfcNamedUnit_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A named unit is a unit quantity associated with the word, or group of words, by which the unit is identified. NOTE Corresponding ISO 10303 name named unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22573
msgid "IfcNamedUnit_Dimensions"
msgstr "Dimensions"
msgid "IfcNamedUnit_Dimensions_DEFINITION"
msgstr "Dimensions"
#:IFC.xml:22620
msgid "IfcNamedUnit_UnitType"
msgstr "UnitType"
msgid "IfcNamedUnit_UnitType_DEFINITION"
msgstr "The type of the unit."
#:IFC.xml:22651
msgid "IfcSIPrefix"
msgstr "IfcSIPrefix"
msgid "IfcSIPrefix_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 An SI prefix is the name of a prefix that may be associated with an SI unit. The definitions of SI prefixes are specified in ISO 1000 clause 3 . NOTE The prefix defines multiples and submultiples of the SI units. NOTE Type adapted from si prefix defined in ISO 10303 41. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22669
msgid "IfcSIUnit"
msgstr "IfcSIUnit"
msgid "IfcSIUnit_DEFINITION"
msgstr "The [[IfcSIUnit]] covers both standard base SI units such as meter and second, and derived SI units such as Pascal, square meter and cubic meter. .extDef NOTE Definition according to ISO CD 10303 41 1992 An SI unit is the fixed quantity used as a standard in terms of which items are measured as defined by ISO 1000 clause 2 . NOTE Corresponding ISO 10303 name si unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22670
msgid "IfcSIUnit_Prefix"
msgstr "Prefix"
msgid "IfcSIUnit_Prefix_DEFINITION"
msgstr "The SI Prefix for defining decimal multiples and submultiples of the unit."
#:IFC.xml:22675
msgid "IfcSIUnit_Name"
msgstr "Name"
msgid "IfcSIUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the SI unit is referred to. X 0D X 0D NOTE Even though the SI system s base unit for mass is kilogram, the [[IfcSIUnit]] for mass is gram if no Prefix is asserted."
#:IFC.xml:22680
msgid "IfcSIUnit_SELF_IfcNamedUnit_Dimensions"
msgstr "SELF IfcNamedUnit Dimensions"
msgid "IfcSIUnit_SELF_IfcNamedUnit_Dimensions_DEFINITION"
msgstr "SELF [[IfcNamedUnit]].Dimensions"
#:IFC.xml:22686
msgid "IfcSIUnitName"
msgstr "IfcSIUnitName"
msgid "IfcSIUnitName_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 An SI unit name is the name of an SI unit. The definitions of the names of SI units are specified in ISO 1000 clause 2 . NOTE Type adapted from si unit name defined in ISO 10303 41. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22718
msgid "IfcUnitAssignment"
msgstr "IfcUnitAssignment"
msgid "IfcUnitAssignment_DEFINITION"
msgstr "[[IfcUnitAssignment]] indicates a set of units which may be assigned. Within an IfcUnitAssigment each unit definition shall be unique that is, there shall be no redundant unit definitions for the same unit type such as length unit or area unit. For currencies, there shall be only a single [[IfcMonetaryUnit]] within an [[IfcUnitAssignment]] . NOTE A [[IfcProject]] has a unit assignment which establishes a set of units which will be used globally within the project, if not otherwise defined. Other objects may have local unit assignments if there is a requirement for them to make use of units which do not fall within the project unit assignment. HISTORY New entity in IFC1.5.1. bSI Documentation"
#:IFC.xml:22723
msgid "IfcUnitAssignment_Units"
msgstr "Units"
msgid "IfcUnitAssignment_Units_DEFINITION"
msgstr "Units to be included within a unit assignment."
#:IFC.xml:22729
msgid "IfcUnitEnum"
msgstr "IfcUnitEnum"
msgid "IfcUnitEnum_DEFINITION"
msgstr "[[IfcUnitEnum]] is an enumeration type for allowed unit types of [[IfcNamedUnit]] . HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22761
msgid "IfcDerivedMeasureValue"
msgstr "IfcDerivedMeasureValue"
msgid "IfcDerivedMeasureValue_DEFINITION"
msgstr "[[IfcDerivedMeasureValue]] is a select type for selecting between derived measure types. SELECT [[IfcAbsorbedDoseMeasure]] [[IfcAccelerationMeasure]] [[IfcAngularVelocityMeasure]] [[IfcAreaDensityMeasure]] [[IfcCompoundPlaneAngleMeasure]] [[IfcCurvatureMeasure]] [[IfcDoseEquivalentMeasure]] [[IfcDynamicViscosityMeasure]] [[IfcElectricCapacitanceMeasure]] [[IfcElectricChargeMeasure]] [[IfcElectricConductanceMeasure]] [[IfcElectricResistanceMeasure]] [[IfcElectricVoltageMeasure]] [[IfcEnergyMeasure]] [[IfcForceMeasure]] [[IfcFrequencyMeasure]] [[IfcHeatFluxDensityMeasure]] [[IfcHeatingValueMeasure]] [[IfcIlluminanceMeasure]] [[IfcInductanceMeasure]] [[IfcIntegerCountRateMeasure]] [[IfcIonConcentrationMeasure]] [[IfcIsothermalMoistureCapacityMeasure]] [[IfcKinematicViscosityMeasure]] [[IfcLinearForceMeasure]] [[IfcLinearMomentMeasure]] [[IfcLinearStiffnessMeasure]] [[IfcLinearVelocityMeasure]] [[IfcLuminousFluxMeasure]] [[IfcLuminousIntensityDistributionMeasure]] [[IfcMagneticFluxDensityMeasure]] [[IfcMagneticFluxMeasure]] [[IfcMassDensityMeasure]] [[IfcMassFlowRateMeasure]] [[IfcMassPerLengthMeasure]] [[IfcModulusOfElasticityMeasure]] [[IfcModulusOfLinearSubgradeReactionMeasure]] [[IfcModulusOfRotationalSubgradeReactionMeasure]] [[IfcModulusOfSubgradeReactionMeasure]] [[IfcMoistureDiffusivityMeasure]] [[IfcMolecularWeightMeasure]] [[IfcMomentOfInertiaMeasure]] [[IfcMonetaryMeasure]] [[IfcPHMeasure]] [[IfcPlanarForceMeasure]] [[IfcPowerMeasure]] [[IfcPressureMeasure]] [[IfcRadioActivityMeasure]] [[IfcRotationalFrequencyMeasure]] [[IfcRotationalMassMeasure]] [[IfcRotationalStiffnessMeasure]] [[IfcSectionModulusMeasure]] [[IfcSectionalAreaIntegralMeasure]] [[IfcShearModulusMeasure]] [[IfcSoundPowerLevelMeasure]] [[IfcSoundPowerMeasure]] [[IfcSoundPressureLevelMeasure]] [[IfcSoundPressureMeasure]] [[IfcSpecificHeatCapacityMeasure]] [[IfcTemperatureGradientMeasure]] [[IfcTemperatureRateOfChangeMeasure]] [[IfcThermalAdmittanceMeasure]] [[IfcThermalConductivityMeasure]] [[IfcThermalExpansionCoefficientMeasure]] [[IfcThermalResistanceMeasure]] [[IfcThermalTransmittanceMeasure]] [[IfcTorqueMeasure]] [[IfcVaporPermeabilityMeasure]] [[IfcVolumetricFlowRateMeasure]] [[IfcWarpingConstantMeasure]] [[IfcWarpingMomentMeasure]] HISTORY New type in IFC2x. .change ifc2x4 IFC4 CHANGE added [[IfcAreaDensityMeasure]] , [[IfcSoundPowerLevelMeasure]] , [[IfcSoundPressureLevelMeasure]] , [[IfcTemperatureRateOfChangeMeasure]] , removed [[IfcTimeStamp]] ."
#:IFC.xml:22763
msgid "IfcMeasureValue"
msgstr "IfcMeasureValue"
msgid "IfcMeasureValue_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A measure value is a value as defined in ISO 31 0 clause 2 . NOTE [[IfcMeasureValue]] is a select data type for most basic measure types coming from ISO 10303 41. Select item [[IfcNonNegativeLengthMeasure]] is in addition to ISO 10303 41. NOTE Corresponding ISO 10303 name measure value, please refer to ISO IS 10303 41 for the final definition of the formal standard. HISTORY New type in IFC1.5.1. .change ifc2x4 IFC 2x4 CHANGE [[IfcNonNegativeLengthMeasure]] added."
#:IFC.xml:22765
msgid "IfcSimpleValue"
msgstr "IfcSimpleValue"
msgid "IfcSimpleValue_DEFINITION"
msgstr "[[IfcSimpleValue]] is a select type for selecting between simple value types. SELECT [[IfcInteger]] Defined type of simple type INTEGER. [[IfcReal]] Defined type of simple type REAL. [[IfcBoolean]] Defined type of simple type BOOLEAN. [[IfcLogical]] Defined type of simple type LOGICAL. [[IfcIdentifier]] Defined type of simple type STRING for identification purposes. [[IfcLabel]] Defined type of simple type STRING for naming purposes. [[IfcText]] Defined type of simple type STRING for descriptive purposes. [[IfcDateTime]] Defined type of simple type STRING to represent a date and time. [[IfcDate]] Defined type of simple type STRING to represent a date. [[IfcTime]] Defined type of simple type STRING to represent a time. [[IfcDuration]] Defined type of simple type STRING to represent a duration. [[IfcTimeStamp]] Defined type of simple type INTEGER to represent a point in time by seconds elapsed since 1970. HISTORY New type in IFC2x. .change ifc2x4 IFC4 CHANGE Items [[IfcDateTime]] , [[IfcDate]] , [[IfcTime]] , [[IfcDuration]] , [[IfcTimeStamp]] added."
#:IFC.xml:22767
msgid "IfcUnit"
msgstr "IfcUnit"
msgid "IfcUnit_DEFINITION"
msgstr ".extDef NOTE Definition according to ISO CD 10303 41 1992 A unit is a physical quantity, with a value of one, which is used as a standard in terms of which other quantities are expressed. NOTE Select item [[IfcMonetaryUnit]] is an addition to ISO 10303 41. NOTE Corresponding ISO 10303 name unit, please refer to ISO IS 10303 41 for the final definition of the formal standard. SELECT [[IfcNamedUnit]] A unit which is identified by a name. [[IfcDerivedUnit]] A unit which is derived from an expression of units. [[IfcMonetaryUnit]] A unit for defining currencies. HISTORY New type in IFC1.5.1."
#:IFC.xml:22768
msgid "IfcValue"
msgstr "IfcValue"
msgid "IfcValue_DEFINITION"
msgstr "[[IfcValue]] is a select type for selecting between more specialised select types [[IfcSimpleValue]] , [[IfcMeasureValue]] and [[IfcDerivedMeasureValue]] . SELECT [[IfcSimpleValue]] A select type for basic defined types of simple data type. [[IfcMeasureValue]] A select type for basic measure types of ISO 10303 41. [[IfcDerivedMeasureValue]] A select type for derived measure types. HISTORY New type in IFC2x."
#:IFC.xml:22771
msgid "IfcAbsorbedDoseMeasure"
msgstr "IfcAbsorbedDoseMeasure"
msgid "IfcAbsorbedDoseMeasure_DEFINITION"
msgstr "[[IfcAbsorbedDoseMeasure]] is a measure of the absorbed radioactivity dose. Usually measured in Gray Gy, J kg . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22775
msgid "IfcAccelerationMeasure"
msgstr "IfcAccelerationMeasure"
msgid "IfcAccelerationMeasure_DEFINITION"
msgstr "[[IfcAccelerationMeasure]] is a measure of acceleration. Usually measured in m s2. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22779
msgid "IfcAmountOfSubstanceMeasure"
msgstr "IfcAmountOfSubstanceMeasure"
msgid "IfcAmountOfSubstanceMeasure_DEFINITION"
msgstr "An amount of substance measure is the value for the quantity of a substance when compared with the number of atoms in 0.012 kg of carbon 12. Usually measure in mole mol . Type REAL NOTE Type adapted from amount of substance measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22783
msgid "IfcAngularVelocityMeasure"
msgstr "IfcAngularVelocityMeasure"
msgid "IfcAngularVelocityMeasure_DEFINITION"
msgstr "[[IfcAngularVelocityMeasure]] is a measure of the velocity of a body measured in terms of angle subtended per unit time. Usually measured in radians s. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22787
msgid "IfcAreaDensityMeasure"
msgstr "IfcAreaDensityMeasure"
msgid "IfcAreaDensityMeasure_DEFINITION"
msgstr "[[IfcAreaDensityMeasure]] is a measure of the density of a two dimensional object and is calculated as the mass per unit area. Usually measured in kg m2. Type REAL HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:22791
msgid "IfcAreaMeasure"
msgstr "IfcAreaMeasure"
msgid "IfcAreaMeasure_DEFINITION"
msgstr "An area measure is the value of the extent of a surface. Usually measured in square metre m2 . Type REAL NOTE Type adapted from area measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22795
msgid "IfcBinary"
msgstr "IfcBinary"
msgid "IfcBinary_DEFINITION"
msgstr "[[IfcBinary]] is a defined type of simple data type BINARY which may be used to encode binary data such as embedded textures. . note NOTE This type was introduced to maintain consistency with all native types. A future IFC release may support this data type within [[IfcSimpleValue]] to enable use at property sets.Type BINARY HISTORY New type in IFC4 ADD1 modification does not impact file compatibility . bSI Documentation"
#:IFC.xml:22799
msgid "IfcBoolean"
msgstr "IfcBoolean"
msgid "IfcBoolean_DEFINITION"
msgstr "[[IfcBoolean]] is a defined data type of simple data type Boolean. It is required since a select type [[IfcSimpleValue]] cannot directly include simple types in its select list. A Boolean type can have value TRUE or FALSE. Type BOOLEAN HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22809
msgid "IfcComplexNumber"
msgstr "IfcComplexNumber"
msgid "IfcComplexNumber_DEFINITION"
msgstr "[[IfcComplexNumber]] is a representation of a complex number expressed as an array with two elements. The first element index 1 denotes the real component which is the numerical component of a complex number whose square roots can be calculated explicitly. The second element index 2 denotes the imaginary component which is the numerical component of a complex number whose square roots cannot be determined other than through the provision of the square of the imaginary number j where j 2 1. Note that the imaginary component may be referred to as i in certain references. Type ARRAY 1 2 OF REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:22813
msgid "IfcCompoundPlaneAngleMeasure"
msgstr "IfcCompoundPlaneAngleMeasure"
msgid "IfcCompoundPlaneAngleMeasure_DEFINITION"
msgstr "[[IfcCompoundPlaneAngleMeasure]] is a compound measure of plane angle in degrees, minutes, seconds, and optionally millionth seconds of arc. NOTE [[IfcCompoundPlaneAngleMeasure]] is used where angles need to be described to an accuracy as fine as one millionth of a degree and expressed as parts of an arc. It may be used for angular measurement by surveyors or for other angular measurements where precision is required. Another usage is exact or approximate global positioning against a geographic coordinate systems using longitude and latitude. NOTE While the unit of measurement of the type [[IfcPlaneAngleMeasure]] depends on unit assignment radian or degree or other derived units globally at the IfcPoject or locally at an [[IfcMeasureWithUnit]] , the units of [[IfcCompoundPlaneAngleMeasure]] are always degrees, minutes, seconds, and millionth seconds irrespective of unit assignments. HISTORY New type in IFC1.5.1. Type LIST 3 4 OF INTEGER .use head Value restrictions The first integer measure is the number of degrees and is generally not range restricted. However, when [[IfcCompoundPlaneAngleMeasure]] is used to express geographic coordinates, only latitudes of 90, 90 and longitudes of 180, 180 are used in practice. The second integer measure is the number of minutes and shall be in the range 60, 60 . The third integer measure is the number of seconds and shall be in the range 60, 60 . The optional fourth integer measure is the number of millionth seconds and shall be in the range 1 000 000, 1 000 000 . .use head Signedness All measure components have the same sign positive or negative . It is therefore trivial to convert between floating point representation decimal degrees and compound representation regardless whether the angle is greater or smaller than zero. Example LOCAL a [[IfcPlaneAngleMeasure]] 50.975864 decimal degrees, 50 58 33 110400 b [[IfcPlaneAngleMeasure]] c [[IfcCompoundPlaneAngleMeasure]] s [[IfcText]] END LOCAL convert from float to compound c 1 a 50 c 2 a c 1 60 58 c 3 a c 1 60 c 2 60 33 c 4 a c 1 60 c 2 60 c 3 1.e6 110400 convert from compound to float b c 1 c 2 60. c 3 3600. c 4 3600.e6 50.975864 .use head Use in string representations When a compound plane angle measure is formatted for display or printout, the signs of the fractional components will usually be discarded because, to a human reader, the sign of the first component alone already indicates the sense of the angle convert from compound to human readable string s FORMAT c 1 , 000000B0 FORMAT ABS c 2 , FORMAT ABS c 3 , FORMAT ABS c 4 , 50 58 33 110400 Another often encountered display format of latitudes and longitudes is to omit the signs and print N, S, E, W indicators instead, for example, 50 58 33 S . When stored as [[IfcCompoundPlaneAngleMeasure]] however, a compound plane angle measure is always signed, with same sign of all components. bSI Documentation"
#:IFC.xml:22833
msgid "IfcContextDependentMeasure"
msgstr "IfcContextDependentMeasure"
msgid "IfcContextDependentMeasure_DEFINITION"
msgstr "The value of a physical quantity as defined within the exchange context. Type REAL NOTE Type adapted from context dependent measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22837
msgid "IfcCountMeasure"
msgstr "IfcCountMeasure"
msgid "IfcCountMeasure_DEFINITION"
msgstr "A count measure is the value of a count of items. Type NUMBER NOTE Type adapted from count measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22841
msgid "IfcCurvatureMeasure"
msgstr "IfcCurvatureMeasure"
msgid "IfcCurvatureMeasure_DEFINITION"
msgstr "[[IfcCurvatureMeasure]] is a measure for curvature, which is defined as the change of slope per length. This is typically a computed value in structural analysis. It is usually measured in rad m. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:22845
msgid "IfcDescriptiveMeasure"
msgstr "IfcDescriptiveMeasure"
msgid "IfcDescriptiveMeasure_DEFINITION"
msgstr "A descriptive measure is a human interpretable definition of a quantifiable value. The mode of interpretation has to be established for the exchange context. Type STRING NOTE Type adapted from descriptive measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22850
msgid "IfcDoseEquivalentMeasure"
msgstr "IfcDoseEquivalentMeasure"
msgid "IfcDoseEquivalentMeasure_DEFINITION"
msgstr "[[IfcDoseEquivalentMeasure]] is a measure of the radioactive dose equivalent. Usually measured in Sievert Sv, J kg . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22854
msgid "IfcDynamicViscosityMeasure"
msgstr "IfcDynamicViscosityMeasure"
msgid "IfcDynamicViscosityMeasure_DEFINITION"
msgstr "[[IfcDynamicViscosityMeasure]] is a measure of the viscous resistance of a medium. Usually measured in Pascal second Pa s . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22858
msgid "IfcElectricCapacitanceMeasure"
msgstr "IfcElectricCapacitanceMeasure"
msgid "IfcElectricCapacitanceMeasure_DEFINITION"
msgstr "[[IfcElectricCapacitanceMeasure]] is a measure of the electric capacitance. Usually measured in Farad F, C V A s V . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22862
msgid "IfcElectricChargeMeasure"
msgstr "IfcElectricChargeMeasure"
msgid "IfcElectricChargeMeasure_DEFINITION"
msgstr "[[IfcElectricChargeMeasure]] is a measure of the electric charge. Usually measured in Coulomb C, A s . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22866
msgid "IfcElectricConductanceMeasure"
msgstr "IfcElectricConductanceMeasure"
msgid "IfcElectricConductanceMeasure_DEFINITION"
msgstr "[[IfcElectricConductanceMeasure]] is a measure of the electric conductance. Usually measured in Siemens S, 1 Ohm A V . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22870
msgid "IfcElectricCurrentMeasure"
msgstr "IfcElectricCurrentMeasure"
msgid "IfcElectricCurrentMeasure_DEFINITION"
msgstr "The value for the movement of electrically charged particles. Usually measured in Ampere A . Type REAL NOTE Type adapted from electric current measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22874
msgid "IfcElectricResistanceMeasure"
msgstr "IfcElectricResistanceMeasure"
msgid "IfcElectricResistanceMeasure_DEFINITION"
msgstr "[[IfcElectricResistanceMeasure]] is a measure of the electric resistance. Usually measured in Ohm V A . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22878
msgid "IfcElectricVoltageMeasure"
msgstr "IfcElectricVoltageMeasure"
msgid "IfcElectricVoltageMeasure_DEFINITION"
msgstr "[[IfcElectricVoltageMeasure]] is a measure of electromotive force. Usually measured in Volts V, W A . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22882
msgid "IfcEnergyMeasure"
msgstr "IfcEnergyMeasure"
msgid "IfcEnergyMeasure_DEFINITION"
msgstr "[[IfcEnergyMeasure]] is a measure of energy required or used. Usually measured in Joules, J, Nm . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22886
msgid "IfcForceMeasure"
msgstr "IfcForceMeasure"
msgid "IfcForceMeasure_DEFINITION"
msgstr "[[IfcForceMeasure]] is a measure of the force. Usually measured in Newton N, kg m s2 . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22890
msgid "IfcFrequencyMeasure"
msgstr "IfcFrequencyMeasure"
msgid "IfcFrequencyMeasure_DEFINITION"
msgstr "[[IfcFrequencyMeasure]] is a measure of the number of times that an item vibrates in unit time. Usually measured in cycles s or Hertz Hz . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22894
msgid "IfcHeatFluxDensityMeasure"
msgstr "IfcHeatFluxDensityMeasure"
msgid "IfcHeatFluxDensityMeasure_DEFINITION"
msgstr "[[IfcHeatFluxDensityMeasure]] is a measure of the density of heat flux within a body. Usually measured in W m2 J s m2 . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22898
msgid "IfcHeatingValueMeasure"
msgstr "IfcHeatingValueMeasure"
msgid "IfcHeatingValueMeasure_DEFINITION"
msgstr "[[IfcHeatingValueMeasure]] defines the amount of energy released usually in MJ kg when a fuel is burned. HISTORY This is new type in IFC2x2. bSI Documentation"
#:IFC.xml:22906
msgid "IfcIdentifier"
msgstr "IfcIdentifier"
msgid "IfcIdentifier_DEFINITION"
msgstr "An identifier is an alphanumeric string which allows an individual thing to be identified. It may not provide natural language meaning. Type STRING of up to 255 characters NOTE Type adapted from identifier defined in ISO 10303 41. HISTORY New type in IFC2x. .change ifc2x4 IFC 2x4 CHANGE Previously recommended size restriction of 255 characters is now mandatory. .use head Value restrictions As a merely machine readable string for identification purposes, an identifier is usually machine generated and locale independent in contrast to human readable labels, [[IfcLabel]] . NOTE The set of characters that may appear in STRINGs exchanged in the exchange structure as defined in ISO 10303.21 is provided in ISO 10646. The encoding of characters in case of file based exchange is defined in ISO 10303 21 and ISO 10303 28. Among else, these specifications define the encoding of 8 bit characters from ISO 8859 1... 16 and of 2 byte and 4 byte Unicode characters from ISO 10646. NOTE While [[IfcIdentifier]] is restricted to 255 characters, the size in exchange files after encoding may be considerably larger than 255 octets, depending on the particular encoding and on the contents of the identifier. bSI Documentation"
#:IFC.xml:22910
msgid "IfcIlluminanceMeasure"
msgstr "IfcIlluminanceMeasure"
msgid "IfcIlluminanceMeasure_DEFINITION"
msgstr "[[IfcIlluminanceMeasure]] is a measure of the illuminance. Usually measured in Lux lx, Lumen m2 Candela Steradian m2 . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22914
msgid "IfcInductanceMeasure"
msgstr "IfcInductanceMeasure"
msgid "IfcInductanceMeasure_DEFINITION"
msgstr "[[IfcInductanceMeasure]] is a measure of the inductance. Usually measure in Henry H, Weber A V s A . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22918
msgid "IfcInteger"
msgstr "IfcInteger"
msgid "IfcInteger_DEFINITION"
msgstr "[[IfcInteger]] is a defined type of simple data type Integer. It is required since a select type [[IfcSimpleValue]] cannot include directly simple types in its select list. In principle, the domain of [[IfcInteger]] being an Integer is all integer numbers. Here the number of bits used for the [[IfcInteger]] representation is unconstrained, but in practice it is implementation specific. Type INTEGER HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22922
msgid "IfcIntegerCountRateMeasure"
msgstr "IfcIntegerCountRateMeasure"
msgid "IfcIntegerCountRateMeasure_DEFINITION"
msgstr "[[IfcIntegerCountRateMeasure]] is a measure of the integer number of units flowing per unit time. EXAMPLE This measure may be used for measuring integer units per second or per hour. For example, it may be used to measure the number of books per hour passing along a part of a mechanical book handling system, the number of people per hour travelling along a moving walkway or the number of vehicles per hour travelling along a section of road. Type INTEGER HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22926
msgid "IfcIonConcentrationMeasure"
msgstr "IfcIonConcentrationMeasure"
msgid "IfcIonConcentrationMeasure_DEFINITION"
msgstr "[[IfcIonConcentrationMeasure]] is a measure of particular ion concentration in a liquid, given in mg L. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:22930
msgid "IfcIsothermalMoistureCapacityMeasure"
msgstr "IfcIsothermalMoistureCapacityMeasure"
msgid "IfcIsothermalMoistureCapacityMeasure_DEFINITION"
msgstr "[[IfcIsothermalMoistureCapacityMeasure]] is a measure of isothermal moisture capacity. Usually measured in m3 kg. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22934
msgid "IfcKinematicViscosityMeasure"
msgstr "IfcKinematicViscosityMeasure"
msgid "IfcKinematicViscosityMeasure_DEFINITION"
msgstr "[[IfcKinematicViscosityMeasure]] is a measure of the viscous resistance of a medium to a moving body. Usually measured in m2 s. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22938
msgid "IfcLabel"
msgstr "IfcLabel"
msgid "IfcLabel_DEFINITION"
msgstr "A label is the term by which something may be referred to. It is a string which represents the human interpretable name of something and shall have a natural language meaning. Type STRING of up to 255 characters NOTE Type adapted from label defined in ISO 10303 41. HISTORY New type in IFC2x. .change ifc2x4 IFC4 CHANGE Previously recommended size restriction of 255 characters is now mandatory. .use head Value restrictions As a human readable string for naming purposes, a label is usually human specified and locale dependent in contrast to purely machine readable identifiers, [[IfcIdentifier]] . NOTE The set of characters that may appear in STRINGs exchanged in the exchange structure as defined in ISO 10303.21 is provided in ISO 10646. The encoding of characters in case of file based exchange is defined in ISO 10303 21 and ISO 10303 28. Among else, these specifications define the encoding of 8 bit characters from ISO 8859 1... 16 and of 2 byte and 4 byte Unicode characters from ISO 10646. NOTE While [[IfcIdentifier]] is restricted to 255 characters, the size in exchange files after encoding may be considerably larger than 255 octets, depending on the particular encoding and on the contents of the identifier. bSI Documentation"
#:IFC.xml:22942
msgid "IfcLengthMeasure"
msgstr "IfcLengthMeasure"
msgid "IfcLengthMeasure_DEFINITION"
msgstr "An [[IfcLengthMeasure]] is the value of a distance. Usually measured in millimeters mm . Type REAL NOTE Type adapted from length measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22948
msgid "IfcLinearForceMeasure"
msgstr "IfcLinearForceMeasure"
msgid "IfcLinearForceMeasure_DEFINITION"
msgstr "[[IfcLinearForceMeasure]] is a measure of linear force. Usually measured in N m. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22952
msgid "IfcLinearMomentMeasure"
msgstr "IfcLinearMomentMeasure"
msgid "IfcLinearMomentMeasure_DEFINITION"
msgstr "[[IfcLinearMomentMeasure]] is a measure of linear moment. Usually measured in Nm m. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22956
msgid "IfcLinearStiffnessMeasure"
msgstr "IfcLinearStiffnessMeasure"
msgid "IfcLinearStiffnessMeasure_DEFINITION"
msgstr "[[IfcLinearStiffnessMeasure]] is a measure of linear stiffness. Usually measured in N m. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22961
msgid "IfcLinearVelocityMeasure"
msgstr "IfcLinearVelocityMeasure"
msgid "IfcLinearVelocityMeasure_DEFINITION"
msgstr "[[IfcLinearVelocityMeasure]] is a measure of the velocity of a body measured in terms of distance moved per unit time. Usually measured in m s. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22965
msgid "IfcLogical"
msgstr "IfcLogical"
msgid "IfcLogical_DEFINITION"
msgstr "[[IfcLogical]] [[IfcSimpleValue]] cannot directly include simple types in its select list . Logical datatype can have values TRUE, FALSE or UNKNOWN. Type LOGICAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22969
msgid "IfcLuminousFluxMeasure"
msgstr "IfcLuminousFluxMeasure"
msgid "IfcLuminousFluxMeasure_DEFINITION"
msgstr "[[IfcLuminousFluxMeasure]] is a measure of the luminous flux. Usually measured in Lumen lm, Candela Steradian . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22973
msgid "IfcLuminousIntensityDistributionMeasure"
msgstr "IfcLuminousIntensityDistributionMeasure"
msgid "IfcLuminousIntensityDistributionMeasure_DEFINITION"
msgstr "[[IfcLuminousIntensityDistributionMeasure]] is a measure of the luminous intensity of a light source that changes according to the direction of the ray. It is normally based on some standardized distribution light distribution curves. Usually measured in Candela Lumen cd lm or cd klm . Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:22977
msgid "IfcLuminousIntensityMeasure"
msgstr "IfcLuminousIntensityMeasure"
msgid "IfcLuminousIntensityMeasure_DEFINITION"
msgstr "An [[IfcLuminousIntensityMeasure]] is the value for the brightness of a body. Usually measured in candela cd . Type REAL NOTE Type adapted from luminous intensity measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:22981
msgid "IfcMagneticFluxDensityMeasure"
msgstr "IfcMagneticFluxDensityMeasure"
msgid "IfcMagneticFluxDensityMeasure_DEFINITION"
msgstr "[[IfcMagneticFluxDensityMeasure]] is a measure of the magnetic flux density. Usually measured in Tesla T, Weber m2 V s m2 . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22985
msgid "IfcMagneticFluxMeasure"
msgstr "IfcMagneticFluxMeasure"
msgid "IfcMagneticFluxMeasure_DEFINITION"
msgstr "[[IfcMagneticFluxMeasure]] is a measure of the magnetic flux. Usually measured in Weber Wb, V s . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:22989
msgid "IfcMassDensityMeasure"
msgstr "IfcMassDensityMeasure"
msgid "IfcMassDensityMeasure_DEFINITION"
msgstr "[[IfcMassDensityMeasure]] is a measure of the density of a medium. Usually measured in kg m3. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22993
msgid "IfcMassFlowRateMeasure"
msgstr "IfcMassFlowRateMeasure"
msgid "IfcMassFlowRateMeasure_DEFINITION"
msgstr "[[IfcMassFlowRateMeasure]] is a measure of the mass of a medium flowing per unit time. Usually measured in kg s. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:22997
msgid "IfcMassMeasure"
msgstr "IfcMassMeasure"
msgid "IfcMassMeasure_DEFINITION"
msgstr "An [[IfcMassMeasure]] is the value of the amount of matter that a body contains. Usually measured in kilograms kg or grams g . Type REAL NOTE Type adapted from mass measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23001
msgid "IfcMassPerLengthMeasure"
msgstr "IfcMassPerLengthMeasure"
msgid "IfcMassPerLengthMeasure_DEFINITION"
msgstr "[[IfcMassPerLengthMeasure]] is a measure for mass per length. For example for rolled steel profiles the weight of an imaginary beam is usually expressed by kg m length for cost calculation and structural analysis purposes. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23005
msgid "IfcModulusOfElasticityMeasure"
msgstr "IfcModulusOfElasticityMeasure"
msgid "IfcModulusOfElasticityMeasure_DEFINITION"
msgstr "[[IfcModulusOfElasticityMeasure]] is a measure of modulus of elasticity. Usually measured in N m2. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23009
msgid "IfcModulusOfLinearSubgradeReactionMeasure"
msgstr "IfcModulusOfLinearSubgradeReactionMeasure"
msgid "IfcModulusOfLinearSubgradeReactionMeasure_DEFINITION"
msgstr "[[IfcModulusOfLinearSubgradeReactionMeasure]] is a measure for modulus of linear subgrade reaction, which expresses the elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in N m 2. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23014
msgid "IfcModulusOfRotationalSubgradeReactionMeasure"
msgstr "IfcModulusOfRotationalSubgradeReactionMeasure"
msgid "IfcModulusOfRotationalSubgradeReactionMeasure_DEFINITION"
msgstr "[[IfcModulusOfRotationalSubgradeReactionMeasure]] is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm m rad . Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23019
msgid "IfcModulusOfSubgradeReactionMeasure"
msgstr "IfcModulusOfSubgradeReactionMeasure"
msgid "IfcModulusOfSubgradeReactionMeasure_DEFINITION"
msgstr "[[IfcModulusOfSubgradeReactionMeasure]] is a geotechnical measure describing interaction between foundation structures and the soil. May also be known as bedding measure. Usually measured in N m3. Type REAL HISTORY New type in IFC2x. Figure 1 illustrates elastic support of a planar member. .. .. .. .. .. .. figures ifcmodulusofsubgradereactionmeasure.gif Figure 1 Modulus of subgrade reaction measure bSI Documentation"
#:IFC.xml:23024
msgid "IfcMoistureDiffusivityMeasure"
msgstr "IfcMoistureDiffusivityMeasure"
msgid "IfcMoistureDiffusivityMeasure_DEFINITION"
msgstr "[[IfcMoistureDiffusivityMeasure]] is a measure of moisture diffusivity. Usually measured in m3 s. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23028
msgid "IfcMolecularWeightMeasure"
msgstr "IfcMolecularWeightMeasure"
msgid "IfcMolecularWeightMeasure_DEFINITION"
msgstr "[[IfcMolecularWeightMeasure]] is a measure of molecular weight of material typically gas . Usually measured in g mole. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23032
msgid "IfcMomentOfInertiaMeasure"
msgstr "IfcMomentOfInertiaMeasure"
msgid "IfcMomentOfInertiaMeasure_DEFINITION"
msgstr "[[IfcMomentOfInertiaMeasure]] is a measure of moment of inertia. Usually measured in m4. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23036
msgid "IfcMonetaryMeasure"
msgstr "IfcMonetaryMeasure"
msgid "IfcMonetaryMeasure_DEFINITION"
msgstr "A monetary measure is the value of an amount of money without regard to its currency. Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:23040
msgid "IfcNonNegativeLengthMeasure"
msgstr "IfcNonNegativeLengthMeasure"
msgid "IfcNonNegativeLengthMeasure_DEFINITION"
msgstr "A non negative length measure is a length measure that is greater than or equal to zero. Type [[IfcLengthMeasure]] HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:23049
msgid "IfcNormalisedRatioMeasure"
msgstr "IfcNormalisedRatioMeasure"
msgid "IfcNormalisedRatioMeasure_DEFINITION"
msgstr "[[IfcNormalisedRatioMeasure]] is a dimensionless measure to express ratio values ranging from 0.0 to 1.0. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23059
msgid "IfcNumericMeasure"
msgstr "IfcNumericMeasure"
msgid "IfcNumericMeasure_DEFINITION"
msgstr "An [[IfcNumericMeasure]] is the numeric value of a physical quantity. Type NUMBER NOTE Type adapted from numeric measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23063
msgid "IfcParameterValue"
msgstr "IfcParameterValue"
msgid "IfcParameterValue_DEFINITION"
msgstr "An [[IfcParameterValue]] is the value which specifies the amount of a parameter in some parameter space. Type REAL NOTE Type adapted from parameter value defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23069
msgid "IfcPHMeasure"
msgstr "IfcPHMeasure"
msgid "IfcPHMeasure_DEFINITION"
msgstr "[[IfcPHMeasure]] is a measure of the molar hydrogen ion concentration in a liquid usually defined as the measure of acidity in a range from 0 to 14. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23077
msgid "IfcPlanarForceMeasure"
msgstr "IfcPlanarForceMeasure"
msgid "IfcPlanarForceMeasure_DEFINITION"
msgstr "[[IfcPlanarForceMeasure]] is a measure of force on an area. Usually measured in N m2. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23081
msgid "IfcPlaneAngleMeasure"
msgstr "IfcPlaneAngleMeasure"
msgid "IfcPlaneAngleMeasure_DEFINITION"
msgstr "An [[IfcPlaneAngleMeasure]] is the value of an angle in a plane. Usually measured in radian rad, m m 1 , but also grads may be used. The grad unit has to be declared as a conversion based unit based on radian unit. NOTE [[IfcPlaneAngleMeasure]] is used where angles need to be described to an accuracy of less than one degree and expressed as decimal parts of an angle. It is widely used for angular measurement except for situations where accuracy needs to be defined using arc measurement for which purpose the [[IfcCompoundPlaneAngleMeasure]] is provided. Type REAL NOTE Type adapted from plane angle measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23086
msgid "IfcPositiveInteger"
msgstr "IfcPositiveInteger"
msgid "IfcPositiveInteger_DEFINITION"
msgstr "[[IfcPositiveInteger]] is a defined type based on simple data type Integer with the additional restriction to positive integers excluding zero . In principle, the domain of [[IfcInteger]] is all integer numbers larger than zero. Here the number of bits used for the [[IfcInteger]] representation is unconstrained, but in practice it is implementation specific. Type INTEGER HISTORY New type in IFC4 ADD1 bSI Documentation"
#:IFC.xml:23094
msgid "IfcPositiveLengthMeasure"
msgstr "IfcPositiveLengthMeasure"
msgid "IfcPositiveLengthMeasure_DEFINITION"
msgstr "An [[IfcPositiveLengthMeasure]] is a length measure that is greater than zero. Type [[IfcLengthMeasure]] NOTE Type adapted from positive length measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23104
msgid "IfcPositivePlaneAngleMeasure"
msgstr "IfcPositivePlaneAngleMeasure"
msgid "IfcPositivePlaneAngleMeasure_DEFINITION"
msgstr "An [[IfcPositivePlaneAngleMeasure]] is a plane angle measure that is greater than zero. Type [[IfcPlaneAngleMeasure]] NOTE Type adapted from positive plane angle measure defined in ISO10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23112
msgid "IfcPositiveRatioMeasure"
msgstr "IfcPositiveRatioMeasure"
msgid "IfcPositiveRatioMeasure_DEFINITION"
msgstr "An [[IfcPositiveRatioMeasure]] is a ratio measure that is greater than zero. Type [[IfcRatioMeasure]] NOTE Type adapted from positive ratio measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23121
msgid "IfcPowerMeasure"
msgstr "IfcPowerMeasure"
msgid "IfcPowerMeasure_DEFINITION"
msgstr "[[IfcPowerMeasure]] is a measure of power required or used. Usually measured in Watts W, J s . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:23125
msgid "IfcPressureMeasure"
msgstr "IfcPressureMeasure"
msgid "IfcPressureMeasure_DEFINITION"
msgstr "[[IfcPressureMeasure]] is a measure of the quantity of a medium acting on a unit area. Usually measured in Pascals Pa, N m2 . Type REAL HISTORY New type in IFC2.0. bSI Documentation"
#:IFC.xml:23129
msgid "IfcRadioActivityMeasure"
msgstr "IfcRadioActivityMeasure"
msgid "IfcRadioActivityMeasure_DEFINITION"
msgstr "[[IfcRadioActivityMeasure]] is a measure of activity of radionuclide. Usually measured in Becquerel Bq, 1 s . Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23133
msgid "IfcRatioMeasure"
msgstr "IfcRatioMeasure"
msgid "IfcRatioMeasure_DEFINITION"
msgstr "An [[IfcRatioMeasure]] is the value of the relation between two physical quantities that are of the same kind. NOTE Input given in percent is to be divided by 100 when stored as an [[IfcRatioMeasure]] . For example, 25 becomes 0.25. Type REAL NOTE Type adapted from ratio measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23139
msgid "IfcReal"
msgstr "IfcReal"
msgid "IfcReal_DEFINITION"
msgstr "[[IfcReal]] is a defined type of simple data type REAL. It is required since a select type [[IfcSimpleValue]] , cannot directly include simple types in its select list. In principle, the domain of [[IfcReal]] being a Real is all rational, irrational and scientific real numbers. Here the precision is unconstrained, but in practice it is implementation specific. Type REAL HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23143
msgid "IfcRotationalFrequencyMeasure"
msgstr "IfcRotationalFrequencyMeasure"
msgid "IfcRotationalFrequencyMeasure_DEFINITION"
msgstr "[[IfcRotationalFrequencyMeasure]] is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles s. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23147
msgid "IfcRotationalMassMeasure"
msgstr "IfcRotationalMassMeasure"
msgid "IfcRotationalMassMeasure_DEFINITION"
msgstr "The rotational mass measure denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg m 2. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23151
msgid "IfcRotationalStiffnessMeasure"
msgstr "IfcRotationalStiffnessMeasure"
msgid "IfcRotationalStiffnessMeasure_DEFINITION"
msgstr "[[IfcRotationalStiffnessMeasure]] is a measure of rotational stiffness. Usually measured in Nm rad. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23156
msgid "IfcSectionalAreaIntegralMeasure"
msgstr "IfcSectionalAreaIntegralMeasure"
msgid "IfcSectionalAreaIntegralMeasure_DEFINITION"
msgstr "The sectional area integral measure is typically used in torsional analysis. It is usually measured in m 5. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23160
msgid "IfcSectionModulusMeasure"
msgstr "IfcSectionModulusMeasure"
msgid "IfcSectionModulusMeasure_DEFINITION"
msgstr "[[IfcSectionModulusMeasure]] is a measure for the resistance of a cross section against bending or torsional moment. It is usually measured in m 3. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23164
msgid "IfcShearModulusMeasure"
msgstr "IfcShearModulusMeasure"
msgid "IfcShearModulusMeasure_DEFINITION"
msgstr "[[IfcShearModulusMeasure]] is a measure of shear modulus. Usually measured in N m2. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23168
msgid "IfcSolidAngleMeasure"
msgstr "IfcSolidAngleMeasure"
msgid "IfcSolidAngleMeasure_DEFINITION"
msgstr "An [[IfcSolidAngleMeasure]] is the value of an angle in a solid. Usually measured in Steradians, sr, m2 m2 . Type REAL NOTE Type adapted from solid angle measure defined in ISO 10303 41. HISTORY New type in IFC1.5.1. bSI Documentation"
#:IFC.xml:23172
msgid "IfcSoundPowerLevelMeasure"
msgstr "IfcSoundPowerLevelMeasure"
msgid "IfcSoundPowerLevelMeasure_DEFINITION"
msgstr "A sound power level measure is a measure of total radiated noise with units of decibels with a reference value of picowatts. Type REAL HISTORY Renamed in IFC4 was [[IfcSoundPowerMeasure]] . bSI Documentation"
#:IFC.xml:23176
msgid "IfcSoundPowerMeasure"
msgstr "IfcSoundPowerMeasure"
msgid "IfcSoundPowerMeasure_DEFINITION"
msgstr "A sound power measure is a measure of total radiated noise with units of watts sonic energy per time unit . Type REAL HISTORY New type in IFC2x2, changed in IFC4. See also [[IfcSoundPowerLevelMeasure]] for using the unit decibel. bSI Documentation"
#:IFC.xml:23180
msgid "IfcSoundPressureLevelMeasure"
msgstr "IfcSoundPressureLevelMeasure"
msgid "IfcSoundPressureLevelMeasure_DEFINITION"
msgstr "A sound pressure level measure is a measure of the pressure fluctuations superimposed over the ambient pressure level with units of decibels with a reference value of micropascals. Type REAL HISTORY Renamed in IFC4 was [[IfcSoundPressureMeasure]] . bSI Documentation"
#:IFC.xml:23184
msgid "IfcSoundPressureMeasure"
msgstr "IfcSoundPressureMeasure"
msgid "IfcSoundPressureMeasure_DEFINITION"
msgstr "A sound pressure measure is a measure of the pressure fluctuations superimposed over the ambient pressure level with units of pascals. Type REAL HISTORY New type in IFC2x2, changed in IFC4. See also [[IfcSoundPressureLevelMeasure]] for using the unit decibel, i.e. relativ to a reference value. bSI Documentation"
#:IFC.xml:23188
msgid "IfcSpecificHeatCapacityMeasure"
msgstr "IfcSpecificHeatCapacityMeasure"
msgid "IfcSpecificHeatCapacityMeasure_DEFINITION"
msgstr "[[IfcSpecificHeatCapacityMeasure]] defines the specific heat of material The heat energy absorbed per temperature unit. Usually measured in J kg Kelvin. Type REAL HISTORY New type in IFC2x. bSI Documentation"
#:IFC.xml:23192
msgid "IfcTemperatureGradientMeasure"
msgstr "IfcTemperatureGradientMeasure"
msgid "IfcTemperatureGradientMeasure_DEFINITION"
msgstr "The temperature gradient measures the difference of a temperature per length, as for instance used in an external wall or its layers. It is usually measured in K m. Type REAL HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:23196
msgid "IfcTemperatureRateOfChangeMeasure"
msgstr "IfcTemperatureRateOfChangeMeasure"
msgid "IfcTemperatureRateOfChangeMeasure_DEFINITION"
msgstr "The temperature rate of change measures the difference of a temperature per time positive rise, negative fall , as for instance used with heat sensors. It is for example measured in K s Kelvin per second . Type REAL HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:23200