forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcRepresentationResource.pot
565 lines (406 loc) · 50.5 KB
/
IfcRepresentationResource.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
# 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:32608
msgid "IfcConvertDirectionInto2D"
msgstr "IfcConvertDirectionInto2D"
msgid "IfcConvertDirectionInto2D_DEFINITION"
msgstr "The function returns a two dimensional direction, using the x y ratios of a two or three dimensional direction as input. NOTE This functions is currently solely used to determine the TrueNorth direction in [[IfcGeometricRepresentationSubContext]] . HISTORY New function in IFC2x4."
#:IFC.xml:32616
msgid "IfcCoordinateOperation"
msgstr "IfcCoordinateOperation"
msgid "IfcCoordinateOperation_DEFINITION"
msgstr "The coordinate operation is an abstract supertype to handle any operation transformation or conversion between two coordinate reference systems. It is meant to provide expandability for future versions, since currently only the conversion of a local engineering coordinate system into a map coordinate reference system is dealt with by the subtype [[IfcMapConversion]] . By convention, a coordinate operation is given between the SourceCRS being the more local, or child coordinate reference system, and the TargetCRS being the more remote or parent coordinate reference system, in the S special case the coordinate operation between the local engineering coordinate system of the construction project and any map or other coordinate reference system. .extDef NOTE Definition from OpenGIS Abstract Specification, Topic 2 If the relationship between any two coordinate reference systems is known, coordinates can be transformed or converted to another coordinate reference system. Coordinate operations are divided into two subtypes .note Coordinate conversion mathematical operation on coordinates that does not include any change of datum. The best known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. Coordinate transformation mathematical operation on coordinates that usually includes a change of datum. The parameters of a coordinate transformation are empirically derived from data containing the coordinates of a series of points in both coordinate reference systems. This computational process is usually over determined , allowing derivation of error or accuracy estimates for the transformation. Also, the stochastic nature of the parameters may result in multiple different versions of the same coordinate transformation. Because of this several transformations may exist for a given pair of coordinate reference systems, differing in their transformation method, parameter values and accuracy characteristics. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:32623
msgid "IfcCoordinateOperation_TargetCRS"
msgstr "TargetCRS"
msgid "IfcCoordinateOperation_TargetCRS_DEFINITION"
msgstr "TargetCRS"
#:IFC.xml:32617
msgid "IfcCoordinateOperation_SourceCRS"
msgstr "SourceCRS"
msgid "IfcCoordinateOperation_SourceCRS_DEFINITION"
msgstr "Source coordinate reference system for the operation."
#:IFC.xml:32659
msgid "IfcCoordinateReferenceSystem"
msgstr "IfcCoordinateReferenceSystem"
msgid "IfcCoordinateReferenceSystem_DEFINITION"
msgstr "The [[IfcCoordinateReferenceSystem]] is a definition of a coordinate reference system by means of qualified identifiers only. The interpretation of the identifier is expected to be well known to the receiving software. .extDef NOTE Definition from OpenGIS Abstract Specification, Topic 2 A coordinate reference system is a coordinate system which is related to the real world by a datum. The coordinate system is composed of a set of coordinate axes with specified units of measure. The datum specifies the relationship of a coordinate system to the earth. The resulting combination of coordinate system and datum is a coordinate reference system. The unambiguous identifier by which the coordinate reference system is know, is stored in the Name attribute. Well defined identifiers include the geodetic and often also the vertical datum. In these cases the GeodeticDatum and the VerticalDatum can be omitted. EXAMPLE The identifier EPSG 25832 defines the geodetic datum ETRS89 in additon to the projection and the zone. EPSG 5555 defined the geodetic datum ETRS89 and the vertical datum DHHN92 . NOTE One widely used, publicly available authority is the European Petroleum Survey Group EPSG , and use of this authority is currently specified in several OGC Implementation Specifications. Software used to transport IFC engineering models into GIS applications and vice versa is expected to have knowledge about the OGC Implementation Specifications. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:32647
msgid "IfcCoordinateReferenceSystem_HasCoordinateOperation"
msgstr "HasCoordinateOperation"
msgid "IfcCoordinateReferenceSystem_HasCoordinateOperation_DEFINITION"
msgstr "HasCoordinateOperation"
#:IFC.xml:32660
msgid "IfcCoordinateReferenceSystem_Name"
msgstr "Name"
msgid "IfcCoordinateReferenceSystem_Name_DEFINITION"
msgstr "Name by which the coordinate reference system is identified. X 0D NOTE The name shall be taken from the list recognized by the European Petroleum Survey Group EPSG. It should then be qualified by the EPSG name space, for example as EPSG 5555 ."
#:IFC.xml:32665
msgid "IfcCoordinateReferenceSystem_Description"
msgstr "Description"
msgid "IfcCoordinateReferenceSystem_Description_DEFINITION"
msgstr "Informal description of this coordinate reference system."
#:IFC.xml:32670
msgid "IfcCoordinateReferenceSystem_GeodeticDatum"
msgstr "GeodeticDatum"
msgid "IfcCoordinateReferenceSystem_GeodeticDatum_DEFINITION"
msgstr "Name by which this datum is identified. The geodetic datum is associated with the coordinate reference system and indicates the shape and size of the rotation ellipsoid and this ellipsoid s connection and orientation to the actual globe earth. It needs to be provided, if the Name identifier does not unambiguously define the geodetic datum as well. X 0D X 0D .examples X 0D EXAMPLE geodetic datums include .note X 0D ED50 X 0D EUREF89 X 0D WSG84"
#:IFC.xml:32675
msgid "IfcCoordinateReferenceSystem_VerticalDatum"
msgstr "VerticalDatum"
msgid "IfcCoordinateReferenceSystem_VerticalDatum_DEFINITION"
msgstr "Name by which the vertical datum is identified. The vertical datum is associated with the height axis of the coordinate reference system and indicates the reference plane and fundamental point defining the origin of a height system. It needs to be provided, if the Name identifier does not unambiguously define the vertical datum as well and if the coordinate reference system is a 3D reference system. X 0D X 0D .examples X 0D EXAMPLE vertical datums include .note X 0D DHHN92 the German Haupthöhennetz X 0D EVRS2007 the European Vertical Reference System"
#:IFC.xml:32682
msgid "IfcGeometricProjectionEnum"
msgstr "IfcGeometricProjectionEnum"
msgid "IfcGeometricProjectionEnum_DEFINITION"
msgstr "[[IfcGeometricProjectionEnum]] defines the various representation types that can be semantically distinguished. Often different levels of detail of the shape representation are controlled by the representation type. HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:32693
msgid "IfcGeometricRepresentationContext"
msgstr "IfcGeometricRepresentationContext"
msgid "IfcGeometricRepresentationContext_DEFINITION"
msgstr "The [[IfcGeometricRepresentationContext]] defines the context that applies to several shape representations of products within a project. It defines the type of the context in which the shape representation is defined, and the numeric precision applicable to the geometric representation items defined in this context. In addition it can be used to offset the project coordinate system from a global point of origin, using the WorldCoordinateSystem attribute. The main representation context may also provide the true north direction, see Figure 1. The TrueNorth attribute should be provided, if the y axis of the WorldCoordinateSystem does not point to the global northing. Direction of the true north, or geographic northing direction, relative to the underlying project coordinate system as established by the attribute WorldCoordinateSystem. It is given by a 2 dimensional direction within the xy plane of the project coordinate system. If not resent, it defaults to 0.,1. i.e. the positive Y axis of the project coordinate system equals the geographic northing direction. The direction is provided within project coordinate system and identifies the true north direction. The true North as seen in CAD within the figure on the left shows the correct interpretation of the TrueNorth direction If a conversion to a geographic coordinate system is included by virtue of the HasCoordinateOperation attribute, then the TrueNorth attribute shall be omitted or included only for informational purposes. It shall not be added to any transformation already applied by an [[IfcCoordinateOperation]]. Figure 1 Definition of the true north direction The use of one instance of [[IfcGeometricRepresentationContext]] to represent the model 3D view is mandatory, the use of a second instance of [[IfcGeometricRepresentationContext]] to represent the plan 2D view is optional but needs to be given, if there are scale dependent plan views , the additional scale or view dependent contexts need to be handled by using the subtype [[IfcGeometricRepresentationSubContext]] pointing to the model view or the plan view as the ParentContext . See Figure 2 for an example using geometric representation contexts for 3D and 2D with assigned sub contexts. NOTE The inherited attribute ContextType shall have one of the following recognized values Model , Plan , NotDefined . Use of representation contexts defined at [[IfcProject]] for 3D model and 2D plan context, including sub context definitions for different target scales. There shall always be a maximum of one geometric representation context for 2D and for 3D coordinate space. Figure 2 Example of using geometric representation contexts .extDef NOTE Definition according to ISO CD 10303 42 1992 A geometric representation context is a representation context in which the geometric representation items are geometrically founded. NOTE Entity adapted from geometric representation context defined in ISO 10303 42. HISTORY New entity in IFC2.0. .change ifc2x3 IFC2x3 CHANGE Applicable values for ContextType are only Model , Plan , and NotDefined . All other contexts are now handled by [[IfcGeometricRepresentationSubContext]] . .change ifc2x4 IFC4 CHANGE Mapping to Geographic coordinate system added by inverse attribute HasCoordinateOperation . bSI Documentation"
#:IFC.xml:12421
msgid "IfcGeometricRepresentationContext_TrueNorth"
msgstr "TrueNorth"
msgid "IfcGeometricRepresentationContext_TrueNorth_DEFINITION"
msgstr "TrueNorth"
#:IFC.xml:32635
msgid "IfcGeometricRepresentationContext_HasCoordinateOperation"
msgstr "HasCoordinateOperation"
msgid "IfcGeometricRepresentationContext_HasCoordinateOperation_DEFINITION"
msgstr "HasCoordinateOperation"
#:IFC.xml:32716
msgid "IfcGeometricRepresentationContext_HasSubContexts"
msgstr "HasSubContexts"
msgid "IfcGeometricRepresentationContext_HasSubContexts_DEFINITION"
msgstr "HasSubContexts"
#:IFC.xml:32698
msgid "IfcGeometricRepresentationContext_CoordinateSpaceDimension"
msgstr "CoordinateSpaceDimension"
msgid "IfcGeometricRepresentationContext_CoordinateSpaceDimension_DEFINITION"
msgstr "The integer dimension count of the coordinate space modeled in a geometric representation context."
#:IFC.xml:32703
msgid "IfcGeometricRepresentationContext_Precision"
msgstr "Precision"
msgid "IfcGeometricRepresentationContext_Precision_DEFINITION"
msgstr "Value of the model precision for geometric models. It is a double value REAL , typically in 1E 5 to 1E 8 range, that indicates the tolerance under which two given points are still assumed to be identical. The value can be used e.g. to sets the maximum distance from an edge curve to the underlying face surface in brep models."
#:IFC.xml:32708
msgid "IfcGeometricRepresentationContext_WorldCoordinateSystem"
msgstr "WorldCoordinateSystem"
msgid "IfcGeometricRepresentationContext_WorldCoordinateSystem_DEFINITION"
msgstr "Establishment of the engineering coordinate system often referred to as the world coordinate system in CAD for all representation contexts used by the project. X 0D X 0D NOTE It can be used to provide better numeric stability if the placement of the building s is far away from the origin. In most cases however it would be set to origin 0.,0.,0. and directions x 1.,0.,0. , y 0.,1.,0. , z 0.,0.,1. . X 0D X 0D X 0D X 0D If an geographic placement is provided using [[IfcMapConversion]] then the WorldCoordinateSystem atttibute is used to define the offset between the zero point of the local engineering coordinate system and the geographic reference point to which the [[IfcMapConversion]] offset relates. In preferred practise both points also called project base point and survey point should be coincidental. However it is possible to offset the geographic reference point from the local zero point."
#:IFC.xml:32730
msgid "IfcGeometricRepresentationSubContext"
msgstr "IfcGeometricRepresentationSubContext"
msgid "IfcGeometricRepresentationSubContext_DEFINITION"
msgstr "[[IfcGeometricRepresentationSubContext]] defines the context that applies to several shape representations of a product being a sub context, sharing the WorldCoordinateSystem , CoordinateSpaceDimension , Precision and TrueNorth attributes with the parent [[IfcGeometricRepresentationContext]] . The [[IfcGeometricRepresentationSubContext]] is used to define semantically distinguished representation types for different information content, dependent on the representation view and the target scale. It can be used to control the level of detail of the shape representation that is most applicable to this geometric representation context. In addition the sub context is used to control the later appearance of the [[IfcShapeRepresentation]] within a plot view. NOTE If the [[IfcShapeRepresentation]] using this sub context has [[IfcStyledItem]] s assigned to the Items , the presentation style information e.g. [[IfcCurveStyle]] , [[IfcTextStyle]] associated with the [[IfcStyledItem]] is given in target plot dimensions. For example, a line thickness [[IfcCurveStyle]].CurveWidth is given by a thickness measure relating to the thickness for a plot within the range of target scale. Each [[IfcProduct]] can then have several instances of subtypes of [[IfcRepresentation]] , each being assigned to a different [[IfcGeometricRepresentationSubContext]] . The applicable values for the inherited ContextIdentifier attribute shall be identical to the RepresentationIdentifier attrubute defined at [[IfcShapeRepresentation]] . NOTE The provision of a model view [[IfcGeometricRepresentationContext]].ContextType Model is mandatory. Instances of [[IfcGeometricRepresentationSubContext]] relate to it as its ParentContext . EXAMPLE Instances of [[IfcGeometricRepresentationSubContext]] can be used to handle the multi view blocks or macros, which are used in CAD programs to store several scale and or view dependent geometric representations of the same object. The application can then choose the most appropriate representation for showing the geometric shape of the product, depending on the target view and scale. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:32716
msgid "IfcGeometricRepresentationSubContext_ParentContext"
msgstr "ParentContext"
msgid "IfcGeometricRepresentationSubContext_ParentContext_DEFINITION"
msgstr "ParentContext"
#:IFC.xml:32743
msgid "IfcGeometricRepresentationSubContext_TargetScale"
msgstr "TargetScale"
msgid "IfcGeometricRepresentationSubContext_TargetScale_DEFINITION"
msgstr "The target plot scale of the representation X 0D to which this representation context applies. X 0D NOTE Scale indicates the target plot scale for the representation sub context, all annotation styles are given in plot dimensions according to this target plot scale. X 0D If multiple instances of [[IfcGeometricRepresentationSubContext]] are given having the same TargetView value, the target plot scale applies up to the next smaller scale, or up to unlimited small scale. X 0D X 0D NOTE Scale 1 100 given as 0.01 within TargetScale is bigger then 1 200 given as 0.005 within TargetScale ."
#:IFC.xml:32748
msgid "IfcGeometricRepresentationSubContext_TargetView"
msgstr "TargetView"
msgid "IfcGeometricRepresentationSubContext_TargetView_DEFINITION"
msgstr "Target view of the representation to which this representation context applies."
#:IFC.xml:32753
msgid "IfcGeometricRepresentationSubContext_UserDefinedTargetView"
msgstr "UserDefinedTargetView"
msgid "IfcGeometricRepresentationSubContext_UserDefinedTargetView_DEFINITION"
msgstr "User defined target view, this attribute value shall be given, if the TargetView attribute is set to USERDEFINED."
#:IFC.xml:32758
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_WorldCoordinateSystem"
msgstr "SELF IfcGeometricRepresentationContext WorldCoordinateSystem"
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_WorldCoordinateSystem_DEFINITION"
msgstr "SELF [[IfcGeometricRepresentationContext]].WorldCoordinateSystem"
#:IFC.xml:32763
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_CoordinateSpaceDimension"
msgstr "SELF IfcGeometricRepresentationContext CoordinateSpaceDimension"
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_CoordinateSpaceDimension_DEFINITION"
msgstr "SELF [[IfcGeometricRepresentationContext]].CoordinateSpaceDimension"
#:IFC.xml:32768
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_TrueNorth"
msgstr "SELF IfcGeometricRepresentationContext TrueNorth"
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_TrueNorth_DEFINITION"
msgstr "SELF [[IfcGeometricRepresentationContext]].TrueNorth"
#:IFC.xml:32772
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_Precision"
msgstr "SELF IfcGeometricRepresentationContext Precision"
msgid "IfcGeometricRepresentationSubContext_SELF_IfcGeometricRepresentationContext_Precision_DEFINITION"
msgstr "SELF [[IfcGeometricRepresentationContext]].Precision"
#:IFC.xml:32779
msgid "IfcGlobalOrLocalEnum"
msgstr "IfcGlobalOrLocalEnum"
msgid "IfcGlobalOrLocalEnum_DEFINITION"
msgstr "This enumeration type defines if the local object coordinate system or the global world coordinate system for the project is used to describe the measure values of entities which have a reference to this type. NOTE The world coordinate system is given by the [[IfcGeometricRepresentationContext]].WorldCoordinateSystem and is unique within the project. The local or object coordinate system is given by [[IfcProduct]].ObjectPlacement and is used by all [[IfcRepresentation]] s within the [[IfcProduct]].Representation . HISTORY New enumeration in IFC2x2. bSI Documentation"
#:IFC.xml:32783
msgid "IfcMapConversion"
msgstr "IfcMapConversion"
msgid "IfcMapConversion_DEFINITION"
msgstr "The map conversion deals with transforming the local engineering coordinate system, often called world coordinate system, into the coordinate reference system of the underlying map. NOTE The [[IfcMapConversion]] does not handle the projection of a map from the geodetic coordinate reference system. The map conversion allows to convert the local origin of the local engineering coordinate system to its place within a map easting, northing, orthogonal height and to rotate the x axis of the local engineering coordinate system within the horizontal easting westing plane of the map. NOTE The z axis of the local engineering coordinate system is always parallel to the z axis of the map coordinate system. The scale factor can be used when the length unit for the 3 axes of the map coordinate system are not identical with the length unit established for this project see S [[IfcProject]].UnitsInContext , if omitted, the scale factor 1.0 is assumed. HISTORY New entity in IFC4 bSI Documentation"
#:IFC.xml:32784
msgid "IfcMapConversion_Eastings"
msgstr "Eastings"
msgid "IfcMapConversion_Eastings_DEFINITION"
msgstr "Specifies the location along the easting of the coordinate system of the target map coordinate reference system. X 0D NOTE for right handed Cartesian coordinate systems this would establish the location along the x axis."
#:IFC.xml:32789
msgid "IfcMapConversion_Northings"
msgstr "Northings"
msgid "IfcMapConversion_Northings_DEFINITION"
msgstr "Specifies the location along the northing of the coordinate system of the target map coordinate reference system. X 0D NOTE for right handed Cartesian coordinate systems this would establish the location along the y axis"
#:IFC.xml:32794
msgid "IfcMapConversion_OrthogonalHeight"
msgstr "OrthogonalHeight"
msgid "IfcMapConversion_OrthogonalHeight_DEFINITION"
msgstr "Orthogonal height relativ to the vertical datum specified. X 0D NOTE for right handed Cartesian coordinate systems this would establish the location along the z axis"
#:IFC.xml:32799
msgid "IfcMapConversion_XAxisAbscissa"
msgstr "XAxisAbscissa"
msgid "IfcMapConversion_XAxisAbscissa_DEFINITION"
msgstr "Specifies the value along the easing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system. X 0D NOTE 1 for right handed Cartesian coordinate systems this would establish the location along the x axis X 0D X 0D NOTE 2 together with the XAxisOrdinate it provides the direction of the local x axis within the horizontal plane of the map coordinate system"
#:IFC.xml:32804
msgid "IfcMapConversion_XAxisOrdinate"
msgstr "XAxisOrdinate"
msgid "IfcMapConversion_XAxisOrdinate_DEFINITION"
msgstr "Specifies the value along the northing axis of the end point of a vector indicating the position of the local x axis of the engineering coordinate reference system. X 0D NOTE 1 for right handed Cartesian coordinate systems this would establish the location along the y axis X 0D X 0D .note X 0D X 0D X 0D XAxisAbscissa it provides the direction of the local x axis within the horizontal plane of the map coordinate system."
#:IFC.xml:32809
msgid "IfcMapConversion_Scale"
msgstr "Scale"
msgid "IfcMapConversion_Scale_DEFINITION"
msgstr "Scale to be used, when the units of the CRS are not identical to the units of the engineering coordinate system. If omited, the value of 1.0 is assumed."
#:IFC.xml:32816
msgid "IfcMaterialDefinitionRepresentation"
msgstr "IfcMaterialDefinitionRepresentation"
msgid "IfcMaterialDefinitionRepresentation_DEFINITION"
msgstr "[[IfcMaterialDefinitionRepresentation]] defines presentation information relating to [[IfcMaterial]] . It allows for multiple presentations of the same material for different geometric representation contexts. NOTE The [[IfcMaterialDefinitionRepresentation]] is currently only used to define presentation information to material used at element occurrences, defined as subtypes of [[IfcElement]] , or at element types, defined as subtypes of [[IfcElementType]] . The [[IfcMaterial]] is assigned to the subtype of [[IfcElement]] , or [[IfcElementType]] using the [[IfcRelAssociatesMaterial]] relationship eventually via other material related entities [[IfcMaterialLayerSetUsage]] , [[IfcMaterialLayerSet]] , [[IfcMaterialLayer]] , or [[IfcMaterialProfileSetUsage]] , [[IfcMaterialProfileSet]] , [[IfcMaterialProfile]] . The [[IfcMaterialDefinitionRepresentation]] can apply different presentation styles for different representation contexts, for example, a different style for sketch view, model view or plan view, or for different target scales, for each representation context is can apply curve style, fill area style hatching , symbol, text and surface style. HISTORY New entity in IFC2x3. .change ifc2x3 IFC2x3 CHANGE The entity [[IfcMaterialDefinitionRepresentation]] has been added. Upward compatibility for file based exchange is guaranteed. .change ifc2x4 IFC4 CHANGE The assignment of curve, surface and other styles to an [[IfcStyledItem]] has been simplified by [[IfcStyleAssignmentSelect]] . The use of intermediate [[IfcPresentationStyleAssignment]] is deprecated. .use head Use definition X 09As shown in Figure 1, the presentation assignment can be specific to a representation context by adding one and more [[IfcStyledRepresentation]] s. Each of them includes a single [[IfcStyledItem]] with exactly zero or one style for either curve, fill area, surface, text or symbol style that is applicable. Figure 1 Material definition representation X 09 bSI Documentation"
#:IFC.xml:21446
msgid "IfcMaterialDefinitionRepresentation_RepresentedMaterial"
msgstr "RepresentedMaterial"
msgid "IfcMaterialDefinitionRepresentation_RepresentedMaterial_DEFINITION"
msgstr "RepresentedMaterial"
#:IFC.xml:32823
msgid "IfcProductDefinitionShape"
msgstr "IfcProductDefinitionShape"
msgid "IfcProductDefinitionShape_DEFINITION"
msgstr "The [[IfcProductDefinitionShape]] defines all shape relevant information about an [[IfcProduct]] . It allows for multiple geometric shape representations of the same product. The shape relevant information includes the shape representation including geometric representation items for 3D solids, 2D annotations, etc. and associated presentation information line color, line type, surface rendering properties assignment to presentation layers CAD layers for visibility control or the topological representation items for connectivity systems vertex, edge, face representations that may include geometric representation items vertex points, edge curves, face surfaces NOTE The definition of this entity relates to the ISO 10303 entity product definition shape. Please refer to ISO IS 10303 41 1994 for the final definition of the formal standard. HISTORY New entity in IFC1.5 bSI Documentation"
#:IFC.xml:20519
msgid "IfcProductDefinitionShape_ShapeOfProduct"
msgstr "ShapeOfProduct"
msgid "IfcProductDefinitionShape_ShapeOfProduct_DEFINITION"
msgstr "ShapeOfProduct"
#:IFC.xml:32831
msgid "IfcProductDefinitionShape_HasShapeAspects"
msgstr "HasShapeAspects"
msgid "IfcProductDefinitionShape_HasShapeAspects_DEFINITION"
msgstr "HasShapeAspects"
#:IFC.xml:32843
msgid "IfcProductRepresentation"
msgstr "IfcProductRepresentation"
msgid "IfcProductRepresentation_DEFINITION"
msgstr "[[IfcProductRepresentation]] defines a representation of a product, including its geometric or topological representation. A product can have zero, one or many geometric representations, and a single geometric representation can be shared among various products using mapped representations. NOTE The definition of this entity relates to the ISO 10303 entity property definition. The use of the term property was avoided since it conflicts with the property, property type, and property set definitions elsewhere in the IFC model. HISTORY New entity in IFC2.0 .change ifc2x3 IFC2x3 NOTE S Users should not instantiate the entity from IFC2x3 onwards. .change ifc2x4 IFC4 CHANGE Entity made abstract. bSI Documentation"
#:IFC.xml:32855
msgid "IfcProductRepresentation_Representations"
msgstr "Representations"
msgid "IfcProductRepresentation_Representations_DEFINITION"
msgstr "Representations"
#:IFC.xml:32844
msgid "IfcProductRepresentation_Name"
msgstr "Name"
msgid "IfcProductRepresentation_Name_DEFINITION"
msgstr "The word or group of words by which the product representation is known."
#:IFC.xml:32849
msgid "IfcProductRepresentation_Description"
msgstr "Description"
msgid "IfcProductRepresentation_Description_DEFINITION"
msgstr "The word or group of words that characterize the product representation. It can be used to add additional meaning to the name of the product representation."
#:IFC.xml:32869
msgid "IfcProjectedCRS"
msgstr "IfcProjectedCRS"
msgid "IfcProjectedCRS_DEFINITION"
msgstr "[[IfcProjectedCRS]] is a coordinate reference system of the map to which the map translation of the local engineering coordinate system of the construction or facility engineering project relates. The MapProjection and MapZone attributes uniquely identify the projection to the underlying geographic coordinate reference system, provided that they are well known in the receiving application. The projected coordinate reference system is assumed to be a 2D or 3D right handed Cartesian coordinate system, the optional MapUnit attribute can be used determine the length unit used by the map. .extDef NOTE Definition from OpenGIS Abstract Specification, Topic 2 A 2D or with vertical coordinate axis 3D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values. The unambiguous identifier by which the coordinate reference system is know, is stored in the inherited Name attribute. Well defined identifiers include the map projection and also the map zone information. In these cases the MapProjection and the MapZone attributes can be omitted. EXAMPLE The identifier EPSG 25832 defines the map projection UTM and the zone 32N in additon to the geodetic and vertical datum. HISTORY New entity in IFC4. bSI Documentation"
#:IFC.xml:22639
msgid "IfcProjectedCRS_MapUnit"
msgstr "MapUnit"
msgid "IfcProjectedCRS_MapUnit_DEFINITION"
msgstr "MapUnit"
#:IFC.xml:32874
msgid "IfcProjectedCRS_MapProjection"
msgstr "MapProjection"
msgid "IfcProjectedCRS_MapProjection_DEFINITION"
msgstr "Name by which the map projection is identified. X 0D X 0D .examples X 0D EXAMPLE map projects include .note X 0D UTM X 0D Gaus Krueger"
#:IFC.xml:32879
msgid "IfcProjectedCRS_MapZone"
msgstr "MapZone"
msgid "IfcProjectedCRS_MapZone_DEFINITION"
msgstr "Name by which the map zone, relating to the MapProjection , is identified. X 0D X 0D .examples X 0D EXAMPLE .note X 0D for UTM, the zone number, like 32 for UTM32 X 0D for Gaus Krueger, the zones of longitudinal width, like 3 ,"
#:IFC.xml:32886
msgid "IfcRepresentation"
msgstr "IfcRepresentation"
msgid "IfcRepresentation_DEFINITION"
msgstr "The [[IfcRepresentation]] defines the general concept of representing product properties and in particular the product shape. .extDef NOTE Definition from ISO 10303 43 A representation is a collection of one or more representation items that are related in a specified representation context. The relationship of representation item to representation context is the basis for distinguishing which representation item entities are related. A representation item can be related to a representation context directly, when it occurs as an element is a representation, or indirectly, when it is referenced through any number of intervening entities, each of type representation item. NOTE Entity adapted from representation defined in ISO 10303 42. HISTORY New entity in IFC2.0 .change ifc2x3 IFC2x3 CHANGE The inverse attributes LayerAssignments and RepresentationMap have been added with upward compatibility. .change ifc2x4 IFC4 CHANGE Entity [[IfcRepresentation]] has been changed into an ABSTRACT supertype. .use head Representation Use Definition Each representation, either [[IfcShapeRepresentation]] , or [[IfcTopologyRepresentation]] shall have a well defined ContextOfItems Reference to an [[IfcGeometricRepresentationContext]] as agreed for this representation. RepresentationIdentifier Name of the representation, for example, Body for 3D shape, FootPrint for 2D ground view, Axis for reference axis. RepresentationType Name for the geometric, or topological representation type, for example, SweptSolid for 3D swept solids, Brep for boundary representation. NOTE Guidelines for applying correct values to those attributes are provided in the geometry use definition section at each subtype of [[IfcElement]] . These guidelines can be further refined in view definitions or implementer agreements. bSI Documentation"
#:IFC.xml:13061
msgid "IfcRepresentation_Items"
msgstr "Items"
msgid "IfcRepresentation_Items_DEFINITION"
msgstr "Items"
#:IFC.xml:13110
msgid "IfcRepresentation_RepresentationMap"
msgstr "RepresentationMap"
msgid "IfcRepresentation_RepresentationMap_DEFINITION"
msgstr "RepresentationMap"
#:IFC.xml:26752
msgid "IfcRepresentation_LayerAssignments"
msgstr "LayerAssignments"
msgid "IfcRepresentation_LayerAssignments_DEFINITION"
msgstr "LayerAssignments"
#:IFC.xml:32855
msgid "IfcRepresentation_OfProductRepresentation"
msgstr "OfProductRepresentation"
msgid "IfcRepresentation_OfProductRepresentation_DEFINITION"
msgstr "OfProductRepresentation"
#:IFC.xml:32898
msgid "IfcRepresentation_ContextOfItems"
msgstr "ContextOfItems"
msgid "IfcRepresentation_ContextOfItems_DEFINITION"
msgstr "ContextOfItems"
#:IFC.xml:32887
msgid "IfcRepresentation_RepresentationIdentifier"
msgstr "RepresentationIdentifier"
msgid "IfcRepresentation_RepresentationIdentifier_DEFINITION"
msgstr "The optional identifier of the representation as used within a project."
#:IFC.xml:32892
msgid "IfcRepresentation_RepresentationType"
msgstr "RepresentationType"
msgid "IfcRepresentation_RepresentationType_DEFINITION"
msgstr "The description of the type of a representation context. The representation type defines the type of geometry or topology used for representing the product representation. More information is given at the subtypes [[IfcShapeRepresentation]] and [[IfcTopologyRepresentation]] . X 0D The supported values for context type are to be specified by implementers agreements."
#:IFC.xml:32913
msgid "IfcRepresentationContext"
msgstr "IfcRepresentationContext"
msgid "IfcRepresentationContext_DEFINITION"
msgstr "The [[IfcRepresentationContext]] defines the context to which the [[IfcRepresentation]] of a product is related. .extDef NOTE Definition from ISO 10303 42 A representation context is a context in which a set of representation items are related. NOTE Entity adapted from representation context defined in ISO 10303 42. HISTORY New entity in IFC1.5. .change ifc2x4 IFC4 CHANGE Entity made abstract, had been deprecated from instantiation since IFC2x2. bSI Documentation"
#:IFC.xml:32898
msgid "IfcRepresentationContext_RepresentationsInContext"
msgstr "RepresentationsInContext"
msgid "IfcRepresentationContext_RepresentationsInContext_DEFINITION"
msgstr "RepresentationsInContext"
#:IFC.xml:32914
msgid "IfcRepresentationContext_ContextIdentifier"
msgstr "ContextIdentifier"
msgid "IfcRepresentationContext_ContextIdentifier_DEFINITION"
msgstr "The optional identifier of the representation context as used within a project."
#:IFC.xml:32919
msgid "IfcRepresentationContext_ContextType"
msgstr "ContextType"
msgid "IfcRepresentationContext_ContextType_DEFINITION"
msgstr "The description of the type of a representation context. The supported values for context type are to be specified by implementers agreements."
#:IFC.xml:32925
msgid "IfcRepresentationContextSameWCS"
msgstr "IfcRepresentationContextSameWCS"
msgid "IfcRepresentationContextSameWCS_DEFINITION"
msgstr "If there are several instances of [[IfcGeometricRepresentationContext]] within one project file, the XY plane of all WorldCoordinateSystem s shall be coplanar and identical. NOTE S The instances of [[IfcGeometricRepresentationSubContext]] do not define their own world coordinate system, they refer to the world coordinate system of the ParentContext. HISTORY S New global rule in Release IFC2x"
#:IFC.xml:32933
msgid "IfcSameValidPrecision"
msgstr "IfcSameValidPrecision"
msgid "IfcSameValidPrecision_DEFINITION"
msgstr "The function compares the epsilon values given as Precision at [[IfcGeometricRepresentationContext]] and ensures that they are the same with a derivation tolerance and within reasonable min and max values. NOTE In the above function the following three questionable ad hoc values are used 0.000001 for the default precision 1E 6 1.001 for the allowable deviation of the precision values and 0.1 for setting the upper limit of the accepted precision values to about 0.1. HISTORY New function in IFC2x2"
#:IFC.xml:32941
msgid "IfcShapeAspect"
msgstr "IfcShapeAspect"
msgid "IfcShapeAspect_DEFINITION"
msgstr "[[IfcShapeAspect]] allows for grouping of shape representation items that represent aspects or components of the shape of a product. Thereby shape representations of components of the product shape represent a distinctive part to a product that can be explicitly addressed. The [[IfcShapeAspect]] s may have distinct material information or other distict characteristics that differs from other parts of the product shape representation. NOTE The [[IfcShapeAspect]] together with the [[IfcMaterialConstituent]] can be used to associate distict material information to parts of the product shape representation. Figure 1 indicates the association of material characteristics to shape aspects. shape .. .. .. .. .. .. figures ifcshapeaspect fig1.png Figure 1 shape aspects for associating material .extDef NOTE Definition from ISO 10303 41 A shape aspect is an identifiable element of the shape of an object. NOTE Entity adapted from shape aspect defined in ISO 10303 42. HISTORY New entity in IFC2.0 .change ifc2x4 IFC4 CHANGE Attribute PartOfProductDefinitionShape declared OPTIONAL and extended to type [[IfcProductRepresentationSelect]] with upward compatibility for file based exchange. .spec head Informal Propositions 1. If ShapeRepresentations points to shape representations that are part of an [[IfcProductDefinitionShape]] , PartOfProductDefinitionShape must refer to this instance of [[IfcProductDefinitionShape]] . 2. If ShapeRepresentations points to shape representations that are part of an [[IfcRepresentationMap]] , PartOfProductDefinitionShape must refer to this instance of [[IfcRepresentationMap]] . bSI Documentation"
#:IFC.xml:9025
msgid "IfcShapeAspect_HasExternalReferences"
msgstr "HasExternalReferences"
msgid "IfcShapeAspect_HasExternalReferences_DEFINITION"
msgstr "HasExternalReferences"
#:IFC.xml:32963
msgid "IfcShapeAspect_ShapeRepresentations"
msgstr "ShapeRepresentations"
msgid "IfcShapeAspect_ShapeRepresentations_DEFINITION"
msgstr "ShapeRepresentations"
#:IFC.xml:32942
msgid "IfcShapeAspect_Name"
msgstr "Name"
msgid "IfcShapeAspect_Name_DEFINITION"
msgstr "The word or group of words by which the shape aspect is known. It is a tag to indicate the particular semantic of a component within the product definition shape, used to provide meaning. Example use the tag Glazing to define which component of a window shape defines the glazing area."
#:IFC.xml:32947
msgid "IfcShapeAspect_Description"
msgstr "Description"
msgid "IfcShapeAspect_Description_DEFINITION"
msgstr "The word or group of words that characterize the shape aspect. It can be used to add additional meaning to the name of the aspect."
#:IFC.xml:32952
msgid "IfcShapeAspect_ProductDefinitional"
msgstr "ProductDefinitional"
msgid "IfcShapeAspect_ProductDefinitional_DEFINITION"
msgstr "An indication that the shape aspect is on the physical boundary of the product definition shape. If the value of this attribute is TRUE, it shall be asserted that the shape aspect being identified is on such a boundary. If the value is FALSE, it shall be asserted that the shape aspect being identified is not on such a boundary. If the value is UNKNOWN, it shall be asserted that it is not known whether or not the shape aspect being identified is on such a boundary. X 0D X 0D EXAMPLE Would be FALSE for a center line, identified as shape aspect would be TRUE for a cantilever. X 0D"
#:IFC.xml:32957
msgid "IfcShapeAspect_PartOfProductDefinitionShape"
msgstr "PartOfProductDefinitionShape"
msgid "IfcShapeAspect_PartOfProductDefinitionShape_DEFINITION"
msgstr "Reference to the [[IfcProductDefinitionShape]] or the [[IfcRepresentationMap]] of which this shape is an aspect. X 0D .change ifc2x4 X 0D IFC4 CHANGE Data type modified to be [[IfcProductRepresentationSelect]] allowing the assignment also to [[IfcRepresentationMap]] ."
#:IFC.xml:32978
msgid "IfcShapeModel"
msgstr "IfcShapeModel"
msgid "IfcShapeModel_DEFINITION"
msgstr "[[IfcShapeModel]] represents the concept of a particular geometric and or topological representation of a product s shape or a product component s shape within a representation context. This representation context has to be a geometric representation context with the exception of topology representations without associated geometry . The two subtypes are [[IfcShapeRepresentation]] to cover geometric models that represent a shape, and [[IfcTopologyRepresentation]] to cover the conectivity of a product or product component. The topology may or may not have geometry associated. The [[IfcShapeModel]] can be a shape representation geometric and or topologogical of a product via [[IfcProductDefinitionShape]] , or a shape representation geometric and or topologogical of a component of a product shape via [[IfcShapeAspect]] . HISTORY New entity in IFC2x3. bSI Documentation"
#:IFC.xml:32963
msgid "IfcShapeModel_OfShapeAspect"
msgstr "OfShapeAspect"
msgid "IfcShapeModel_OfShapeAspect_DEFINITION"
msgstr "OfShapeAspect"
#:IFC.xml:32985
msgid "IfcShapeRepresentation"
msgstr "IfcShapeRepresentation"
msgid "IfcShapeRepresentation_DEFINITION"
msgstr "The [[IfcShapeRepresentation]] represents the concept of a particular geometric representation of a product or a product component within a specific geometric representation context. The inherited attribute RepresentationType is used to define the geometric model used for the shape representation e.g. SweptSolid , or Brep , the inherited attribute RepresentationIdentifier is used to denote the kind of the representation captured by the [[IfcShapeRepresentation]] e.g. Axis , Body , etc. . Several representation identifiers for shape representation are included as predefined values for RepresentationIdentifier . Table 1 indicates the defined list of values for RepresentationIdentifier . Identifier CoG Point to identify the center of gravity of an element. This value can be used for validation purposes. Box Bounding box as simplified 3D box geometry of an element Annotation 2D annotations not representing elements Axis 2D or 3D Axis, or single line, representation of an element FootPrint 2D Foot print, or double line, representation of an element, projected to ground view Profile 3D line representation of a profile being planar, e.g. used for door and window outlines Surface 3D Surface representation, e.g. of an analytical surface, of an elementplane Reference 3D representation that is not part of the Body representation. This is used, e.g., for opening geometries, if there are to be excluded from an implicit Boolean operation. Body 3D Body representation, e.g. as wireframe, surface, or solid model, of an element Clearance 3D clearance volume of the element. Such clearance region indicates space that should not intersect with the Body representation of other elements, though may intersect with the Clearance representation of other elements. Lighting Representation of emitting light as a light source within a shape representation Table 1 Representation identifiers Several representation types for shape representation are included as predefined values for RepresentationType . Table 2 indicates the defined list of values for RepresentationType . Type Point 2 or 3 dimensional point s PointCloud 3 dimensional points prepresented by a point list Curve 2 or 3 dimensional curve s Curve2D 2 dimensional curve s Curve3D 3 dimensional curve s Surface 2 or 3 dimensional surface s Surface2D 2 dimensional surface s a region on ground view Surface3D 3 dimensional surface s FillArea 2D region s represented as a filled area hatching Text text defined as text literals AdvancedSurface 3 dimensional b spline surface s GeometricSet points, curves, surfaces 2 or 3 dimensional GeometricCurveSet points, curves 2 or 3 dimensional Annotation2D points, curves 2 or 3 dimensional , hatches and text 2 dimensional SurfaceModel face based and shell based surface model s , or tessellated surface model s Tessellation tessellated surface representation s only SolidModel including swept solid, Boolean results and Brep bodies more specific types are SweptSolid swept area solids, by extrusion and revolution, excluding tapered sweeps AdvancedSweptSolid swept area solids created by sweeping a profile along a directrix, and tapered sweeps Brep faceted Brep s with and without voids AdvancedBrep Brep s based on advanced faces, with b spline surface geometry, with and without voids CSG Boolean results of operations between solid models, half spaces and Boolean results Clipping Boolean differences between swept area solids, half spaces and Boolean results additional types some additional representation types are provided BoundingBox simplistic 3D representation by a bounding box SectionedSpine cross section based representation of a spine curve and planar cross sections. It can represent a surface or a solid and the interpolations of the between the cross sections is not defined LightSource light source with depending on type position, orientation, light colour, intensity and attenuation MappedRepresentation representation based on mapped item s , referring to a representation map. Note it can be seen as an inserted block reference. The shape representation of the mapped item has a representation type declaring the type of its representation items. Table 2 Representation types .extDef NOTE The definition relates to shape representation defined in ISO 10303 41. HISTORY New entity in IFC1.5. .change ifc2x4 IFC4 CHANGE The RepresentationType s Point , PointCloud , Curve , Curve3D , Surface , Surface2D , Surface3D , FillArea , Text , Tessellation , AdvancedBrep , LightSource , and the RepresentationIdentifier Body FallBack , Profile , Clearance , Lighting have been added. bSI Documentation"
#:IFC.xml:33008
msgid "IfcShapeRepresentationTypes__RepType"
msgstr "IfcShapeRepresentationTypes RepType"
msgid "IfcShapeRepresentationTypes__RepType_DEFINITION"
msgstr "The function gets the representation type and the assigned set of representation items as input and verifies whether the correct items are assigned according to the representation type given. HISTORY New function in IFC2x. .change ifc2x3 IFC2x3 CHANGE The check for MappedRepresentation has been changed to allow multiple mapped items, and the Annotation2D has been added. .change ifc2x4 IFC2x4 CHANGE The check for Curve3D , Surface2D , Surface3D , Tesselation , AdvancedBrep , and AdvancedSweptSolid has been added and CSG enhanced."
#:IFC.xml:33016
msgid "IfcStyledRepresentation"
msgstr "IfcStyledRepresentation"
msgid "IfcStyledRepresentation_DEFINITION"
msgstr "The [[IfcStyledRepresentation]] represents the concept of a styled presentation being a representation of a product or a product component, like material. within a representation context. This representation context does not need to be but may be a geometric representation context. NOTE Current usage of [[IfcStyledRepresentation]] is restricted to the assignment of presentation information to an material. The [[IfcStyledRepresentation]] includes only presentation styles [[IfcCurveStyle]] , FillAreaStyle , [[IfcSurfaceStyle]] that define how a material should be presented within a particular eventually view and scale dependent representation context. All instances of [[IfcStyledRepresentation]] are referenced by [[IfcMaterialDefinitionRepresentation]] , and assigned to [[IfcMaterial]] by [[IfcMaterialDefinitionRepresentation]].RepresentedMaterial . A styled representation has to include one or several styled items with the associated style information curve, symbol, text, fill area, or surface styles . It shall not contain the geometric representation items that are styled. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:33023
msgid "IfcStyleModel"
msgstr "IfcStyleModel"
msgid "IfcStyleModel_DEFINITION"
msgstr "[[IfcStyleModel]] represents the concept of a particular presentation style defined for a material or other characteristic of a product or a product component within a representation context. This representation context may but has not to be a geometric representation context. [[IfcStyleModel]] can be a style representation presentation style of a material via [[IfcMaterialDefinitionRepresentation]] , potentially differentiated for different representation contexts for example, different material hatching depending on the scale of the target representation context . HISTORY New entity in IFC2x3. bSI Documentation"
#:IFC.xml:33026
msgid "IfcTopologyRepresentation"
msgstr "IfcTopologyRepresentation"
msgid "IfcTopologyRepresentation_DEFINITION"
msgstr "[[IfcTopologyRepresentation]] represents the concept of a particular topological representation of a product or a product component within a representation context. This representation context does not need to be but may be a geometric representation context. Several representation types for shape representation are included as predefined types Vertex topological vertex representation with or without assigned geometry Edge topological edge representation with or without assigned geometry Path topological path representation with or without assigned geometry Face topological face representation with or without assigned geometry Shell topological shell representation with or without assigned geometry Undefined no constraints imposed The representation type is given as a string value at the inherited attribute RepresentationType . HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:33041
msgid "IfcTopologyRepresentationTypes__RepType"
msgstr "IfcTopologyRepresentationTypes RepType"
msgid "IfcTopologyRepresentationTypes__RepType_DEFINITION"
msgstr "The function gets the topology representation type and the assigned set of representation items as input and verifies whether the correct items are assigned according to the representation type given. HISTORY S New function in IFC2x3"
#:IFC.xml:33049
msgid "IfcCoordinateReferenceSystemSelect"
msgstr "IfcCoordinateReferenceSystemSelect"
msgid "IfcCoordinateReferenceSystemSelect_DEFINITION"
msgstr "[[IfcCoordinateReferenceSystemSelect]] is a select between either the local engineering coordinate system, represented by the [[IfcGeometricRepresentationContext]] , or another coordinate reference system, represented by [[IfcCoordinateReferenceSystem]] , to be the source of a coordinate operation. HISTORY New select type in IFC4."
#:IFC.xml:33050
msgid "IfcProductRepresentationSelect"
msgstr "IfcProductRepresentationSelect"
msgid "IfcProductRepresentationSelect_DEFINITION"
msgstr "The [[IfcProductRepresentationSelect]] selects an [[IfcProductDefinitionShape]] and an [[IfcRepresentationMap]] to be targets of [[IfcShapeAspect]] definitions, i.e. both product representations may be further defined using shape aspects.. HISTORY New select type in IFC4."