@ifc-lite/codegen 1.14.2 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,10 @@
5
5
  * DO NOT EDIT - This file is auto-generated
6
6
  */
7
7
 
8
+ import type {
9
+ IfcPropertySetDefinition,
10
+ } from './entities.js';
11
+
8
12
  /** IfcAbsorbedDoseMeasure */
9
13
  export type IfcAbsorbedDoseMeasure = number;
10
14
 
@@ -18,7 +22,7 @@ export type IfcAmountOfSubstanceMeasure = number;
18
22
  export type IfcAngularVelocityMeasure = number;
19
23
 
20
24
  /** IfcArcIndex */
21
- export type IfcArcIndex = LIST [3:3] OF IfcPositiveInteger;
25
+ export type IfcArcIndex = IfcPositiveInteger[];
22
26
 
23
27
  /** IfcAreaDensityMeasure */
24
28
  export type IfcAreaDensityMeasure = number;
@@ -39,10 +43,10 @@ export type IfcBoxAlignment = IfcLabel;
39
43
  export type IfcCardinalPointReference = number;
40
44
 
41
45
  /** IfcComplexNumber */
42
- export type IfcComplexNumber = ARRAY [1:2] OF REAL;
46
+ export type IfcComplexNumber = number[];
43
47
 
44
48
  /** IfcCompoundPlaneAngleMeasure */
45
- export type IfcCompoundPlaneAngleMeasure = LIST [3:4] OF INTEGER;
49
+ export type IfcCompoundPlaneAngleMeasure = number[];
46
50
 
47
51
  /** IfcContextDependentMeasure */
48
52
  export type IfcContextDependentMeasure = number;
@@ -117,7 +121,7 @@ export type IfcForceMeasure = number;
117
121
  export type IfcFrequencyMeasure = number;
118
122
 
119
123
  /** IfcGloballyUniqueId */
120
- export type IfcGloballyUniqueId = STRING(22) FIXED;
124
+ export type IfcGloballyUniqueId = string;
121
125
 
122
126
  /** IfcHeatFluxDensityMeasure */
123
127
  export type IfcHeatFluxDensityMeasure = number;
@@ -126,7 +130,7 @@ export type IfcHeatFluxDensityMeasure = number;
126
130
  export type IfcHeatingValueMeasure = number;
127
131
 
128
132
  /** IfcIdentifier */
129
- export type IfcIdentifier = STRING(255);
133
+ export type IfcIdentifier = string;
130
134
 
131
135
  /** IfcIlluminanceMeasure */
132
136
  export type IfcIlluminanceMeasure = number;
@@ -150,7 +154,7 @@ export type IfcIsothermalMoistureCapacityMeasure = number;
150
154
  export type IfcKinematicViscosityMeasure = number;
151
155
 
152
156
  /** IfcLabel */
153
- export type IfcLabel = STRING(255);
157
+ export type IfcLabel = string;
154
158
 
155
159
  /** IfcLanguageId */
156
160
  export type IfcLanguageId = IfcIdentifier;
@@ -159,7 +163,7 @@ export type IfcLanguageId = IfcIdentifier;
159
163
  export type IfcLengthMeasure = number;
160
164
 
161
165
  /** IfcLineIndex */
162
- export type IfcLineIndex = LIST [2:?] OF IfcPositiveInteger;
166
+ export type IfcLineIndex = IfcPositiveInteger[];
163
167
 
164
168
  /** IfcLinearForceMeasure */
165
169
  export type IfcLinearForceMeasure = number;
@@ -273,7 +277,7 @@ export type IfcPresentableText = string;
273
277
  export type IfcPressureMeasure = number;
274
278
 
275
279
  /** IfcPropertySetDefinitionSet */
276
- export type IfcPropertySetDefinitionSet = SET [1:?] OF IfcPropertySetDefinition;
280
+ export type IfcPropertySetDefinitionSet = IfcPropertySetDefinition[];
277
281
 
278
282
  /** IfcRadioActivityMeasure */
279
283
  export type IfcRadioActivityMeasure = number;
@@ -401,3303 +405,3 @@ export type IfcWarpingMomentMeasure = number;
401
405
  /** IfcWellKnownTextLiteral */
402
406
  export type IfcWellKnownTextLiteral = string;
403
407
 
404
- /** IfcActionRequestTypeEnum */
405
- export type IfcActionRequestTypeEnum = ENUMERATION OF
406
- (EMAIL
407
- ,FAX
408
- ,PHONE
409
- ,POST
410
- ,VERBAL
411
- ,USERDEFINED
412
- ,NOTDEFINED);
413
-
414
- /** IfcActionSourceTypeEnum */
415
- export type IfcActionSourceTypeEnum = ENUMERATION OF
416
- (BRAKES
417
- ,BUOYANCY
418
- ,COMPLETION_G1
419
- ,CREEP
420
- ,CURRENT
421
- ,DEAD_LOAD_G
422
- ,EARTHQUAKE_E
423
- ,ERECTION
424
- ,FIRE
425
- ,ICE
426
- ,IMPACT
427
- ,IMPULSE
428
- ,LACK_OF_FIT
429
- ,LIVE_LOAD_Q
430
- ,PRESTRESSING_P
431
- ,PROPPING
432
- ,RAIN
433
- ,SETTLEMENT_U
434
- ,SHRINKAGE
435
- ,SNOW_S
436
- ,SYSTEM_IMPERFECTION
437
- ,TEMPERATURE_T
438
- ,TRANSPORT
439
- ,WAVE
440
- ,WIND_W
441
- ,USERDEFINED
442
- ,NOTDEFINED);
443
-
444
- /** IfcActionTypeEnum */
445
- export type IfcActionTypeEnum = ENUMERATION OF
446
- (EXTRAORDINARY_A
447
- ,PERMANENT_G
448
- ,VARIABLE_Q
449
- ,USERDEFINED
450
- ,NOTDEFINED);
451
-
452
- /** IfcActuatorTypeEnum */
453
- export type IfcActuatorTypeEnum = ENUMERATION OF
454
- (ELECTRICACTUATOR
455
- ,HANDOPERATEDACTUATOR
456
- ,HYDRAULICACTUATOR
457
- ,PNEUMATICACTUATOR
458
- ,THERMOSTATICACTUATOR
459
- ,USERDEFINED
460
- ,NOTDEFINED);
461
-
462
- /** IfcAddressTypeEnum */
463
- export type IfcAddressTypeEnum = ENUMERATION OF
464
- (DISTRIBUTIONPOINT
465
- ,HOME
466
- ,OFFICE
467
- ,SITE
468
- ,USERDEFINED);
469
-
470
- /** IfcAirTerminalBoxTypeEnum */
471
- export type IfcAirTerminalBoxTypeEnum = ENUMERATION OF
472
- (CONSTANTFLOW
473
- ,VARIABLEFLOWPRESSUREDEPENDANT
474
- ,VARIABLEFLOWPRESSUREINDEPENDANT
475
- ,USERDEFINED
476
- ,NOTDEFINED);
477
-
478
- /** IfcAirTerminalTypeEnum */
479
- export type IfcAirTerminalTypeEnum = ENUMERATION OF
480
- (DIFFUSER
481
- ,GRILLE
482
- ,LOUVRE
483
- ,REGISTER
484
- ,USERDEFINED
485
- ,NOTDEFINED);
486
-
487
- /** IfcAirToAirHeatRecoveryTypeEnum */
488
- export type IfcAirToAirHeatRecoveryTypeEnum = ENUMERATION OF
489
- (FIXEDPLATECOUNTERFLOWEXCHANGER
490
- ,FIXEDPLATECROSSFLOWEXCHANGER
491
- ,FIXEDPLATEPARALLELFLOWEXCHANGER
492
- ,HEATPIPE
493
- ,ROTARYWHEEL
494
- ,RUNAROUNDCOILLOOP
495
- ,THERMOSIPHONCOILTYPEHEATEXCHANGERS
496
- ,THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
497
- ,TWINTOWERENTHALPYRECOVERYLOOPS
498
- ,USERDEFINED
499
- ,NOTDEFINED);
500
-
501
- /** IfcAlarmTypeEnum */
502
- export type IfcAlarmTypeEnum = ENUMERATION OF
503
- (BELL
504
- ,BREAKGLASSBUTTON
505
- ,LIGHT
506
- ,MANUALPULLBOX
507
- ,RAILWAYCROCODILE
508
- ,RAILWAYDETONATOR
509
- ,SIREN
510
- ,WHISTLE
511
- ,USERDEFINED
512
- ,NOTDEFINED);
513
-
514
- /** IfcAlignmentCantSegmentTypeEnum */
515
- export type IfcAlignmentCantSegmentTypeEnum = ENUMERATION OF
516
- (BLOSSCURVE
517
- ,CONSTANTCANT
518
- ,COSINECURVE
519
- ,HELMERTCURVE
520
- ,LINEARTRANSITION
521
- ,SINECURVE
522
- ,VIENNESEBEND);
523
-
524
- /** IfcAlignmentHorizontalSegmentTypeEnum */
525
- export type IfcAlignmentHorizontalSegmentTypeEnum = ENUMERATION OF
526
- (BLOSSCURVE
527
- ,CIRCULARARC
528
- ,CLOTHOID
529
- ,COSINECURVE
530
- ,CUBIC
531
- ,HELMERTCURVE
532
- ,LINE
533
- ,SINECURVE
534
- ,VIENNESEBEND);
535
-
536
- /** IfcAlignmentTypeEnum */
537
- export type IfcAlignmentTypeEnum = ENUMERATION OF
538
- (USERDEFINED
539
- ,NOTDEFINED);
540
-
541
- /** IfcAlignmentVerticalSegmentTypeEnum */
542
- export type IfcAlignmentVerticalSegmentTypeEnum = ENUMERATION OF
543
- (CIRCULARARC
544
- ,CLOTHOID
545
- ,CONSTANTGRADIENT
546
- ,PARABOLICARC);
547
-
548
- /** IfcAnalysisModelTypeEnum */
549
- export type IfcAnalysisModelTypeEnum = ENUMERATION OF
550
- (IN_PLANE_LOADING_2D
551
- ,LOADING_3D
552
- ,OUT_PLANE_LOADING_2D
553
- ,USERDEFINED
554
- ,NOTDEFINED);
555
-
556
- /** IfcAnalysisTheoryTypeEnum */
557
- export type IfcAnalysisTheoryTypeEnum = ENUMERATION OF
558
- (FIRST_ORDER_THEORY
559
- ,FULL_NONLINEAR_THEORY
560
- ,SECOND_ORDER_THEORY
561
- ,THIRD_ORDER_THEORY
562
- ,USERDEFINED
563
- ,NOTDEFINED);
564
-
565
- /** IfcAnnotationTypeEnum */
566
- export type IfcAnnotationTypeEnum = ENUMERATION OF
567
- (CONTOURLINE
568
- ,DIMENSION
569
- ,ISOBAR
570
- ,ISOLUX
571
- ,ISOTHERM
572
- ,LEADER
573
- ,SURVEY
574
- ,SYMBOL
575
- ,TEXT
576
- ,USERDEFINED
577
- ,NOTDEFINED);
578
-
579
- /** IfcArithmeticOperatorEnum */
580
- export type IfcArithmeticOperatorEnum = ENUMERATION OF
581
- (ADD
582
- ,DIVIDE
583
- ,MODULO
584
- ,MULTIPLY
585
- ,SUBTRACT);
586
-
587
- /** IfcAssemblyPlaceEnum */
588
- export type IfcAssemblyPlaceEnum = ENUMERATION OF
589
- (FACTORY
590
- ,SITE
591
- ,NOTDEFINED);
592
-
593
- /** IfcAudioVisualApplianceTypeEnum */
594
- export type IfcAudioVisualApplianceTypeEnum = ENUMERATION OF
595
- (AMPLIFIER
596
- ,CAMERA
597
- ,COMMUNICATIONTERMINAL
598
- ,DISPLAY
599
- ,MICROPHONE
600
- ,PLAYER
601
- ,PROJECTOR
602
- ,RECEIVER
603
- ,RECORDINGEQUIPMENT
604
- ,SPEAKER
605
- ,SWITCHER
606
- ,TELEPHONE
607
- ,TUNER
608
- ,USERDEFINED
609
- ,NOTDEFINED);
610
-
611
- /** IfcBSplineCurveForm */
612
- export type IfcBSplineCurveForm = ENUMERATION OF
613
- (CIRCULAR_ARC
614
- ,ELLIPTIC_ARC
615
- ,HYPERBOLIC_ARC
616
- ,PARABOLIC_ARC
617
- ,POLYLINE_FORM
618
- ,UNSPECIFIED);
619
-
620
- /** IfcBSplineSurfaceForm */
621
- export type IfcBSplineSurfaceForm = ENUMERATION OF
622
- (CONICAL_SURF
623
- ,CYLINDRICAL_SURF
624
- ,GENERALISED_CONE
625
- ,PLANE_SURF
626
- ,QUADRIC_SURF
627
- ,RULED_SURF
628
- ,SPHERICAL_SURF
629
- ,SURF_OF_LINEAR_EXTRUSION
630
- ,SURF_OF_REVOLUTION
631
- ,TOROIDAL_SURF
632
- ,UNSPECIFIED);
633
-
634
- /** IfcBeamTypeEnum */
635
- export type IfcBeamTypeEnum = ENUMERATION OF
636
- (BEAM
637
- ,CORNICE
638
- ,DIAPHRAGM
639
- ,EDGEBEAM
640
- ,GIRDER_SEGMENT
641
- ,HATSTONE
642
- ,HOLLOWCORE
643
- ,JOIST
644
- ,LINTEL
645
- ,PIERCAP
646
- ,SPANDREL
647
- ,T_BEAM
648
- ,USERDEFINED
649
- ,NOTDEFINED);
650
-
651
- /** IfcBearingTypeEnum */
652
- export type IfcBearingTypeEnum = ENUMERATION OF
653
- (CYLINDRICAL
654
- ,DISK
655
- ,ELASTOMERIC
656
- ,GUIDE
657
- ,POT
658
- ,ROCKER
659
- ,ROLLER
660
- ,SPHERICAL
661
- ,USERDEFINED
662
- ,NOTDEFINED);
663
-
664
- /** IfcBenchmarkEnum */
665
- export type IfcBenchmarkEnum = ENUMERATION OF
666
- (EQUALTO
667
- ,GREATERTHAN
668
- ,GREATERTHANOREQUALTO
669
- ,INCLUDEDIN
670
- ,INCLUDES
671
- ,LESSTHAN
672
- ,LESSTHANOREQUALTO
673
- ,NOTEQUALTO
674
- ,NOTINCLUDEDIN
675
- ,NOTINCLUDES);
676
-
677
- /** IfcBoilerTypeEnum */
678
- export type IfcBoilerTypeEnum = ENUMERATION OF
679
- (STEAM
680
- ,WATER
681
- ,USERDEFINED
682
- ,NOTDEFINED);
683
-
684
- /** IfcBooleanOperator */
685
- export type IfcBooleanOperator = ENUMERATION OF
686
- (DIFFERENCE
687
- ,INTERSECTION
688
- ,UNION);
689
-
690
- /** IfcBridgePartTypeEnum */
691
- export type IfcBridgePartTypeEnum = ENUMERATION OF
692
- (ABUTMENT
693
- ,DECK
694
- ,DECK_SEGMENT
695
- ,FOUNDATION
696
- ,PIER
697
- ,PIER_SEGMENT
698
- ,PYLON
699
- ,SUBSTRUCTURE
700
- ,SUPERSTRUCTURE
701
- ,SURFACESTRUCTURE
702
- ,USERDEFINED
703
- ,NOTDEFINED);
704
-
705
- /** IfcBridgeTypeEnum */
706
- export type IfcBridgeTypeEnum = ENUMERATION OF
707
- (ARCHED
708
- ,CABLE_STAYED
709
- ,CANTILEVER
710
- ,CULVERT
711
- ,FRAMEWORK
712
- ,GIRDER
713
- ,SUSPENSION
714
- ,TRUSS
715
- ,USERDEFINED
716
- ,NOTDEFINED);
717
-
718
- /** IfcBuildingElementPartTypeEnum */
719
- export type IfcBuildingElementPartTypeEnum = ENUMERATION OF
720
- (APRON
721
- ,ARMOURUNIT
722
- ,INSULATION
723
- ,PRECASTPANEL
724
- ,SAFETYCAGE
725
- ,USERDEFINED
726
- ,NOTDEFINED);
727
-
728
- /** IfcBuildingElementProxyTypeEnum */
729
- export type IfcBuildingElementProxyTypeEnum = ENUMERATION OF
730
- (COMPLEX
731
- ,ELEMENT
732
- ,PARTIAL
733
- ,PROVISIONFORSPACE
734
- ,PROVISIONFORVOID
735
- ,USERDEFINED
736
- ,NOTDEFINED);
737
-
738
- /** IfcBuildingSystemTypeEnum */
739
- export type IfcBuildingSystemTypeEnum = ENUMERATION OF
740
- (FENESTRATION
741
- ,FOUNDATION
742
- ,LOADBEARING
743
- ,OUTERSHELL
744
- ,SHADING
745
- ,TRANSPORT
746
- ,USERDEFINED
747
- ,NOTDEFINED);
748
-
749
- /** IfcBuiltSystemTypeEnum */
750
- export type IfcBuiltSystemTypeEnum = ENUMERATION OF
751
- (EROSIONPREVENTION
752
- ,FENESTRATION
753
- ,FOUNDATION
754
- ,LOADBEARING
755
- ,MOORING
756
- ,OUTERSHELL
757
- ,PRESTRESSING
758
- ,RAILWAYLINE
759
- ,RAILWAYTRACK
760
- ,REINFORCING
761
- ,SHADING
762
- ,TRACKCIRCUIT
763
- ,TRANSPORT
764
- ,USERDEFINED
765
- ,NOTDEFINED);
766
-
767
- /** IfcBurnerTypeEnum */
768
- export type IfcBurnerTypeEnum = ENUMERATION OF
769
- (USERDEFINED
770
- ,NOTDEFINED);
771
-
772
- /** IfcCableCarrierFittingTypeEnum */
773
- export type IfcCableCarrierFittingTypeEnum = ENUMERATION OF
774
- (BEND
775
- ,CONNECTOR
776
- ,CROSS
777
- ,JUNCTION
778
- ,REDUCER
779
- ,TEE
780
- ,TRANSITION
781
- ,USERDEFINED
782
- ,NOTDEFINED);
783
-
784
- /** IfcCableCarrierSegmentTypeEnum */
785
- export type IfcCableCarrierSegmentTypeEnum = ENUMERATION OF
786
- (CABLEBRACKET
787
- ,CABLELADDERSEGMENT
788
- ,CABLETRAYSEGMENT
789
- ,CABLETRUNKINGSEGMENT
790
- ,CATENARYWIRE
791
- ,CONDUITSEGMENT
792
- ,DROPPER
793
- ,USERDEFINED
794
- ,NOTDEFINED);
795
-
796
- /** IfcCableFittingTypeEnum */
797
- export type IfcCableFittingTypeEnum = ENUMERATION OF
798
- (CONNECTOR
799
- ,ENTRY
800
- ,EXIT
801
- ,FANOUT
802
- ,JUNCTION
803
- ,TRANSITION
804
- ,USERDEFINED
805
- ,NOTDEFINED);
806
-
807
- /** IfcCableSegmentTypeEnum */
808
- export type IfcCableSegmentTypeEnum = ENUMERATION OF
809
- (BUSBARSEGMENT
810
- ,CABLESEGMENT
811
- ,CONDUCTORSEGMENT
812
- ,CONTACTWIRESEGMENT
813
- ,CORESEGMENT
814
- ,FIBERSEGMENT
815
- ,FIBERTUBE
816
- ,OPTICALCABLESEGMENT
817
- ,STITCHWIRE
818
- ,WIREPAIRSEGMENT
819
- ,USERDEFINED
820
- ,NOTDEFINED);
821
-
822
- /** IfcCaissonFoundationTypeEnum */
823
- export type IfcCaissonFoundationTypeEnum = ENUMERATION OF
824
- (CAISSON
825
- ,WELL
826
- ,USERDEFINED
827
- ,NOTDEFINED);
828
-
829
- /** IfcChangeActionEnum */
830
- export type IfcChangeActionEnum = ENUMERATION OF
831
- (ADDED
832
- ,DELETED
833
- ,MODIFIED
834
- ,NOCHANGE
835
- ,NOTDEFINED);
836
-
837
- /** IfcChillerTypeEnum */
838
- export type IfcChillerTypeEnum = ENUMERATION OF
839
- (AIRCOOLED
840
- ,HEATRECOVERY
841
- ,WATERCOOLED
842
- ,USERDEFINED
843
- ,NOTDEFINED);
844
-
845
- /** IfcChimneyTypeEnum */
846
- export type IfcChimneyTypeEnum = ENUMERATION OF
847
- (USERDEFINED
848
- ,NOTDEFINED);
849
-
850
- /** IfcCoilTypeEnum */
851
- export type IfcCoilTypeEnum = ENUMERATION OF
852
- (DXCOOLINGCOIL
853
- ,ELECTRICHEATINGCOIL
854
- ,GASHEATINGCOIL
855
- ,HYDRONICCOIL
856
- ,STEAMHEATINGCOIL
857
- ,WATERCOOLINGCOIL
858
- ,WATERHEATINGCOIL
859
- ,USERDEFINED
860
- ,NOTDEFINED);
861
-
862
- /** IfcColumnTypeEnum */
863
- export type IfcColumnTypeEnum = ENUMERATION OF
864
- (COLUMN
865
- ,PIERSTEM
866
- ,PIERSTEM_SEGMENT
867
- ,PILASTER
868
- ,STANDCOLUMN
869
- ,USERDEFINED
870
- ,NOTDEFINED);
871
-
872
- /** IfcCommunicationsApplianceTypeEnum */
873
- export type IfcCommunicationsApplianceTypeEnum = ENUMERATION OF
874
- (ANTENNA
875
- ,AUTOMATON
876
- ,COMPUTER
877
- ,FAX
878
- ,GATEWAY
879
- ,INTELLIGENTPERIPHERAL
880
- ,IPNETWORKEQUIPMENT
881
- ,LINESIDEELECTRONICUNIT
882
- ,MODEM
883
- ,NETWORKAPPLIANCE
884
- ,NETWORKBRIDGE
885
- ,NETWORKHUB
886
- ,OPTICALLINETERMINAL
887
- ,OPTICALNETWORKUNIT
888
- ,PRINTER
889
- ,RADIOBLOCKCENTER
890
- ,REPEATER
891
- ,ROUTER
892
- ,SCANNER
893
- ,TELECOMMAND
894
- ,TELEPHONYEXCHANGE
895
- ,TRANSITIONCOMPONENT
896
- ,TRANSPONDER
897
- ,TRANSPORTEQUIPMENT
898
- ,USERDEFINED
899
- ,NOTDEFINED);
900
-
901
- /** IfcComplexPropertyTemplateTypeEnum */
902
- export type IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF
903
- (P_COMPLEX
904
- ,Q_COMPLEX);
905
-
906
- /** IfcCompressorTypeEnum */
907
- export type IfcCompressorTypeEnum = ENUMERATION OF
908
- (BOOSTER
909
- ,DYNAMIC
910
- ,HERMETIC
911
- ,OPENTYPE
912
- ,RECIPROCATING
913
- ,ROLLINGPISTON
914
- ,ROTARY
915
- ,ROTARYVANE
916
- ,SCROLL
917
- ,SEMIHERMETIC
918
- ,SINGLESCREW
919
- ,SINGLESTAGE
920
- ,TROCHOIDAL
921
- ,TWINSCREW
922
- ,WELDEDSHELLHERMETIC
923
- ,USERDEFINED
924
- ,NOTDEFINED);
925
-
926
- /** IfcCondenserTypeEnum */
927
- export type IfcCondenserTypeEnum = ENUMERATION OF
928
- (AIRCOOLED
929
- ,EVAPORATIVECOOLED
930
- ,WATERCOOLED
931
- ,WATERCOOLEDBRAZEDPLATE
932
- ,WATERCOOLEDSHELLCOIL
933
- ,WATERCOOLEDSHELLTUBE
934
- ,WATERCOOLEDTUBEINTUBE
935
- ,USERDEFINED
936
- ,NOTDEFINED);
937
-
938
- /** IfcConnectionTypeEnum */
939
- export type IfcConnectionTypeEnum = ENUMERATION OF
940
- (ATEND
941
- ,ATPATH
942
- ,ATSTART
943
- ,NOTDEFINED);
944
-
945
- /** IfcConstraintEnum */
946
- export type IfcConstraintEnum = ENUMERATION OF
947
- (ADVISORY
948
- ,HARD
949
- ,SOFT
950
- ,USERDEFINED
951
- ,NOTDEFINED);
952
-
953
- /** IfcConstructionEquipmentResourceTypeEnum */
954
- export type IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF
955
- (DEMOLISHING
956
- ,EARTHMOVING
957
- ,ERECTING
958
- ,HEATING
959
- ,LIGHTING
960
- ,PAVING
961
- ,PUMPING
962
- ,TRANSPORTING
963
- ,USERDEFINED
964
- ,NOTDEFINED);
965
-
966
- /** IfcConstructionMaterialResourceTypeEnum */
967
- export type IfcConstructionMaterialResourceTypeEnum = ENUMERATION OF
968
- (AGGREGATES
969
- ,CONCRETE
970
- ,DRYWALL
971
- ,FUEL
972
- ,GYPSUM
973
- ,MASONRY
974
- ,METAL
975
- ,PLASTIC
976
- ,WOOD
977
- ,USERDEFINED
978
- ,NOTDEFINED);
979
-
980
- /** IfcConstructionProductResourceTypeEnum */
981
- export type IfcConstructionProductResourceTypeEnum = ENUMERATION OF
982
- (ASSEMBLY
983
- ,FORMWORK
984
- ,USERDEFINED
985
- ,NOTDEFINED);
986
-
987
- /** IfcControllerTypeEnum */
988
- export type IfcControllerTypeEnum = ENUMERATION OF
989
- (FLOATING
990
- ,MULTIPOSITION
991
- ,PROGRAMMABLE
992
- ,PROPORTIONAL
993
- ,TWOPOSITION
994
- ,USERDEFINED
995
- ,NOTDEFINED);
996
-
997
- /** IfcConveyorSegmentTypeEnum */
998
- export type IfcConveyorSegmentTypeEnum = ENUMERATION OF
999
- (BELTCONVEYOR
1000
- ,BUCKETCONVEYOR
1001
- ,CHUTECONVEYOR
1002
- ,SCREWCONVEYOR
1003
- ,USERDEFINED
1004
- ,NOTDEFINED);
1005
-
1006
- /** IfcCooledBeamTypeEnum */
1007
- export type IfcCooledBeamTypeEnum = ENUMERATION OF
1008
- (ACTIVE
1009
- ,PASSIVE
1010
- ,USERDEFINED
1011
- ,NOTDEFINED);
1012
-
1013
- /** IfcCoolingTowerTypeEnum */
1014
- export type IfcCoolingTowerTypeEnum = ENUMERATION OF
1015
- (MECHANICALFORCEDDRAFT
1016
- ,MECHANICALINDUCEDDRAFT
1017
- ,NATURALDRAFT
1018
- ,USERDEFINED
1019
- ,NOTDEFINED);
1020
-
1021
- /** IfcCostItemTypeEnum */
1022
- export type IfcCostItemTypeEnum = ENUMERATION OF
1023
- (USERDEFINED
1024
- ,NOTDEFINED);
1025
-
1026
- /** IfcCostScheduleTypeEnum */
1027
- export type IfcCostScheduleTypeEnum = ENUMERATION OF
1028
- (BUDGET
1029
- ,COSTPLAN
1030
- ,ESTIMATE
1031
- ,PRICEDBILLOFQUANTITIES
1032
- ,SCHEDULEOFRATES
1033
- ,TENDER
1034
- ,UNPRICEDBILLOFQUANTITIES
1035
- ,USERDEFINED
1036
- ,NOTDEFINED);
1037
-
1038
- /** IfcCourseTypeEnum */
1039
- export type IfcCourseTypeEnum = ENUMERATION OF
1040
- (ARMOUR
1041
- ,BALLASTBED
1042
- ,CORE
1043
- ,FILTER
1044
- ,PAVEMENT
1045
- ,PROTECTION
1046
- ,USERDEFINED
1047
- ,NOTDEFINED);
1048
-
1049
- /** IfcCoveringTypeEnum */
1050
- export type IfcCoveringTypeEnum = ENUMERATION OF
1051
- (CEILING
1052
- ,CLADDING
1053
- ,COPING
1054
- ,FLOORING
1055
- ,INSULATION
1056
- ,MEMBRANE
1057
- ,MOLDING
1058
- ,ROOFING
1059
- ,SKIRTINGBOARD
1060
- ,SLEEVING
1061
- ,TOPPING
1062
- ,WRAPPING
1063
- ,USERDEFINED
1064
- ,NOTDEFINED);
1065
-
1066
- /** IfcCrewResourceTypeEnum */
1067
- export type IfcCrewResourceTypeEnum = ENUMERATION OF
1068
- (OFFICE
1069
- ,SITE
1070
- ,USERDEFINED
1071
- ,NOTDEFINED);
1072
-
1073
- /** IfcCurtainWallTypeEnum */
1074
- export type IfcCurtainWallTypeEnum = ENUMERATION OF
1075
- (USERDEFINED
1076
- ,NOTDEFINED);
1077
-
1078
- /** IfcCurveInterpolationEnum */
1079
- export type IfcCurveInterpolationEnum = ENUMERATION OF
1080
- (LINEAR
1081
- ,LOG_LINEAR
1082
- ,LOG_LOG
1083
- ,NOTDEFINED);
1084
-
1085
- /** IfcDamperTypeEnum */
1086
- export type IfcDamperTypeEnum = ENUMERATION OF
1087
- (BACKDRAFTDAMPER
1088
- ,BALANCINGDAMPER
1089
- ,BLASTDAMPER
1090
- ,CONTROLDAMPER
1091
- ,FIREDAMPER
1092
- ,FIRESMOKEDAMPER
1093
- ,FUMEHOODEXHAUST
1094
- ,GRAVITYDAMPER
1095
- ,GRAVITYRELIEFDAMPER
1096
- ,RELIEFDAMPER
1097
- ,SMOKEDAMPER
1098
- ,USERDEFINED
1099
- ,NOTDEFINED);
1100
-
1101
- /** IfcDataOriginEnum */
1102
- export type IfcDataOriginEnum = ENUMERATION OF
1103
- (MEASURED
1104
- ,PREDICTED
1105
- ,SIMULATED
1106
- ,USERDEFINED
1107
- ,NOTDEFINED);
1108
-
1109
- /** IfcDerivedUnitEnum */
1110
- export type IfcDerivedUnitEnum = ENUMERATION OF
1111
- (ACCELERATIONUNIT
1112
- ,ANGULARVELOCITYUNIT
1113
- ,AREADENSITYUNIT
1114
- ,COMPOUNDPLANEANGLEUNIT
1115
- ,CURVATUREUNIT
1116
- ,DYNAMICVISCOSITYUNIT
1117
- ,HEATFLUXDENSITYUNIT
1118
- ,HEATINGVALUEUNIT
1119
- ,INTEGERCOUNTRATEUNIT
1120
- ,IONCONCENTRATIONUNIT
1121
- ,ISOTHERMALMOISTURECAPACITYUNIT
1122
- ,KINEMATICVISCOSITYUNIT
1123
- ,LINEARFORCEUNIT
1124
- ,LINEARMOMENTUNIT
1125
- ,LINEARSTIFFNESSUNIT
1126
- ,LINEARVELOCITYUNIT
1127
- ,LUMINOUSINTENSITYDISTRIBUTIONUNIT
1128
- ,MASSDENSITYUNIT
1129
- ,MASSFLOWRATEUNIT
1130
- ,MASSPERLENGTHUNIT
1131
- ,MODULUSOFELASTICITYUNIT
1132
- ,MODULUSOFLINEARSUBGRADEREACTIONUNIT
1133
- ,MODULUSOFROTATIONALSUBGRADEREACTIONUNIT
1134
- ,MODULUSOFSUBGRADEREACTIONUNIT
1135
- ,MOISTUREDIFFUSIVITYUNIT
1136
- ,MOLECULARWEIGHTUNIT
1137
- ,MOMENTOFINERTIAUNIT
1138
- ,PHUNIT
1139
- ,PLANARFORCEUNIT
1140
- ,ROTATIONALFREQUENCYUNIT
1141
- ,ROTATIONALMASSUNIT
1142
- ,ROTATIONALSTIFFNESSUNIT
1143
- ,SECTIONAREAINTEGRALUNIT
1144
- ,SECTIONMODULUSUNIT
1145
- ,SHEARMODULUSUNIT
1146
- ,SOUNDPOWERLEVELUNIT
1147
- ,SOUNDPOWERUNIT
1148
- ,SOUNDPRESSURELEVELUNIT
1149
- ,SOUNDPRESSUREUNIT
1150
- ,SPECIFICHEATCAPACITYUNIT
1151
- ,TEMPERATUREGRADIENTUNIT
1152
- ,TEMPERATURERATEOFCHANGEUNIT
1153
- ,THERMALADMITTANCEUNIT
1154
- ,THERMALCONDUCTANCEUNIT
1155
- ,THERMALEXPANSIONCOEFFICIENTUNIT
1156
- ,THERMALRESISTANCEUNIT
1157
- ,THERMALTRANSMITTANCEUNIT
1158
- ,TORQUEUNIT
1159
- ,VAPORPERMEABILITYUNIT
1160
- ,VOLUMETRICFLOWRATEUNIT
1161
- ,WARPINGCONSTANTUNIT
1162
- ,WARPINGMOMENTUNIT
1163
- ,USERDEFINED);
1164
-
1165
- /** IfcDirectionSenseEnum */
1166
- export type IfcDirectionSenseEnum = ENUMERATION OF
1167
- (NEGATIVE
1168
- ,POSITIVE);
1169
-
1170
- /** IfcDiscreteAccessoryTypeEnum */
1171
- export type IfcDiscreteAccessoryTypeEnum = ENUMERATION OF
1172
- (ANCHORPLATE
1173
- ,BIRDPROTECTION
1174
- ,BRACKET
1175
- ,CABLEARRANGER
1176
- ,ELASTIC_CUSHION
1177
- ,EXPANSION_JOINT_DEVICE
1178
- ,FILLER
1179
- ,FLASHING
1180
- ,INSULATOR
1181
- ,LOCK
1182
- ,PANEL_STRENGTHENING
1183
- ,POINTMACHINEMOUNTINGDEVICE
1184
- ,POINT_MACHINE_LOCKING_DEVICE
1185
- ,RAILBRACE
1186
- ,RAILPAD
1187
- ,RAIL_LUBRICATION
1188
- ,RAIL_MECHANICAL_EQUIPMENT
1189
- ,SHOE
1190
- ,SLIDINGCHAIR
1191
- ,SOUNDABSORPTION
1192
- ,TENSIONINGEQUIPMENT
1193
- ,USERDEFINED
1194
- ,NOTDEFINED);
1195
-
1196
- /** IfcDistributionBoardTypeEnum */
1197
- export type IfcDistributionBoardTypeEnum = ENUMERATION OF
1198
- (CONSUMERUNIT
1199
- ,DISPATCHINGBOARD
1200
- ,DISTRIBUTIONBOARD
1201
- ,DISTRIBUTIONFRAME
1202
- ,MOTORCONTROLCENTRE
1203
- ,SWITCHBOARD
1204
- ,USERDEFINED
1205
- ,NOTDEFINED);
1206
-
1207
- /** IfcDistributionChamberElementTypeEnum */
1208
- export type IfcDistributionChamberElementTypeEnum = ENUMERATION OF
1209
- (FORMEDDUCT
1210
- ,INSPECTIONCHAMBER
1211
- ,INSPECTIONPIT
1212
- ,MANHOLE
1213
- ,METERCHAMBER
1214
- ,SUMP
1215
- ,TRENCH
1216
- ,VALVECHAMBER
1217
- ,USERDEFINED
1218
- ,NOTDEFINED);
1219
-
1220
- /** IfcDistributionPortTypeEnum */
1221
- export type IfcDistributionPortTypeEnum = ENUMERATION OF
1222
- (CABLE
1223
- ,CABLECARRIER
1224
- ,DUCT
1225
- ,PIPE
1226
- ,WIRELESS
1227
- ,USERDEFINED
1228
- ,NOTDEFINED);
1229
-
1230
- /** IfcDistributionSystemEnum */
1231
- export type IfcDistributionSystemEnum = ENUMERATION OF
1232
- (AIRCONDITIONING
1233
- ,AUDIOVISUAL
1234
- ,CATENARY_SYSTEM
1235
- ,CHEMICAL
1236
- ,CHILLEDWATER
1237
- ,COMMUNICATION
1238
- ,COMPRESSEDAIR
1239
- ,CONDENSERWATER
1240
- ,CONTROL
1241
- ,CONVEYING
1242
- ,DATA
1243
- ,DISPOSAL
1244
- ,DOMESTICCOLDWATER
1245
- ,DOMESTICHOTWATER
1246
- ,DRAINAGE
1247
- ,EARTHING
1248
- ,ELECTRICAL
1249
- ,ELECTROACOUSTIC
1250
- ,EXHAUST
1251
- ,FIREPROTECTION
1252
- ,FIXEDTRANSMISSIONNETWORK
1253
- ,FUEL
1254
- ,GAS
1255
- ,HAZARDOUS
1256
- ,HEATING
1257
- ,LIGHTING
1258
- ,LIGHTNINGPROTECTION
1259
- ,MOBILENETWORK
1260
- ,MONITORINGSYSTEM
1261
- ,MUNICIPALSOLIDWASTE
1262
- ,OIL
1263
- ,OPERATIONAL
1264
- ,OPERATIONALTELEPHONYSYSTEM
1265
- ,OVERHEAD_CONTACTLINE_SYSTEM
1266
- ,POWERGENERATION
1267
- ,RAINWATER
1268
- ,REFRIGERATION
1269
- ,RETURN_CIRCUIT
1270
- ,SECURITY
1271
- ,SEWAGE
1272
- ,SIGNAL
1273
- ,STORMWATER
1274
- ,TELEPHONE
1275
- ,TV
1276
- ,VACUUM
1277
- ,VENT
1278
- ,VENTILATION
1279
- ,WASTEWATER
1280
- ,WATERSUPPLY
1281
- ,USERDEFINED
1282
- ,NOTDEFINED);
1283
-
1284
- /** IfcDocumentConfidentialityEnum */
1285
- export type IfcDocumentConfidentialityEnum = ENUMERATION OF
1286
- (CONFIDENTIAL
1287
- ,PERSONAL
1288
- ,PUBLIC
1289
- ,RESTRICTED
1290
- ,USERDEFINED
1291
- ,NOTDEFINED);
1292
-
1293
- /** IfcDocumentStatusEnum */
1294
- export type IfcDocumentStatusEnum = ENUMERATION OF
1295
- (DRAFT
1296
- ,FINAL
1297
- ,FINALDRAFT
1298
- ,REVISION
1299
- ,NOTDEFINED);
1300
-
1301
- /** IfcDoorPanelOperationEnum */
1302
- export type IfcDoorPanelOperationEnum = ENUMERATION OF
1303
- (DOUBLE_ACTING
1304
- ,FIXEDPANEL
1305
- ,FOLDING
1306
- ,REVOLVING
1307
- ,ROLLINGUP
1308
- ,SLIDING
1309
- ,SWINGING
1310
- ,USERDEFINED
1311
- ,NOTDEFINED);
1312
-
1313
- /** IfcDoorPanelPositionEnum */
1314
- export type IfcDoorPanelPositionEnum = ENUMERATION OF
1315
- (LEFT
1316
- ,MIDDLE
1317
- ,RIGHT
1318
- ,NOTDEFINED);
1319
-
1320
- /** IfcDoorTypeEnum */
1321
- export type IfcDoorTypeEnum = ENUMERATION OF
1322
- (BOOM_BARRIER
1323
- ,DOOR
1324
- ,GATE
1325
- ,TRAPDOOR
1326
- ,TURNSTILE
1327
- ,USERDEFINED
1328
- ,NOTDEFINED);
1329
-
1330
- /** IfcDoorTypeOperationEnum */
1331
- export type IfcDoorTypeOperationEnum = ENUMERATION OF
1332
- (DOUBLE_DOOR_DOUBLE_SWING
1333
- ,DOUBLE_DOOR_FOLDING
1334
- ,DOUBLE_DOOR_LIFTING_VERTICAL
1335
- ,DOUBLE_DOOR_SINGLE_SWING
1336
- ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
1337
- ,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
1338
- ,DOUBLE_DOOR_SLIDING
1339
- ,DOUBLE_SWING_LEFT
1340
- ,DOUBLE_SWING_RIGHT
1341
- ,FOLDING_TO_LEFT
1342
- ,FOLDING_TO_RIGHT
1343
- ,LIFTING_HORIZONTAL
1344
- ,LIFTING_VERTICAL_LEFT
1345
- ,LIFTING_VERTICAL_RIGHT
1346
- ,REVOLVING
1347
- ,REVOLVING_VERTICAL
1348
- ,ROLLINGUP
1349
- ,SINGLE_SWING_LEFT
1350
- ,SINGLE_SWING_RIGHT
1351
- ,SLIDING_TO_LEFT
1352
- ,SLIDING_TO_RIGHT
1353
- ,SWING_FIXED_LEFT
1354
- ,SWING_FIXED_RIGHT
1355
- ,USERDEFINED
1356
- ,NOTDEFINED);
1357
-
1358
- /** IfcDuctFittingTypeEnum */
1359
- export type IfcDuctFittingTypeEnum = ENUMERATION OF
1360
- (BEND
1361
- ,CONNECTOR
1362
- ,ENTRY
1363
- ,EXIT
1364
- ,JUNCTION
1365
- ,OBSTRUCTION
1366
- ,TRANSITION
1367
- ,USERDEFINED
1368
- ,NOTDEFINED);
1369
-
1370
- /** IfcDuctSegmentTypeEnum */
1371
- export type IfcDuctSegmentTypeEnum = ENUMERATION OF
1372
- (FLEXIBLESEGMENT
1373
- ,RIGIDSEGMENT
1374
- ,USERDEFINED
1375
- ,NOTDEFINED);
1376
-
1377
- /** IfcDuctSilencerTypeEnum */
1378
- export type IfcDuctSilencerTypeEnum = ENUMERATION OF
1379
- (FLATOVAL
1380
- ,RECTANGULAR
1381
- ,ROUND
1382
- ,USERDEFINED
1383
- ,NOTDEFINED);
1384
-
1385
- /** IfcEarthworksCutTypeEnum */
1386
- export type IfcEarthworksCutTypeEnum = ENUMERATION OF
1387
- (BASE_EXCAVATION
1388
- ,CUT
1389
- ,DREDGING
1390
- ,EXCAVATION
1391
- ,OVEREXCAVATION
1392
- ,PAVEMENTMILLING
1393
- ,STEPEXCAVATION
1394
- ,TOPSOILREMOVAL
1395
- ,TRENCH
1396
- ,USERDEFINED
1397
- ,NOTDEFINED);
1398
-
1399
- /** IfcEarthworksFillTypeEnum */
1400
- export type IfcEarthworksFillTypeEnum = ENUMERATION OF
1401
- (BACKFILL
1402
- ,COUNTERWEIGHT
1403
- ,EMBANKMENT
1404
- ,SLOPEFILL
1405
- ,SUBGRADE
1406
- ,SUBGRADEBED
1407
- ,TRANSITIONSECTION
1408
- ,USERDEFINED
1409
- ,NOTDEFINED);
1410
-
1411
- /** IfcElectricApplianceTypeEnum */
1412
- export type IfcElectricApplianceTypeEnum = ENUMERATION OF
1413
- (DISHWASHER
1414
- ,ELECTRICCOOKER
1415
- ,FREESTANDINGELECTRICHEATER
1416
- ,FREESTANDINGFAN
1417
- ,FREESTANDINGWATERCOOLER
1418
- ,FREESTANDINGWATERHEATER
1419
- ,FREEZER
1420
- ,FRIDGE_FREEZER
1421
- ,HANDDRYER
1422
- ,KITCHENMACHINE
1423
- ,MICROWAVE
1424
- ,PHOTOCOPIER
1425
- ,REFRIGERATOR
1426
- ,TUMBLEDRYER
1427
- ,VENDINGMACHINE
1428
- ,WASHINGMACHINE
1429
- ,USERDEFINED
1430
- ,NOTDEFINED);
1431
-
1432
- /** IfcElectricDistributionBoardTypeEnum */
1433
- export type IfcElectricDistributionBoardTypeEnum = ENUMERATION OF
1434
- (CONSUMERUNIT
1435
- ,DISTRIBUTIONBOARD
1436
- ,MOTORCONTROLCENTRE
1437
- ,SWITCHBOARD
1438
- ,USERDEFINED
1439
- ,NOTDEFINED);
1440
-
1441
- /** IfcElectricFlowStorageDeviceTypeEnum */
1442
- export type IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION OF
1443
- (BATTERY
1444
- ,CAPACITOR
1445
- ,CAPACITORBANK
1446
- ,COMPENSATOR
1447
- ,HARMONICFILTER
1448
- ,INDUCTOR
1449
- ,INDUCTORBANK
1450
- ,RECHARGER
1451
- ,UPS
1452
- ,USERDEFINED
1453
- ,NOTDEFINED);
1454
-
1455
- /** IfcElectricFlowTreatmentDeviceTypeEnum */
1456
- export type IfcElectricFlowTreatmentDeviceTypeEnum = ENUMERATION OF
1457
- (ELECTRONICFILTER
1458
- ,USERDEFINED
1459
- ,NOTDEFINED);
1460
-
1461
- /** IfcElectricGeneratorTypeEnum */
1462
- export type IfcElectricGeneratorTypeEnum = ENUMERATION OF
1463
- (CHP
1464
- ,ENGINEGENERATOR
1465
- ,STANDALONE
1466
- ,USERDEFINED
1467
- ,NOTDEFINED);
1468
-
1469
- /** IfcElectricMotorTypeEnum */
1470
- export type IfcElectricMotorTypeEnum = ENUMERATION OF
1471
- (DC
1472
- ,INDUCTION
1473
- ,POLYPHASE
1474
- ,RELUCTANCESYNCHRONOUS
1475
- ,SYNCHRONOUS
1476
- ,USERDEFINED
1477
- ,NOTDEFINED);
1478
-
1479
- /** IfcElectricTimeControlTypeEnum */
1480
- export type IfcElectricTimeControlTypeEnum = ENUMERATION OF
1481
- (RELAY
1482
- ,TIMECLOCK
1483
- ,TIMEDELAY
1484
- ,USERDEFINED
1485
- ,NOTDEFINED);
1486
-
1487
- /** IfcElementAssemblyTypeEnum */
1488
- export type IfcElementAssemblyTypeEnum = ENUMERATION OF
1489
- (ABUTMENT
1490
- ,ACCESSORY_ASSEMBLY
1491
- ,ARCH
1492
- ,BEAM_GRID
1493
- ,BRACED_FRAME
1494
- ,CROSS_BRACING
1495
- ,DECK
1496
- ,DILATATIONPANEL
1497
- ,ENTRANCEWORKS
1498
- ,GIRDER
1499
- ,GRID
1500
- ,MAST
1501
- ,PIER
1502
- ,PYLON
1503
- ,RAIL_MECHANICAL_EQUIPMENT_ASSEMBLY
1504
- ,REINFORCEMENT_UNIT
1505
- ,RIGID_FRAME
1506
- ,SHELTER
1507
- ,SIGNALASSEMBLY
1508
- ,SLAB_FIELD
1509
- ,SUMPBUSTER
1510
- ,SUPPORTINGASSEMBLY
1511
- ,SUSPENSIONASSEMBLY
1512
- ,TRACKPANEL
1513
- ,TRACTION_SWITCHING_ASSEMBLY
1514
- ,TRAFFIC_CALMING_DEVICE
1515
- ,TRUSS
1516
- ,TURNOUTPANEL
1517
- ,USERDEFINED
1518
- ,NOTDEFINED);
1519
-
1520
- /** IfcElementCompositionEnum */
1521
- export type IfcElementCompositionEnum = ENUMERATION OF
1522
- (COMPLEX
1523
- ,ELEMENT
1524
- ,PARTIAL);
1525
-
1526
- /** IfcEngineTypeEnum */
1527
- export type IfcEngineTypeEnum = ENUMERATION OF
1528
- (EXTERNALCOMBUSTION
1529
- ,INTERNALCOMBUSTION
1530
- ,USERDEFINED
1531
- ,NOTDEFINED);
1532
-
1533
- /** IfcEvaporativeCoolerTypeEnum */
1534
- export type IfcEvaporativeCoolerTypeEnum = ENUMERATION OF
1535
- (DIRECTEVAPORATIVEAIRWASHER
1536
- ,DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
1537
- ,DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
1538
- ,DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
1539
- ,DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
1540
- ,INDIRECTDIRECTCOMBINATION
1541
- ,INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
1542
- ,INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
1543
- ,INDIRECTEVAPORATIVEWETCOIL
1544
- ,USERDEFINED
1545
- ,NOTDEFINED);
1546
-
1547
- /** IfcEvaporatorTypeEnum */
1548
- export type IfcEvaporatorTypeEnum = ENUMERATION OF
1549
- (DIRECTEXPANSION
1550
- ,DIRECTEXPANSIONBRAZEDPLATE
1551
- ,DIRECTEXPANSIONSHELLANDTUBE
1552
- ,DIRECTEXPANSIONTUBEINTUBE
1553
- ,FLOODEDSHELLANDTUBE
1554
- ,SHELLANDCOIL
1555
- ,USERDEFINED
1556
- ,NOTDEFINED);
1557
-
1558
- /** IfcEventTriggerTypeEnum */
1559
- export type IfcEventTriggerTypeEnum = ENUMERATION OF
1560
- (EVENTCOMPLEX
1561
- ,EVENTMESSAGE
1562
- ,EVENTRULE
1563
- ,EVENTTIME
1564
- ,USERDEFINED
1565
- ,NOTDEFINED);
1566
-
1567
- /** IfcEventTypeEnum */
1568
- export type IfcEventTypeEnum = ENUMERATION OF
1569
- (ENDEVENT
1570
- ,INTERMEDIATEEVENT
1571
- ,STARTEVENT
1572
- ,USERDEFINED
1573
- ,NOTDEFINED);
1574
-
1575
- /** IfcExternalSpatialElementTypeEnum */
1576
- export type IfcExternalSpatialElementTypeEnum = ENUMERATION OF
1577
- (EXTERNAL
1578
- ,EXTERNAL_EARTH
1579
- ,EXTERNAL_FIRE
1580
- ,EXTERNAL_WATER
1581
- ,USERDEFINED
1582
- ,NOTDEFINED);
1583
-
1584
- /** IfcFacilityPartCommonTypeEnum */
1585
- export type IfcFacilityPartCommonTypeEnum = ENUMERATION OF
1586
- (ABOVEGROUND
1587
- ,BELOWGROUND
1588
- ,JUNCTION
1589
- ,LEVELCROSSING
1590
- ,SEGMENT
1591
- ,SUBSTRUCTURE
1592
- ,SUPERSTRUCTURE
1593
- ,TERMINAL
1594
- ,USERDEFINED
1595
- ,NOTDEFINED);
1596
-
1597
- /** IfcFacilityUsageEnum */
1598
- export type IfcFacilityUsageEnum = ENUMERATION OF
1599
- (LATERAL
1600
- ,LONGITUDINAL
1601
- ,REGION
1602
- ,VERTICAL
1603
- ,USERDEFINED
1604
- ,NOTDEFINED);
1605
-
1606
- /** IfcFanTypeEnum */
1607
- export type IfcFanTypeEnum = ENUMERATION OF
1608
- (CENTRIFUGALAIRFOIL
1609
- ,CENTRIFUGALBACKWARDINCLINEDCURVED
1610
- ,CENTRIFUGALFORWARDCURVED
1611
- ,CENTRIFUGALRADIAL
1612
- ,PROPELLORAXIAL
1613
- ,TUBEAXIAL
1614
- ,VANEAXIAL
1615
- ,USERDEFINED
1616
- ,NOTDEFINED);
1617
-
1618
- /** IfcFastenerTypeEnum */
1619
- export type IfcFastenerTypeEnum = ENUMERATION OF
1620
- (GLUE
1621
- ,MORTAR
1622
- ,WELD
1623
- ,USERDEFINED
1624
- ,NOTDEFINED);
1625
-
1626
- /** IfcFilterTypeEnum */
1627
- export type IfcFilterTypeEnum = ENUMERATION OF
1628
- (AIRPARTICLEFILTER
1629
- ,COMPRESSEDAIRFILTER
1630
- ,ODORFILTER
1631
- ,OILFILTER
1632
- ,STRAINER
1633
- ,WATERFILTER
1634
- ,USERDEFINED
1635
- ,NOTDEFINED);
1636
-
1637
- /** IfcFireSuppressionTerminalTypeEnum */
1638
- export type IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF
1639
- (BREECHINGINLET
1640
- ,FIREHYDRANT
1641
- ,FIREMONITOR
1642
- ,HOSEREEL
1643
- ,SPRINKLER
1644
- ,SPRINKLERDEFLECTOR
1645
- ,USERDEFINED
1646
- ,NOTDEFINED);
1647
-
1648
- /** IfcFlowDirectionEnum */
1649
- export type IfcFlowDirectionEnum = ENUMERATION OF
1650
- (SINK
1651
- ,SOURCE
1652
- ,SOURCEANDSINK
1653
- ,NOTDEFINED);
1654
-
1655
- /** IfcFlowInstrumentTypeEnum */
1656
- export type IfcFlowInstrumentTypeEnum = ENUMERATION OF
1657
- (AMMETER
1658
- ,COMBINED
1659
- ,FREQUENCYMETER
1660
- ,PHASEANGLEMETER
1661
- ,POWERFACTORMETER
1662
- ,PRESSUREGAUGE
1663
- ,THERMOMETER
1664
- ,VOLTMETER
1665
- ,VOLTMETER_PEAK
1666
- ,VOLTMETER_RMS
1667
- ,USERDEFINED
1668
- ,NOTDEFINED);
1669
-
1670
- /** IfcFlowMeterTypeEnum */
1671
- export type IfcFlowMeterTypeEnum = ENUMERATION OF
1672
- (ENERGYMETER
1673
- ,GASMETER
1674
- ,OILMETER
1675
- ,WATERMETER
1676
- ,USERDEFINED
1677
- ,NOTDEFINED);
1678
-
1679
- /** IfcFootingTypeEnum */
1680
- export type IfcFootingTypeEnum = ENUMERATION OF
1681
- (CAISSON_FOUNDATION
1682
- ,FOOTING_BEAM
1683
- ,PAD_FOOTING
1684
- ,PILE_CAP
1685
- ,STRIP_FOOTING
1686
- ,USERDEFINED
1687
- ,NOTDEFINED);
1688
-
1689
- /** IfcFurnitureTypeEnum */
1690
- export type IfcFurnitureTypeEnum = ENUMERATION OF
1691
- (BED
1692
- ,CHAIR
1693
- ,DESK
1694
- ,FILECABINET
1695
- ,SHELF
1696
- ,SOFA
1697
- ,TABLE
1698
- ,TECHNICALCABINET
1699
- ,USERDEFINED
1700
- ,NOTDEFINED);
1701
-
1702
- /** IfcGeographicElementTypeEnum */
1703
- export type IfcGeographicElementTypeEnum = ENUMERATION OF
1704
- (SOIL_BORING_POINT
1705
- ,TERRAIN
1706
- ,VEGETATION
1707
- ,USERDEFINED
1708
- ,NOTDEFINED);
1709
-
1710
- /** IfcGeometricProjectionEnum */
1711
- export type IfcGeometricProjectionEnum = ENUMERATION OF
1712
- (ELEVATION_VIEW
1713
- ,GRAPH_VIEW
1714
- ,MODEL_VIEW
1715
- ,PLAN_VIEW
1716
- ,REFLECTED_PLAN_VIEW
1717
- ,SECTION_VIEW
1718
- ,SKETCH_VIEW
1719
- ,USERDEFINED
1720
- ,NOTDEFINED);
1721
-
1722
- /** IfcGeotechnicalStratumTypeEnum */
1723
- export type IfcGeotechnicalStratumTypeEnum = ENUMERATION OF
1724
- (SOLID
1725
- ,VOID
1726
- ,WATER
1727
- ,USERDEFINED
1728
- ,NOTDEFINED);
1729
-
1730
- /** IfcGlobalOrLocalEnum */
1731
- export type IfcGlobalOrLocalEnum = ENUMERATION OF
1732
- (GLOBAL_COORDS
1733
- ,LOCAL_COORDS);
1734
-
1735
- /** IfcGridTypeEnum */
1736
- export type IfcGridTypeEnum = ENUMERATION OF
1737
- (IRREGULAR
1738
- ,RADIAL
1739
- ,RECTANGULAR
1740
- ,TRIANGULAR
1741
- ,USERDEFINED
1742
- ,NOTDEFINED);
1743
-
1744
- /** IfcHeatExchangerTypeEnum */
1745
- export type IfcHeatExchangerTypeEnum = ENUMERATION OF
1746
- (PLATE
1747
- ,SHELLANDTUBE
1748
- ,TURNOUTHEATING
1749
- ,USERDEFINED
1750
- ,NOTDEFINED);
1751
-
1752
- /** IfcHumidifierTypeEnum */
1753
- export type IfcHumidifierTypeEnum = ENUMERATION OF
1754
- (ADIABATICAIRWASHER
1755
- ,ADIABATICATOMIZING
1756
- ,ADIABATICCOMPRESSEDAIRNOZZLE
1757
- ,ADIABATICPAN
1758
- ,ADIABATICRIGIDMEDIA
1759
- ,ADIABATICULTRASONIC
1760
- ,ADIABATICWETTEDELEMENT
1761
- ,ASSISTEDBUTANE
1762
- ,ASSISTEDELECTRIC
1763
- ,ASSISTEDNATURALGAS
1764
- ,ASSISTEDPROPANE
1765
- ,ASSISTEDSTEAM
1766
- ,STEAMINJECTION
1767
- ,USERDEFINED
1768
- ,NOTDEFINED);
1769
-
1770
- /** IfcImpactProtectionDeviceTypeEnum */
1771
- export type IfcImpactProtectionDeviceTypeEnum = ENUMERATION OF
1772
- (BUMPER
1773
- ,CRASHCUSHION
1774
- ,DAMPINGSYSTEM
1775
- ,FENDER
1776
- ,USERDEFINED
1777
- ,NOTDEFINED);
1778
-
1779
- /** IfcInterceptorTypeEnum */
1780
- export type IfcInterceptorTypeEnum = ENUMERATION OF
1781
- (CYCLONIC
1782
- ,GREASE
1783
- ,OIL
1784
- ,PETROL
1785
- ,USERDEFINED
1786
- ,NOTDEFINED);
1787
-
1788
- /** IfcInternalOrExternalEnum */
1789
- export type IfcInternalOrExternalEnum = ENUMERATION OF
1790
- (EXTERNAL
1791
- ,EXTERNAL_EARTH
1792
- ,EXTERNAL_FIRE
1793
- ,EXTERNAL_WATER
1794
- ,INTERNAL
1795
- ,NOTDEFINED);
1796
-
1797
- /** IfcInventoryTypeEnum */
1798
- export type IfcInventoryTypeEnum = ENUMERATION OF
1799
- (ASSETINVENTORY
1800
- ,FURNITUREINVENTORY
1801
- ,SPACEINVENTORY
1802
- ,USERDEFINED
1803
- ,NOTDEFINED);
1804
-
1805
- /** IfcJunctionBoxTypeEnum */
1806
- export type IfcJunctionBoxTypeEnum = ENUMERATION OF
1807
- (DATA
1808
- ,POWER
1809
- ,USERDEFINED
1810
- ,NOTDEFINED);
1811
-
1812
- /** IfcKerbTypeEnum */
1813
- export type IfcKerbTypeEnum = ENUMERATION OF
1814
- (USERDEFINED
1815
- ,NOTDEFINED);
1816
-
1817
- /** IfcKnotType */
1818
- export type IfcKnotType = ENUMERATION OF
1819
- (PIECEWISE_BEZIER_KNOTS
1820
- ,QUASI_UNIFORM_KNOTS
1821
- ,UNIFORM_KNOTS
1822
- ,UNSPECIFIED);
1823
-
1824
- /** IfcLaborResourceTypeEnum */
1825
- export type IfcLaborResourceTypeEnum = ENUMERATION OF
1826
- (ADMINISTRATION
1827
- ,CARPENTRY
1828
- ,CLEANING
1829
- ,CONCRETE
1830
- ,DRYWALL
1831
- ,ELECTRIC
1832
- ,FINISHING
1833
- ,FLOORING
1834
- ,GENERAL
1835
- ,HVAC
1836
- ,LANDSCAPING
1837
- ,MASONRY
1838
- ,PAINTING
1839
- ,PAVING
1840
- ,PLUMBING
1841
- ,ROOFING
1842
- ,SITEGRADING
1843
- ,STEELWORK
1844
- ,SURVEYING
1845
- ,USERDEFINED
1846
- ,NOTDEFINED);
1847
-
1848
- /** IfcLampTypeEnum */
1849
- export type IfcLampTypeEnum = ENUMERATION OF
1850
- (COMPACTFLUORESCENT
1851
- ,FLUORESCENT
1852
- ,HALOGEN
1853
- ,HIGHPRESSUREMERCURY
1854
- ,HIGHPRESSURESODIUM
1855
- ,LED
1856
- ,METALHALIDE
1857
- ,OLED
1858
- ,TUNGSTENFILAMENT
1859
- ,USERDEFINED
1860
- ,NOTDEFINED);
1861
-
1862
- /** IfcLayerSetDirectionEnum */
1863
- export type IfcLayerSetDirectionEnum = ENUMERATION OF
1864
- (AXIS1
1865
- ,AXIS2
1866
- ,AXIS3);
1867
-
1868
- /** IfcLightDistributionCurveEnum */
1869
- export type IfcLightDistributionCurveEnum = ENUMERATION OF
1870
- (TYPE_A
1871
- ,TYPE_B
1872
- ,TYPE_C
1873
- ,NOTDEFINED);
1874
-
1875
- /** IfcLightEmissionSourceEnum */
1876
- export type IfcLightEmissionSourceEnum = ENUMERATION OF
1877
- (COMPACTFLUORESCENT
1878
- ,FLUORESCENT
1879
- ,HIGHPRESSUREMERCURY
1880
- ,HIGHPRESSURESODIUM
1881
- ,LIGHTEMITTINGDIODE
1882
- ,LOWPRESSURESODIUM
1883
- ,LOWVOLTAGEHALOGEN
1884
- ,MAINVOLTAGEHALOGEN
1885
- ,METALHALIDE
1886
- ,TUNGSTENFILAMENT
1887
- ,NOTDEFINED);
1888
-
1889
- /** IfcLightFixtureTypeEnum */
1890
- export type IfcLightFixtureTypeEnum = ENUMERATION OF
1891
- (DIRECTIONSOURCE
1892
- ,POINTSOURCE
1893
- ,SECURITYLIGHTING
1894
- ,USERDEFINED
1895
- ,NOTDEFINED);
1896
-
1897
- /** IfcLiquidTerminalTypeEnum */
1898
- export type IfcLiquidTerminalTypeEnum = ENUMERATION OF
1899
- (HOSEREEL
1900
- ,LOADINGARM
1901
- ,USERDEFINED
1902
- ,NOTDEFINED);
1903
-
1904
- /** IfcLoadGroupTypeEnum */
1905
- export type IfcLoadGroupTypeEnum = ENUMERATION OF
1906
- (LOAD_CASE
1907
- ,LOAD_COMBINATION
1908
- ,LOAD_GROUP
1909
- ,USERDEFINED
1910
- ,NOTDEFINED);
1911
-
1912
- /** IfcLogicalOperatorEnum */
1913
- export type IfcLogicalOperatorEnum = ENUMERATION OF
1914
- (LOGICALAND
1915
- ,LOGICALNOTAND
1916
- ,LOGICALNOTOR
1917
- ,LOGICALOR
1918
- ,LOGICALXOR);
1919
-
1920
- /** IfcMarineFacilityTypeEnum */
1921
- export type IfcMarineFacilityTypeEnum = ENUMERATION OF
1922
- (BARRIERBEACH
1923
- ,BREAKWATER
1924
- ,CANAL
1925
- ,DRYDOCK
1926
- ,FLOATINGDOCK
1927
- ,HYDROLIFT
1928
- ,JETTY
1929
- ,LAUNCHRECOVERY
1930
- ,MARINEDEFENCE
1931
- ,NAVIGATIONALCHANNEL
1932
- ,PORT
1933
- ,QUAY
1934
- ,REVETMENT
1935
- ,SHIPLIFT
1936
- ,SHIPLOCK
1937
- ,SHIPYARD
1938
- ,SLIPWAY
1939
- ,WATERWAY
1940
- ,WATERWAYSHIPLIFT
1941
- ,USERDEFINED
1942
- ,NOTDEFINED);
1943
-
1944
- /** IfcMarinePartTypeEnum */
1945
- export type IfcMarinePartTypeEnum = ENUMERATION OF
1946
- (ABOVEWATERLINE
1947
- ,ANCHORAGE
1948
- ,APPROACHCHANNEL
1949
- ,BELOWWATERLINE
1950
- ,BERTHINGSTRUCTURE
1951
- ,CHAMBER
1952
- ,CILL_LEVEL
1953
- ,COPELEVEL
1954
- ,CORE
1955
- ,CREST
1956
- ,GATEHEAD
1957
- ,GUDINGSTRUCTURE
1958
- ,HIGHWATERLINE
1959
- ,LANDFIELD
1960
- ,LEEWARDSIDE
1961
- ,LOWWATERLINE
1962
- ,MANUFACTURING
1963
- ,NAVIGATIONALAREA
1964
- ,PROTECTION
1965
- ,SHIPTRANSFER
1966
- ,STORAGEAREA
1967
- ,VEHICLESERVICING
1968
- ,WATERFIELD
1969
- ,WEATHERSIDE
1970
- ,USERDEFINED
1971
- ,NOTDEFINED);
1972
-
1973
- /** IfcMechanicalFastenerTypeEnum */
1974
- export type IfcMechanicalFastenerTypeEnum = ENUMERATION OF
1975
- (ANCHORBOLT
1976
- ,BOLT
1977
- ,CHAIN
1978
- ,COUPLER
1979
- ,DOWEL
1980
- ,NAIL
1981
- ,NAILPLATE
1982
- ,RAILFASTENING
1983
- ,RAILJOINT
1984
- ,RIVET
1985
- ,ROPE
1986
- ,SCREW
1987
- ,SHEARCONNECTOR
1988
- ,STAPLE
1989
- ,STUDSHEARCONNECTOR
1990
- ,USERDEFINED
1991
- ,NOTDEFINED);
1992
-
1993
- /** IfcMedicalDeviceTypeEnum */
1994
- export type IfcMedicalDeviceTypeEnum = ENUMERATION OF
1995
- (AIRSTATION
1996
- ,FEEDAIRUNIT
1997
- ,OXYGENGENERATOR
1998
- ,OXYGENPLANT
1999
- ,VACUUMSTATION
2000
- ,USERDEFINED
2001
- ,NOTDEFINED);
2002
-
2003
- /** IfcMemberTypeEnum */
2004
- export type IfcMemberTypeEnum = ENUMERATION OF
2005
- (ARCH_SEGMENT
2006
- ,BRACE
2007
- ,CHORD
2008
- ,COLLAR
2009
- ,MEMBER
2010
- ,MULLION
2011
- ,PLATE
2012
- ,POST
2013
- ,PURLIN
2014
- ,RAFTER
2015
- ,STAY_CABLE
2016
- ,STIFFENING_RIB
2017
- ,STRINGER
2018
- ,STRUCTURALCABLE
2019
- ,STRUT
2020
- ,STUD
2021
- ,SUSPENDER
2022
- ,SUSPENSION_CABLE
2023
- ,TIEBAR
2024
- ,USERDEFINED
2025
- ,NOTDEFINED);
2026
-
2027
- /** IfcMobileTelecommunicationsApplianceTypeEnum */
2028
- export type IfcMobileTelecommunicationsApplianceTypeEnum = ENUMERATION OF
2029
- (ACCESSPOINT
2030
- ,BASEBANDUNIT
2031
- ,BASETRANSCEIVERSTATION
2032
- ,E_UTRAN_NODE_B
2033
- ,GATEWAY_GPRS_SUPPORT_NODE
2034
- ,MASTERUNIT
2035
- ,MOBILESWITCHINGCENTER
2036
- ,MSCSERVER
2037
- ,PACKETCONTROLUNIT
2038
- ,REMOTERADIOUNIT
2039
- ,REMOTEUNIT
2040
- ,SERVICE_GPRS_SUPPORT_NODE
2041
- ,SUBSCRIBERSERVER
2042
- ,USERDEFINED
2043
- ,NOTDEFINED);
2044
-
2045
- /** IfcMooringDeviceTypeEnum */
2046
- export type IfcMooringDeviceTypeEnum = ENUMERATION OF
2047
- (BOLLARD
2048
- ,LINETENSIONER
2049
- ,MAGNETICDEVICE
2050
- ,MOORINGHOOKS
2051
- ,VACUUMDEVICE
2052
- ,USERDEFINED
2053
- ,NOTDEFINED);
2054
-
2055
- /** IfcMotorConnectionTypeEnum */
2056
- export type IfcMotorConnectionTypeEnum = ENUMERATION OF
2057
- (BELTDRIVE
2058
- ,COUPLING
2059
- ,DIRECTDRIVE
2060
- ,USERDEFINED
2061
- ,NOTDEFINED);
2062
-
2063
- /** IfcNavigationElementTypeEnum */
2064
- export type IfcNavigationElementTypeEnum = ENUMERATION OF
2065
- (BEACON
2066
- ,BUOY
2067
- ,USERDEFINED
2068
- ,NOTDEFINED);
2069
-
2070
- /** IfcObjectiveEnum */
2071
- export type IfcObjectiveEnum = ENUMERATION OF
2072
- (CODECOMPLIANCE
2073
- ,CODEWAIVER
2074
- ,DESIGNINTENT
2075
- ,EXTERNAL
2076
- ,HEALTHANDSAFETY
2077
- ,MERGECONFLICT
2078
- ,MODELVIEW
2079
- ,PARAMETER
2080
- ,REQUIREMENT
2081
- ,SPECIFICATION
2082
- ,TRIGGERCONDITION
2083
- ,USERDEFINED
2084
- ,NOTDEFINED);
2085
-
2086
- /** IfcOccupantTypeEnum */
2087
- export type IfcOccupantTypeEnum = ENUMERATION OF
2088
- (ASSIGNEE
2089
- ,ASSIGNOR
2090
- ,LESSEE
2091
- ,LESSOR
2092
- ,LETTINGAGENT
2093
- ,OWNER
2094
- ,TENANT
2095
- ,USERDEFINED
2096
- ,NOTDEFINED);
2097
-
2098
- /** IfcOpeningElementTypeEnum */
2099
- export type IfcOpeningElementTypeEnum = ENUMERATION OF
2100
- (OPENING
2101
- ,RECESS
2102
- ,USERDEFINED
2103
- ,NOTDEFINED);
2104
-
2105
- /** IfcOutletTypeEnum */
2106
- export type IfcOutletTypeEnum = ENUMERATION OF
2107
- (AUDIOVISUALOUTLET
2108
- ,COMMUNICATIONSOUTLET
2109
- ,DATAOUTLET
2110
- ,POWEROUTLET
2111
- ,TELEPHONEOUTLET
2112
- ,USERDEFINED
2113
- ,NOTDEFINED);
2114
-
2115
- /** IfcPavementTypeEnum */
2116
- export type IfcPavementTypeEnum = ENUMERATION OF
2117
- (FLEXIBLE
2118
- ,RIGID
2119
- ,USERDEFINED
2120
- ,NOTDEFINED);
2121
-
2122
- /** IfcPerformanceHistoryTypeEnum */
2123
- export type IfcPerformanceHistoryTypeEnum = ENUMERATION OF
2124
- (USERDEFINED
2125
- ,NOTDEFINED);
2126
-
2127
- /** IfcPermeableCoveringOperationEnum */
2128
- export type IfcPermeableCoveringOperationEnum = ENUMERATION OF
2129
- (GRILL
2130
- ,LOUVER
2131
- ,SCREEN
2132
- ,USERDEFINED
2133
- ,NOTDEFINED);
2134
-
2135
- /** IfcPermitTypeEnum */
2136
- export type IfcPermitTypeEnum = ENUMERATION OF
2137
- (ACCESS
2138
- ,BUILDING
2139
- ,WORK
2140
- ,USERDEFINED
2141
- ,NOTDEFINED);
2142
-
2143
- /** IfcPhysicalOrVirtualEnum */
2144
- export type IfcPhysicalOrVirtualEnum = ENUMERATION OF
2145
- (PHYSICAL
2146
- ,VIRTUAL
2147
- ,NOTDEFINED);
2148
-
2149
- /** IfcPileConstructionEnum */
2150
- export type IfcPileConstructionEnum = ENUMERATION OF
2151
- (CAST_IN_PLACE
2152
- ,COMPOSITE
2153
- ,PRECAST_CONCRETE
2154
- ,PREFAB_STEEL
2155
- ,USERDEFINED
2156
- ,NOTDEFINED);
2157
-
2158
- /** IfcPileTypeEnum */
2159
- export type IfcPileTypeEnum = ENUMERATION OF
2160
- (BORED
2161
- ,COHESION
2162
- ,DRIVEN
2163
- ,FRICTION
2164
- ,JETGROUTING
2165
- ,SUPPORT
2166
- ,USERDEFINED
2167
- ,NOTDEFINED);
2168
-
2169
- /** IfcPipeFittingTypeEnum */
2170
- export type IfcPipeFittingTypeEnum = ENUMERATION OF
2171
- (BEND
2172
- ,CONNECTOR
2173
- ,ENTRY
2174
- ,EXIT
2175
- ,JUNCTION
2176
- ,OBSTRUCTION
2177
- ,TRANSITION
2178
- ,USERDEFINED
2179
- ,NOTDEFINED);
2180
-
2181
- /** IfcPipeSegmentTypeEnum */
2182
- export type IfcPipeSegmentTypeEnum = ENUMERATION OF
2183
- (CULVERT
2184
- ,FLEXIBLESEGMENT
2185
- ,GUTTER
2186
- ,RIGIDSEGMENT
2187
- ,SPOOL
2188
- ,USERDEFINED
2189
- ,NOTDEFINED);
2190
-
2191
- /** IfcPlateTypeEnum */
2192
- export type IfcPlateTypeEnum = ENUMERATION OF
2193
- (BASE_PLATE
2194
- ,COVER_PLATE
2195
- ,CURTAIN_PANEL
2196
- ,FLANGE_PLATE
2197
- ,GUSSET_PLATE
2198
- ,SHEET
2199
- ,SPLICE_PLATE
2200
- ,STIFFENER_PLATE
2201
- ,WEB_PLATE
2202
- ,USERDEFINED
2203
- ,NOTDEFINED);
2204
-
2205
- /** IfcPreferredSurfaceCurveRepresentation */
2206
- export type IfcPreferredSurfaceCurveRepresentation = ENUMERATION OF
2207
- (CURVE3D
2208
- ,PCURVE_S1
2209
- ,PCURVE_S2);
2210
-
2211
- /** IfcProcedureTypeEnum */
2212
- export type IfcProcedureTypeEnum = ENUMERATION OF
2213
- (ADVICE_CAUTION
2214
- ,ADVICE_NOTE
2215
- ,ADVICE_WARNING
2216
- ,CALIBRATION
2217
- ,DIAGNOSTIC
2218
- ,SHUTDOWN
2219
- ,STARTUP
2220
- ,USERDEFINED
2221
- ,NOTDEFINED);
2222
-
2223
- /** IfcProfileTypeEnum */
2224
- export type IfcProfileTypeEnum = ENUMERATION OF
2225
- (AREA
2226
- ,CURVE);
2227
-
2228
- /** IfcProjectOrderTypeEnum */
2229
- export type IfcProjectOrderTypeEnum = ENUMERATION OF
2230
- (CHANGEORDER
2231
- ,MAINTENANCEWORKORDER
2232
- ,MOVEORDER
2233
- ,PURCHASEORDER
2234
- ,WORKORDER
2235
- ,USERDEFINED
2236
- ,NOTDEFINED);
2237
-
2238
- /** IfcProjectedOrTrueLengthEnum */
2239
- export type IfcProjectedOrTrueLengthEnum = ENUMERATION OF
2240
- (PROJECTED_LENGTH
2241
- ,TRUE_LENGTH);
2242
-
2243
- /** IfcProjectionElementTypeEnum */
2244
- export type IfcProjectionElementTypeEnum = ENUMERATION OF
2245
- (BLISTER
2246
- ,DEVIATOR
2247
- ,USERDEFINED
2248
- ,NOTDEFINED);
2249
-
2250
- /** IfcPropertySetTemplateTypeEnum */
2251
- export type IfcPropertySetTemplateTypeEnum = ENUMERATION OF
2252
- (PSET_MATERIALDRIVEN
2253
- ,PSET_OCCURRENCEDRIVEN
2254
- ,PSET_PERFORMANCEDRIVEN
2255
- ,PSET_PROFILEDRIVEN
2256
- ,PSET_TYPEDRIVENONLY
2257
- ,PSET_TYPEDRIVENOVERRIDE
2258
- ,QTO_OCCURRENCEDRIVEN
2259
- ,QTO_TYPEDRIVENONLY
2260
- ,QTO_TYPEDRIVENOVERRIDE
2261
- ,NOTDEFINED);
2262
-
2263
- /** IfcProtectiveDeviceTrippingUnitTypeEnum */
2264
- export type IfcProtectiveDeviceTrippingUnitTypeEnum = ENUMERATION OF
2265
- (ELECTROMAGNETIC
2266
- ,ELECTRONIC
2267
- ,RESIDUALCURRENT
2268
- ,THERMAL
2269
- ,USERDEFINED
2270
- ,NOTDEFINED);
2271
-
2272
- /** IfcProtectiveDeviceTypeEnum */
2273
- export type IfcProtectiveDeviceTypeEnum = ENUMERATION OF
2274
- (ANTI_ARCING_DEVICE
2275
- ,CIRCUITBREAKER
2276
- ,EARTHINGSWITCH
2277
- ,EARTHLEAKAGECIRCUITBREAKER
2278
- ,FUSEDISCONNECTOR
2279
- ,RESIDUALCURRENTCIRCUITBREAKER
2280
- ,RESIDUALCURRENTSWITCH
2281
- ,SPARKGAP
2282
- ,VARISTOR
2283
- ,VOLTAGELIMITER
2284
- ,USERDEFINED
2285
- ,NOTDEFINED);
2286
-
2287
- /** IfcPumpTypeEnum */
2288
- export type IfcPumpTypeEnum = ENUMERATION OF
2289
- (CIRCULATOR
2290
- ,ENDSUCTION
2291
- ,SPLITCASE
2292
- ,SUBMERSIBLEPUMP
2293
- ,SUMPPUMP
2294
- ,VERTICALINLINE
2295
- ,VERTICALTURBINE
2296
- ,USERDEFINED
2297
- ,NOTDEFINED);
2298
-
2299
- /** IfcRailTypeEnum */
2300
- export type IfcRailTypeEnum = ENUMERATION OF
2301
- (BLADE
2302
- ,CHECKRAIL
2303
- ,GUARDRAIL
2304
- ,RACKRAIL
2305
- ,RAIL
2306
- ,STOCKRAIL
2307
- ,USERDEFINED
2308
- ,NOTDEFINED);
2309
-
2310
- /** IfcRailingTypeEnum */
2311
- export type IfcRailingTypeEnum = ENUMERATION OF
2312
- (BALUSTRADE
2313
- ,FENCE
2314
- ,GUARDRAIL
2315
- ,HANDRAIL
2316
- ,USERDEFINED
2317
- ,NOTDEFINED);
2318
-
2319
- /** IfcRailwayPartTypeEnum */
2320
- export type IfcRailwayPartTypeEnum = ENUMERATION OF
2321
- (ABOVETRACK
2322
- ,DILATIONTRACK
2323
- ,LINESIDE
2324
- ,LINESIDEPART
2325
- ,PLAINTRACK
2326
- ,SUBSTRUCTURE
2327
- ,TRACK
2328
- ,TRACKPART
2329
- ,TURNOUTTRACK
2330
- ,USERDEFINED
2331
- ,NOTDEFINED);
2332
-
2333
- /** IfcRailwayTypeEnum */
2334
- export type IfcRailwayTypeEnum = ENUMERATION OF
2335
- (USERDEFINED
2336
- ,NOTDEFINED);
2337
-
2338
- /** IfcRampFlightTypeEnum */
2339
- export type IfcRampFlightTypeEnum = ENUMERATION OF
2340
- (SPIRAL
2341
- ,STRAIGHT
2342
- ,USERDEFINED
2343
- ,NOTDEFINED);
2344
-
2345
- /** IfcRampTypeEnum */
2346
- export type IfcRampTypeEnum = ENUMERATION OF
2347
- (HALF_TURN_RAMP
2348
- ,QUARTER_TURN_RAMP
2349
- ,SPIRAL_RAMP
2350
- ,STRAIGHT_RUN_RAMP
2351
- ,TWO_QUARTER_TURN_RAMP
2352
- ,TWO_STRAIGHT_RUN_RAMP
2353
- ,USERDEFINED
2354
- ,NOTDEFINED);
2355
-
2356
- /** IfcRecurrenceTypeEnum */
2357
- export type IfcRecurrenceTypeEnum = ENUMERATION OF
2358
- (BY_DAY_COUNT
2359
- ,BY_WEEKDAY_COUNT
2360
- ,DAILY
2361
- ,MONTHLY_BY_DAY_OF_MONTH
2362
- ,MONTHLY_BY_POSITION
2363
- ,WEEKLY
2364
- ,YEARLY_BY_DAY_OF_MONTH
2365
- ,YEARLY_BY_POSITION);
2366
-
2367
- /** IfcReferentTypeEnum */
2368
- export type IfcReferentTypeEnum = ENUMERATION OF
2369
- (BOUNDARY
2370
- ,INTERSECTION
2371
- ,KILOPOINT
2372
- ,LANDMARK
2373
- ,MILEPOINT
2374
- ,POSITION
2375
- ,REFERENCEMARKER
2376
- ,STATION
2377
- ,SUPERELEVATIONEVENT
2378
- ,WIDTHEVENT
2379
- ,USERDEFINED
2380
- ,NOTDEFINED);
2381
-
2382
- /** IfcReflectanceMethodEnum */
2383
- export type IfcReflectanceMethodEnum = ENUMERATION OF
2384
- (BLINN
2385
- ,FLAT
2386
- ,GLASS
2387
- ,MATT
2388
- ,METAL
2389
- ,MIRROR
2390
- ,PHONG
2391
- ,PHYSICAL
2392
- ,PLASTIC
2393
- ,STRAUSS
2394
- ,NOTDEFINED);
2395
-
2396
- /** IfcReinforcedSoilTypeEnum */
2397
- export type IfcReinforcedSoilTypeEnum = ENUMERATION OF
2398
- (DYNAMICALLYCOMPACTED
2399
- ,GROUTED
2400
- ,REPLACED
2401
- ,ROLLERCOMPACTED
2402
- ,SURCHARGEPRELOADED
2403
- ,VERTICALLYDRAINED
2404
- ,USERDEFINED
2405
- ,NOTDEFINED);
2406
-
2407
- /** IfcReinforcingBarRoleEnum */
2408
- export type IfcReinforcingBarRoleEnum = ENUMERATION OF
2409
- (ANCHORING
2410
- ,EDGE
2411
- ,LIGATURE
2412
- ,MAIN
2413
- ,PUNCHING
2414
- ,RING
2415
- ,SHEAR
2416
- ,STUD
2417
- ,USERDEFINED
2418
- ,NOTDEFINED);
2419
-
2420
- /** IfcReinforcingBarSurfaceEnum */
2421
- export type IfcReinforcingBarSurfaceEnum = ENUMERATION OF
2422
- (PLAIN
2423
- ,TEXTURED);
2424
-
2425
- /** IfcReinforcingBarTypeEnum */
2426
- export type IfcReinforcingBarTypeEnum = ENUMERATION OF
2427
- (ANCHORING
2428
- ,EDGE
2429
- ,LIGATURE
2430
- ,MAIN
2431
- ,PUNCHING
2432
- ,RING
2433
- ,SHEAR
2434
- ,SPACEBAR
2435
- ,STUD
2436
- ,USERDEFINED
2437
- ,NOTDEFINED);
2438
-
2439
- /** IfcReinforcingMeshTypeEnum */
2440
- export type IfcReinforcingMeshTypeEnum = ENUMERATION OF
2441
- (USERDEFINED
2442
- ,NOTDEFINED);
2443
-
2444
- /** IfcRoadPartTypeEnum */
2445
- export type IfcRoadPartTypeEnum = ENUMERATION OF
2446
- (BICYCLECROSSING
2447
- ,BUS_STOP
2448
- ,CARRIAGEWAY
2449
- ,CENTRALISLAND
2450
- ,CENTRALRESERVE
2451
- ,HARDSHOULDER
2452
- ,INTERSECTION
2453
- ,LAYBY
2454
- ,PARKINGBAY
2455
- ,PASSINGBAY
2456
- ,PEDESTRIAN_CROSSING
2457
- ,RAILWAYCROSSING
2458
- ,REFUGEISLAND
2459
- ,ROADSEGMENT
2460
- ,ROADSIDE
2461
- ,ROADSIDEPART
2462
- ,ROADWAYPLATEAU
2463
- ,ROUNDABOUT
2464
- ,SHOULDER
2465
- ,SIDEWALK
2466
- ,SOFTSHOULDER
2467
- ,TOLLPLAZA
2468
- ,TRAFFICISLAND
2469
- ,TRAFFICLANE
2470
- ,USERDEFINED
2471
- ,NOTDEFINED);
2472
-
2473
- /** IfcRoadTypeEnum */
2474
- export type IfcRoadTypeEnum = ENUMERATION OF
2475
- (USERDEFINED
2476
- ,NOTDEFINED);
2477
-
2478
- /** IfcRoleEnum */
2479
- export type IfcRoleEnum = ENUMERATION OF
2480
- (ARCHITECT
2481
- ,BUILDINGOPERATOR
2482
- ,BUILDINGOWNER
2483
- ,CIVILENGINEER
2484
- ,CLIENT
2485
- ,COMMISSIONINGENGINEER
2486
- ,CONSTRUCTIONMANAGER
2487
- ,CONSULTANT
2488
- ,CONTRACTOR
2489
- ,COSTENGINEER
2490
- ,ELECTRICALENGINEER
2491
- ,ENGINEER
2492
- ,FACILITIESMANAGER
2493
- ,FIELDCONSTRUCTIONMANAGER
2494
- ,MANUFACTURER
2495
- ,MECHANICALENGINEER
2496
- ,OWNER
2497
- ,PROJECTMANAGER
2498
- ,RESELLER
2499
- ,STRUCTURALENGINEER
2500
- ,SUBCONTRACTOR
2501
- ,SUPPLIER
2502
- ,USERDEFINED);
2503
-
2504
- /** IfcRoofTypeEnum */
2505
- export type IfcRoofTypeEnum = ENUMERATION OF
2506
- (BARREL_ROOF
2507
- ,BUTTERFLY_ROOF
2508
- ,DOME_ROOF
2509
- ,FLAT_ROOF
2510
- ,FREEFORM
2511
- ,GABLE_ROOF
2512
- ,GAMBREL_ROOF
2513
- ,HIPPED_GABLE_ROOF
2514
- ,HIP_ROOF
2515
- ,MANSARD_ROOF
2516
- ,PAVILION_ROOF
2517
- ,RAINBOW_ROOF
2518
- ,SHED_ROOF
2519
- ,USERDEFINED
2520
- ,NOTDEFINED);
2521
-
2522
- /** IfcSIPrefix */
2523
- export type IfcSIPrefix = ENUMERATION OF
2524
- (ATTO
2525
- ,CENTI
2526
- ,DECA
2527
- ,DECI
2528
- ,EXA
2529
- ,FEMTO
2530
- ,GIGA
2531
- ,HECTO
2532
- ,KILO
2533
- ,MEGA
2534
- ,MICRO
2535
- ,MILLI
2536
- ,NANO
2537
- ,PETA
2538
- ,PICO
2539
- ,TERA);
2540
-
2541
- /** IfcSIUnitName */
2542
- export type IfcSIUnitName = ENUMERATION OF
2543
- (AMPERE
2544
- ,BECQUEREL
2545
- ,CANDELA
2546
- ,COULOMB
2547
- ,CUBIC_METRE
2548
- ,DEGREE_CELSIUS
2549
- ,FARAD
2550
- ,GRAM
2551
- ,GRAY
2552
- ,HENRY
2553
- ,HERTZ
2554
- ,JOULE
2555
- ,KELVIN
2556
- ,LUMEN
2557
- ,LUX
2558
- ,METRE
2559
- ,MOLE
2560
- ,NEWTON
2561
- ,OHM
2562
- ,PASCAL
2563
- ,RADIAN
2564
- ,SECOND
2565
- ,SIEMENS
2566
- ,SIEVERT
2567
- ,SQUARE_METRE
2568
- ,STERADIAN
2569
- ,TESLA
2570
- ,VOLT
2571
- ,WATT
2572
- ,WEBER);
2573
-
2574
- /** IfcSanitaryTerminalTypeEnum */
2575
- export type IfcSanitaryTerminalTypeEnum = ENUMERATION OF
2576
- (BATH
2577
- ,BIDET
2578
- ,CISTERN
2579
- ,SANITARYFOUNTAIN
2580
- ,SHOWER
2581
- ,SINK
2582
- ,TOILETPAN
2583
- ,URINAL
2584
- ,WASHHANDBASIN
2585
- ,WCSEAT
2586
- ,USERDEFINED
2587
- ,NOTDEFINED);
2588
-
2589
- /** IfcSectionTypeEnum */
2590
- export type IfcSectionTypeEnum = ENUMERATION OF
2591
- (TAPERED
2592
- ,UNIFORM);
2593
-
2594
- /** IfcSensorTypeEnum */
2595
- export type IfcSensorTypeEnum = ENUMERATION OF
2596
- (CO2SENSOR
2597
- ,CONDUCTANCESENSOR
2598
- ,CONTACTSENSOR
2599
- ,COSENSOR
2600
- ,EARTHQUAKESENSOR
2601
- ,FIRESENSOR
2602
- ,FLOWSENSOR
2603
- ,FOREIGNOBJECTDETECTIONSENSOR
2604
- ,FROSTSENSOR
2605
- ,GASSENSOR
2606
- ,HEATSENSOR
2607
- ,HUMIDITYSENSOR
2608
- ,IDENTIFIERSENSOR
2609
- ,IONCONCENTRATIONSENSOR
2610
- ,LEVELSENSOR
2611
- ,LIGHTSENSOR
2612
- ,MOISTURESENSOR
2613
- ,MOVEMENTSENSOR
2614
- ,OBSTACLESENSOR
2615
- ,PHSENSOR
2616
- ,PRESSURESENSOR
2617
- ,RADIATIONSENSOR
2618
- ,RADIOACTIVITYSENSOR
2619
- ,RAINSENSOR
2620
- ,SMOKESENSOR
2621
- ,SNOWDEPTHSENSOR
2622
- ,SOUNDSENSOR
2623
- ,TEMPERATURESENSOR
2624
- ,TRAINSENSOR
2625
- ,TURNOUTCLOSURESENSOR
2626
- ,WHEELSENSOR
2627
- ,WINDSENSOR
2628
- ,USERDEFINED
2629
- ,NOTDEFINED);
2630
-
2631
- /** IfcSequenceEnum */
2632
- export type IfcSequenceEnum = ENUMERATION OF
2633
- (FINISH_FINISH
2634
- ,FINISH_START
2635
- ,START_FINISH
2636
- ,START_START
2637
- ,USERDEFINED
2638
- ,NOTDEFINED);
2639
-
2640
- /** IfcShadingDeviceTypeEnum */
2641
- export type IfcShadingDeviceTypeEnum = ENUMERATION OF
2642
- (AWNING
2643
- ,JALOUSIE
2644
- ,SHUTTER
2645
- ,USERDEFINED
2646
- ,NOTDEFINED);
2647
-
2648
- /** IfcSignTypeEnum */
2649
- export type IfcSignTypeEnum = ENUMERATION OF
2650
- (MARKER
2651
- ,MIRROR
2652
- ,PICTORAL
2653
- ,USERDEFINED
2654
- ,NOTDEFINED);
2655
-
2656
- /** IfcSignalTypeEnum */
2657
- export type IfcSignalTypeEnum = ENUMERATION OF
2658
- (AUDIO
2659
- ,MIXED
2660
- ,VISUAL
2661
- ,USERDEFINED
2662
- ,NOTDEFINED);
2663
-
2664
- /** IfcSimplePropertyTemplateTypeEnum */
2665
- export type IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF
2666
- (P_BOUNDEDVALUE
2667
- ,P_ENUMERATEDVALUE
2668
- ,P_LISTVALUE
2669
- ,P_REFERENCEVALUE
2670
- ,P_SINGLEVALUE
2671
- ,P_TABLEVALUE
2672
- ,Q_AREA
2673
- ,Q_COUNT
2674
- ,Q_LENGTH
2675
- ,Q_NUMBER
2676
- ,Q_TIME
2677
- ,Q_VOLUME
2678
- ,Q_WEIGHT);
2679
-
2680
- /** IfcSlabTypeEnum */
2681
- export type IfcSlabTypeEnum = ENUMERATION OF
2682
- (APPROACH_SLAB
2683
- ,BASESLAB
2684
- ,FLOOR
2685
- ,LANDING
2686
- ,PAVING
2687
- ,ROOF
2688
- ,SIDEWALK
2689
- ,TRACKSLAB
2690
- ,WEARING
2691
- ,USERDEFINED
2692
- ,NOTDEFINED);
2693
-
2694
- /** IfcSolarDeviceTypeEnum */
2695
- export type IfcSolarDeviceTypeEnum = ENUMERATION OF
2696
- (SOLARCOLLECTOR
2697
- ,SOLARPANEL
2698
- ,USERDEFINED
2699
- ,NOTDEFINED);
2700
-
2701
- /** IfcSpaceHeaterTypeEnum */
2702
- export type IfcSpaceHeaterTypeEnum = ENUMERATION OF
2703
- (CONVECTOR
2704
- ,RADIATOR
2705
- ,USERDEFINED
2706
- ,NOTDEFINED);
2707
-
2708
- /** IfcSpaceTypeEnum */
2709
- export type IfcSpaceTypeEnum = ENUMERATION OF
2710
- (BERTH
2711
- ,EXTERNAL
2712
- ,GFA
2713
- ,INTERNAL
2714
- ,PARKING
2715
- ,SPACE
2716
- ,USERDEFINED
2717
- ,NOTDEFINED);
2718
-
2719
- /** IfcSpatialZoneTypeEnum */
2720
- export type IfcSpatialZoneTypeEnum = ENUMERATION OF
2721
- (CONSTRUCTION
2722
- ,FIRESAFETY
2723
- ,INTERFERENCE
2724
- ,LIGHTING
2725
- ,OCCUPANCY
2726
- ,RESERVATION
2727
- ,SECURITY
2728
- ,THERMAL
2729
- ,TRANSPORT
2730
- ,VENTILATION
2731
- ,USERDEFINED
2732
- ,NOTDEFINED);
2733
-
2734
- /** IfcStackTerminalTypeEnum */
2735
- export type IfcStackTerminalTypeEnum = ENUMERATION OF
2736
- (BIRDCAGE
2737
- ,COWL
2738
- ,RAINWATERHOPPER
2739
- ,USERDEFINED
2740
- ,NOTDEFINED);
2741
-
2742
- /** IfcStairFlightTypeEnum */
2743
- export type IfcStairFlightTypeEnum = ENUMERATION OF
2744
- (CURVED
2745
- ,FREEFORM
2746
- ,SPIRAL
2747
- ,STRAIGHT
2748
- ,WINDER
2749
- ,USERDEFINED
2750
- ,NOTDEFINED);
2751
-
2752
- /** IfcStairTypeEnum */
2753
- export type IfcStairTypeEnum = ENUMERATION OF
2754
- (CURVED_RUN_STAIR
2755
- ,DOUBLE_RETURN_STAIR
2756
- ,HALF_TURN_STAIR
2757
- ,HALF_WINDING_STAIR
2758
- ,LADDER
2759
- ,QUARTER_TURN_STAIR
2760
- ,QUARTER_WINDING_STAIR
2761
- ,SPIRAL_STAIR
2762
- ,STRAIGHT_RUN_STAIR
2763
- ,THREE_QUARTER_TURN_STAIR
2764
- ,THREE_QUARTER_WINDING_STAIR
2765
- ,TWO_CURVED_RUN_STAIR
2766
- ,TWO_QUARTER_TURN_STAIR
2767
- ,TWO_QUARTER_WINDING_STAIR
2768
- ,TWO_STRAIGHT_RUN_STAIR
2769
- ,USERDEFINED
2770
- ,NOTDEFINED);
2771
-
2772
- /** IfcStateEnum */
2773
- export type IfcStateEnum = ENUMERATION OF
2774
- (LOCKED
2775
- ,READONLY
2776
- ,READONLYLOCKED
2777
- ,READWRITE
2778
- ,READWRITELOCKED);
2779
-
2780
- /** IfcStructuralCurveActivityTypeEnum */
2781
- export type IfcStructuralCurveActivityTypeEnum = ENUMERATION OF
2782
- (CONST
2783
- ,DISCRETE
2784
- ,EQUIDISTANT
2785
- ,LINEAR
2786
- ,PARABOLA
2787
- ,POLYGONAL
2788
- ,SINUS
2789
- ,USERDEFINED
2790
- ,NOTDEFINED);
2791
-
2792
- /** IfcStructuralCurveMemberTypeEnum */
2793
- export type IfcStructuralCurveMemberTypeEnum = ENUMERATION OF
2794
- (CABLE
2795
- ,COMPRESSION_MEMBER
2796
- ,PIN_JOINED_MEMBER
2797
- ,RIGID_JOINED_MEMBER
2798
- ,TENSION_MEMBER
2799
- ,USERDEFINED
2800
- ,NOTDEFINED);
2801
-
2802
- /** IfcStructuralSurfaceActivityTypeEnum */
2803
- export type IfcStructuralSurfaceActivityTypeEnum = ENUMERATION OF
2804
- (BILINEAR
2805
- ,CONST
2806
- ,DISCRETE
2807
- ,ISOCONTOUR
2808
- ,USERDEFINED
2809
- ,NOTDEFINED);
2810
-
2811
- /** IfcStructuralSurfaceMemberTypeEnum */
2812
- export type IfcStructuralSurfaceMemberTypeEnum = ENUMERATION OF
2813
- (BENDING_ELEMENT
2814
- ,MEMBRANE_ELEMENT
2815
- ,SHELL
2816
- ,USERDEFINED
2817
- ,NOTDEFINED);
2818
-
2819
- /** IfcSubContractResourceTypeEnum */
2820
- export type IfcSubContractResourceTypeEnum = ENUMERATION OF
2821
- (PURCHASE
2822
- ,WORK
2823
- ,USERDEFINED
2824
- ,NOTDEFINED);
2825
-
2826
- /** IfcSurfaceFeatureTypeEnum */
2827
- export type IfcSurfaceFeatureTypeEnum = ENUMERATION OF
2828
- (DEFECT
2829
- ,HATCHMARKING
2830
- ,LINEMARKING
2831
- ,MARK
2832
- ,NONSKIDSURFACING
2833
- ,PAVEMENTSURFACEMARKING
2834
- ,RUMBLESTRIP
2835
- ,SYMBOLMARKING
2836
- ,TAG
2837
- ,TRANSVERSERUMBLESTRIP
2838
- ,TREATMENT
2839
- ,USERDEFINED
2840
- ,NOTDEFINED);
2841
-
2842
- /** IfcSurfaceSide */
2843
- export type IfcSurfaceSide = ENUMERATION OF
2844
- (BOTH
2845
- ,NEGATIVE
2846
- ,POSITIVE);
2847
-
2848
- /** IfcSwitchingDeviceTypeEnum */
2849
- export type IfcSwitchingDeviceTypeEnum = ENUMERATION OF
2850
- (CONTACTOR
2851
- ,DIMMERSWITCH
2852
- ,EMERGENCYSTOP
2853
- ,KEYPAD
2854
- ,MOMENTARYSWITCH
2855
- ,RELAY
2856
- ,SELECTORSWITCH
2857
- ,STARTER
2858
- ,START_AND_STOP_EQUIPMENT
2859
- ,SWITCHDISCONNECTOR
2860
- ,TOGGLESWITCH
2861
- ,USERDEFINED
2862
- ,NOTDEFINED);
2863
-
2864
- /** IfcSystemFurnitureElementTypeEnum */
2865
- export type IfcSystemFurnitureElementTypeEnum = ENUMERATION OF
2866
- (PANEL
2867
- ,SUBRACK
2868
- ,WORKSURFACE
2869
- ,USERDEFINED
2870
- ,NOTDEFINED);
2871
-
2872
- /** IfcTankTypeEnum */
2873
- export type IfcTankTypeEnum = ENUMERATION OF
2874
- (BASIN
2875
- ,BREAKPRESSURE
2876
- ,EXPANSION
2877
- ,FEEDANDEXPANSION
2878
- ,OILRETENTIONTRAY
2879
- ,PRESSUREVESSEL
2880
- ,STORAGE
2881
- ,VESSEL
2882
- ,USERDEFINED
2883
- ,NOTDEFINED);
2884
-
2885
- /** IfcTaskDurationEnum */
2886
- export type IfcTaskDurationEnum = ENUMERATION OF
2887
- (ELAPSEDTIME
2888
- ,WORKTIME
2889
- ,NOTDEFINED);
2890
-
2891
- /** IfcTaskTypeEnum */
2892
- export type IfcTaskTypeEnum = ENUMERATION OF
2893
- (ADJUSTMENT
2894
- ,ATTENDANCE
2895
- ,CALIBRATION
2896
- ,CONSTRUCTION
2897
- ,DEMOLITION
2898
- ,DISMANTLE
2899
- ,DISPOSAL
2900
- ,EMERGENCY
2901
- ,INSPECTION
2902
- ,INSTALLATION
2903
- ,LOGISTIC
2904
- ,MAINTENANCE
2905
- ,MOVE
2906
- ,OPERATION
2907
- ,REMOVAL
2908
- ,RENOVATION
2909
- ,SAFETY
2910
- ,SHUTDOWN
2911
- ,STARTUP
2912
- ,TESTING
2913
- ,TROUBLESHOOTING
2914
- ,USERDEFINED
2915
- ,NOTDEFINED);
2916
-
2917
- /** IfcTendonAnchorTypeEnum */
2918
- export type IfcTendonAnchorTypeEnum = ENUMERATION OF
2919
- (COUPLER
2920
- ,FIXED_END
2921
- ,TENSIONING_END
2922
- ,USERDEFINED
2923
- ,NOTDEFINED);
2924
-
2925
- /** IfcTendonConduitTypeEnum */
2926
- export type IfcTendonConduitTypeEnum = ENUMERATION OF
2927
- (COUPLER
2928
- ,DIABOLO
2929
- ,DUCT
2930
- ,GROUTING_DUCT
2931
- ,TRUMPET
2932
- ,USERDEFINED
2933
- ,NOTDEFINED);
2934
-
2935
- /** IfcTendonTypeEnum */
2936
- export type IfcTendonTypeEnum = ENUMERATION OF
2937
- (BAR
2938
- ,COATED
2939
- ,STRAND
2940
- ,WIRE
2941
- ,USERDEFINED
2942
- ,NOTDEFINED);
2943
-
2944
- /** IfcTextPath */
2945
- export type IfcTextPath = ENUMERATION OF
2946
- (DOWN
2947
- ,LEFT
2948
- ,RIGHT
2949
- ,UP);
2950
-
2951
- /** IfcTimeSeriesDataTypeEnum */
2952
- export type IfcTimeSeriesDataTypeEnum = ENUMERATION OF
2953
- (CONTINUOUS
2954
- ,DISCRETE
2955
- ,DISCRETEBINARY
2956
- ,PIECEWISEBINARY
2957
- ,PIECEWISECONSTANT
2958
- ,PIECEWISECONTINUOUS
2959
- ,NOTDEFINED);
2960
-
2961
- /** IfcTrackElementTypeEnum */
2962
- export type IfcTrackElementTypeEnum = ENUMERATION OF
2963
- (BLOCKINGDEVICE
2964
- ,DERAILER
2965
- ,FROG
2966
- ,HALF_SET_OF_BLADES
2967
- ,SLEEPER
2968
- ,SPEEDREGULATOR
2969
- ,TRACKENDOFALIGNMENT
2970
- ,VEHICLESTOP
2971
- ,USERDEFINED
2972
- ,NOTDEFINED);
2973
-
2974
- /** IfcTransformerTypeEnum */
2975
- export type IfcTransformerTypeEnum = ENUMERATION OF
2976
- (CHOPPER
2977
- ,COMBINED
2978
- ,CURRENT
2979
- ,FREQUENCY
2980
- ,INVERTER
2981
- ,RECTIFIER
2982
- ,VOLTAGE
2983
- ,USERDEFINED
2984
- ,NOTDEFINED);
2985
-
2986
- /** IfcTransitionCode */
2987
- export type IfcTransitionCode = ENUMERATION OF
2988
- (CONTINUOUS
2989
- ,CONTSAMEGRADIENT
2990
- ,CONTSAMEGRADIENTSAMECURVATURE
2991
- ,DISCONTINUOUS);
2992
-
2993
- /** IfcTransportElementTypeEnum */
2994
- export type IfcTransportElementTypeEnum = ENUMERATION OF
2995
- (CRANEWAY
2996
- ,ELEVATOR
2997
- ,ESCALATOR
2998
- ,HAULINGGEAR
2999
- ,LIFTINGGEAR
3000
- ,MOVINGWALKWAY
3001
- ,USERDEFINED
3002
- ,NOTDEFINED);
3003
-
3004
- /** IfcTrimmingPreference */
3005
- export type IfcTrimmingPreference = ENUMERATION OF
3006
- (CARTESIAN
3007
- ,PARAMETER
3008
- ,UNSPECIFIED);
3009
-
3010
- /** IfcTubeBundleTypeEnum */
3011
- export type IfcTubeBundleTypeEnum = ENUMERATION OF
3012
- (FINNED
3013
- ,USERDEFINED
3014
- ,NOTDEFINED);
3015
-
3016
- /** IfcUnitEnum */
3017
- export type IfcUnitEnum = ENUMERATION OF
3018
- (ABSORBEDDOSEUNIT
3019
- ,AMOUNTOFSUBSTANCEUNIT
3020
- ,AREAUNIT
3021
- ,DOSEEQUIVALENTUNIT
3022
- ,ELECTRICCAPACITANCEUNIT
3023
- ,ELECTRICCHARGEUNIT
3024
- ,ELECTRICCONDUCTANCEUNIT
3025
- ,ELECTRICCURRENTUNIT
3026
- ,ELECTRICRESISTANCEUNIT
3027
- ,ELECTRICVOLTAGEUNIT
3028
- ,ENERGYUNIT
3029
- ,FORCEUNIT
3030
- ,FREQUENCYUNIT
3031
- ,ILLUMINANCEUNIT
3032
- ,INDUCTANCEUNIT
3033
- ,LENGTHUNIT
3034
- ,LUMINOUSFLUXUNIT
3035
- ,LUMINOUSINTENSITYUNIT
3036
- ,MAGNETICFLUXDENSITYUNIT
3037
- ,MAGNETICFLUXUNIT
3038
- ,MASSUNIT
3039
- ,PLANEANGLEUNIT
3040
- ,POWERUNIT
3041
- ,PRESSUREUNIT
3042
- ,RADIOACTIVITYUNIT
3043
- ,SOLIDANGLEUNIT
3044
- ,THERMODYNAMICTEMPERATUREUNIT
3045
- ,TIMEUNIT
3046
- ,VOLUMEUNIT
3047
- ,USERDEFINED);
3048
-
3049
- /** IfcUnitaryControlElementTypeEnum */
3050
- export type IfcUnitaryControlElementTypeEnum = ENUMERATION OF
3051
- (ALARMPANEL
3052
- ,BASESTATIONCONTROLLER
3053
- ,COMBINED
3054
- ,CONTROLPANEL
3055
- ,GASDETECTIONPANEL
3056
- ,HUMIDISTAT
3057
- ,INDICATORPANEL
3058
- ,MIMICPANEL
3059
- ,THERMOSTAT
3060
- ,WEATHERSTATION
3061
- ,USERDEFINED
3062
- ,NOTDEFINED);
3063
-
3064
- /** IfcUnitaryEquipmentTypeEnum */
3065
- export type IfcUnitaryEquipmentTypeEnum = ENUMERATION OF
3066
- (AIRCONDITIONINGUNIT
3067
- ,AIRHANDLER
3068
- ,DEHUMIDIFIER
3069
- ,ROOFTOPUNIT
3070
- ,SPLITSYSTEM
3071
- ,USERDEFINED
3072
- ,NOTDEFINED);
3073
-
3074
- /** IfcValveTypeEnum */
3075
- export type IfcValveTypeEnum = ENUMERATION OF
3076
- (AIRRELEASE
3077
- ,ANTIVACUUM
3078
- ,CHANGEOVER
3079
- ,CHECK
3080
- ,COMMISSIONING
3081
- ,DIVERTING
3082
- ,DOUBLECHECK
3083
- ,DOUBLEREGULATING
3084
- ,DRAWOFFCOCK
3085
- ,FAUCET
3086
- ,FLUSHING
3087
- ,GASCOCK
3088
- ,GASTAP
3089
- ,ISOLATING
3090
- ,MIXING
3091
- ,PRESSUREREDUCING
3092
- ,PRESSURERELIEF
3093
- ,REGULATING
3094
- ,SAFETYCUTOFF
3095
- ,STEAMTRAP
3096
- ,STOPCOCK
3097
- ,USERDEFINED
3098
- ,NOTDEFINED);
3099
-
3100
- /** IfcVehicleTypeEnum */
3101
- export type IfcVehicleTypeEnum = ENUMERATION OF
3102
- (CARGO
3103
- ,ROLLINGSTOCK
3104
- ,VEHICLE
3105
- ,VEHICLEAIR
3106
- ,VEHICLEMARINE
3107
- ,VEHICLETRACKED
3108
- ,VEHICLEWHEELED
3109
- ,USERDEFINED
3110
- ,NOTDEFINED);
3111
-
3112
- /** IfcVibrationDamperTypeEnum */
3113
- export type IfcVibrationDamperTypeEnum = ENUMERATION OF
3114
- (AXIAL_YIELD
3115
- ,BENDING_YIELD
3116
- ,FRICTION
3117
- ,RUBBER
3118
- ,SHEAR_YIELD
3119
- ,VISCOUS
3120
- ,USERDEFINED
3121
- ,NOTDEFINED);
3122
-
3123
- /** IfcVibrationIsolatorTypeEnum */
3124
- export type IfcVibrationIsolatorTypeEnum = ENUMERATION OF
3125
- (BASE
3126
- ,COMPRESSION
3127
- ,SPRING
3128
- ,USERDEFINED
3129
- ,NOTDEFINED);
3130
-
3131
- /** IfcVirtualElementTypeEnum */
3132
- export type IfcVirtualElementTypeEnum = ENUMERATION OF
3133
- (BOUNDARY
3134
- ,CLEARANCE
3135
- ,PROVISIONFORVOID
3136
- ,USERDEFINED
3137
- ,NOTDEFINED);
3138
-
3139
- /** IfcVoidingFeatureTypeEnum */
3140
- export type IfcVoidingFeatureTypeEnum = ENUMERATION OF
3141
- (CHAMFER
3142
- ,CUTOUT
3143
- ,EDGE
3144
- ,HOLE
3145
- ,MITER
3146
- ,NOTCH
3147
- ,USERDEFINED
3148
- ,NOTDEFINED);
3149
-
3150
- /** IfcWallTypeEnum */
3151
- export type IfcWallTypeEnum = ENUMERATION OF
3152
- (ELEMENTEDWALL
3153
- ,MOVABLE
3154
- ,PARAPET
3155
- ,PARTITIONING
3156
- ,PLUMBINGWALL
3157
- ,POLYGONAL
3158
- ,RETAININGWALL
3159
- ,SHEAR
3160
- ,SOLIDWALL
3161
- ,STANDARD
3162
- ,WAVEWALL
3163
- ,USERDEFINED
3164
- ,NOTDEFINED);
3165
-
3166
- /** IfcWasteTerminalTypeEnum */
3167
- export type IfcWasteTerminalTypeEnum = ENUMERATION OF
3168
- (FLOORTRAP
3169
- ,FLOORWASTE
3170
- ,GULLYSUMP
3171
- ,GULLYTRAP
3172
- ,ROOFDRAIN
3173
- ,WASTEDISPOSALUNIT
3174
- ,WASTETRAP
3175
- ,USERDEFINED
3176
- ,NOTDEFINED);
3177
-
3178
- /** IfcWindowPanelOperationEnum */
3179
- export type IfcWindowPanelOperationEnum = ENUMERATION OF
3180
- (BOTTOMHUNG
3181
- ,FIXEDCASEMENT
3182
- ,OTHEROPERATION
3183
- ,PIVOTHORIZONTAL
3184
- ,PIVOTVERTICAL
3185
- ,REMOVABLECASEMENT
3186
- ,SIDEHUNGLEFTHAND
3187
- ,SIDEHUNGRIGHTHAND
3188
- ,SLIDINGHORIZONTAL
3189
- ,SLIDINGVERTICAL
3190
- ,TILTANDTURNLEFTHAND
3191
- ,TILTANDTURNRIGHTHAND
3192
- ,TOPHUNG
3193
- ,NOTDEFINED);
3194
-
3195
- /** IfcWindowPanelPositionEnum */
3196
- export type IfcWindowPanelPositionEnum = ENUMERATION OF
3197
- (BOTTOM
3198
- ,LEFT
3199
- ,MIDDLE
3200
- ,RIGHT
3201
- ,TOP
3202
- ,NOTDEFINED);
3203
-
3204
- /** IfcWindowTypeEnum */
3205
- export type IfcWindowTypeEnum = ENUMERATION OF
3206
- (LIGHTDOME
3207
- ,SKYLIGHT
3208
- ,WINDOW
3209
- ,USERDEFINED
3210
- ,NOTDEFINED);
3211
-
3212
- /** IfcWindowTypePartitioningEnum */
3213
- export type IfcWindowTypePartitioningEnum = ENUMERATION OF
3214
- (DOUBLE_PANEL_HORIZONTAL
3215
- ,DOUBLE_PANEL_VERTICAL
3216
- ,SINGLE_PANEL
3217
- ,TRIPLE_PANEL_BOTTOM
3218
- ,TRIPLE_PANEL_HORIZONTAL
3219
- ,TRIPLE_PANEL_LEFT
3220
- ,TRIPLE_PANEL_RIGHT
3221
- ,TRIPLE_PANEL_TOP
3222
- ,TRIPLE_PANEL_VERTICAL
3223
- ,USERDEFINED
3224
- ,NOTDEFINED);
3225
-
3226
- /** IfcWorkCalendarTypeEnum */
3227
- export type IfcWorkCalendarTypeEnum = ENUMERATION OF
3228
- (FIRSTSHIFT
3229
- ,SECONDSHIFT
3230
- ,THIRDSHIFT
3231
- ,USERDEFINED
3232
- ,NOTDEFINED);
3233
-
3234
- /** IfcWorkPlanTypeEnum */
3235
- export type IfcWorkPlanTypeEnum = ENUMERATION OF
3236
- (ACTUAL
3237
- ,BASELINE
3238
- ,PLANNED
3239
- ,USERDEFINED
3240
- ,NOTDEFINED);
3241
-
3242
- /** IfcWorkScheduleTypeEnum */
3243
- export type IfcWorkScheduleTypeEnum = ENUMERATION OF
3244
- (ACTUAL
3245
- ,BASELINE
3246
- ,PLANNED
3247
- ,USERDEFINED
3248
- ,NOTDEFINED);
3249
-
3250
- /** IfcActorSelect */
3251
- export type IfcActorSelect = SELECT
3252
- (IfcOrganization
3253
- ,IfcPerson
3254
- ,IfcPersonAndOrganization);
3255
-
3256
- /** IfcAppliedValueSelect */
3257
- export type IfcAppliedValueSelect = SELECT
3258
- (IfcMeasureWithUnit
3259
- ,IfcReference
3260
- ,IfcValue);
3261
-
3262
- /** IfcAxis2Placement */
3263
- export type IfcAxis2Placement = SELECT
3264
- (IfcAxis2Placement2D
3265
- ,IfcAxis2Placement3D);
3266
-
3267
- /** IfcBendingParameterSelect */
3268
- export type IfcBendingParameterSelect = SELECT
3269
- (IfcLengthMeasure
3270
- ,IfcPlaneAngleMeasure);
3271
-
3272
- /** IfcBooleanOperand */
3273
- export type IfcBooleanOperand = SELECT
3274
- (IfcBooleanResult
3275
- ,IfcCsgPrimitive3D
3276
- ,IfcHalfSpaceSolid
3277
- ,IfcSolidModel
3278
- ,IfcTessellatedFaceSet);
3279
-
3280
- /** IfcClassificationReferenceSelect */
3281
- export type IfcClassificationReferenceSelect = SELECT
3282
- (IfcClassification
3283
- ,IfcClassificationReference);
3284
-
3285
- /** IfcClassificationSelect */
3286
- export type IfcClassificationSelect = SELECT
3287
- (IfcClassification
3288
- ,IfcClassificationReference);
3289
-
3290
- /** IfcColour */
3291
- export type IfcColour = SELECT
3292
- (IfcColourSpecification
3293
- ,IfcPreDefinedColour);
3294
-
3295
- /** IfcColourOrFactor */
3296
- export type IfcColourOrFactor = SELECT
3297
- (IfcColourRgb
3298
- ,IfcNormalisedRatioMeasure);
3299
-
3300
- /** IfcCoordinateReferenceSystemSelect */
3301
- export type IfcCoordinateReferenceSystemSelect = SELECT
3302
- (IfcCoordinateReferenceSystem
3303
- ,IfcGeometricRepresentationContext);
3304
-
3305
- /** IfcCsgSelect */
3306
- export type IfcCsgSelect = SELECT
3307
- (IfcBooleanResult
3308
- ,IfcCsgPrimitive3D);
3309
-
3310
- /** IfcCurveFontOrScaledCurveFontSelect */
3311
- export type IfcCurveFontOrScaledCurveFontSelect = SELECT
3312
- (IfcCurveStyleFontAndScaling
3313
- ,IfcCurveStyleFontSelect);
3314
-
3315
- /** IfcCurveMeasureSelect */
3316
- export type IfcCurveMeasureSelect = SELECT
3317
- (IfcLengthMeasure
3318
- ,IfcParameterValue);
3319
-
3320
- /** IfcCurveOnSurface */
3321
- export type IfcCurveOnSurface = SELECT
3322
- (IfcCompositeCurveOnSurface
3323
- ,IfcPcurve
3324
- ,IfcSurfaceCurve);
3325
-
3326
- /** IfcCurveOrEdgeCurve */
3327
- export type IfcCurveOrEdgeCurve = SELECT
3328
- (IfcBoundedCurve
3329
- ,IfcEdgeCurve);
3330
-
3331
- /** IfcCurveStyleFontSelect */
3332
- export type IfcCurveStyleFontSelect = SELECT
3333
- (IfcCurveStyleFont
3334
- ,IfcPreDefinedCurveFont);
3335
-
3336
- /** IfcDefinitionSelect */
3337
- export type IfcDefinitionSelect = SELECT
3338
- (IfcObjectDefinition
3339
- ,IfcPropertyDefinition);
3340
-
3341
- /** IfcDerivedMeasureValue */
3342
- export type IfcDerivedMeasureValue = SELECT
3343
- (IfcAbsorbedDoseMeasure
3344
- ,IfcAccelerationMeasure
3345
- ,IfcAngularVelocityMeasure
3346
- ,IfcAreaDensityMeasure
3347
- ,IfcCompoundPlaneAngleMeasure
3348
- ,IfcCurvatureMeasure
3349
- ,IfcDoseEquivalentMeasure
3350
- ,IfcDynamicViscosityMeasure
3351
- ,IfcElectricCapacitanceMeasure
3352
- ,IfcElectricChargeMeasure
3353
- ,IfcElectricConductanceMeasure
3354
- ,IfcElectricResistanceMeasure
3355
- ,IfcElectricVoltageMeasure
3356
- ,IfcEnergyMeasure
3357
- ,IfcForceMeasure
3358
- ,IfcFrequencyMeasure
3359
- ,IfcHeatFluxDensityMeasure
3360
- ,IfcHeatingValueMeasure
3361
- ,IfcIlluminanceMeasure
3362
- ,IfcInductanceMeasure
3363
- ,IfcIntegerCountRateMeasure
3364
- ,IfcIonConcentrationMeasure
3365
- ,IfcIsothermalMoistureCapacityMeasure
3366
- ,IfcKinematicViscosityMeasure
3367
- ,IfcLinearForceMeasure
3368
- ,IfcLinearMomentMeasure
3369
- ,IfcLinearStiffnessMeasure
3370
- ,IfcLinearVelocityMeasure
3371
- ,IfcLuminousFluxMeasure
3372
- ,IfcLuminousIntensityDistributionMeasure
3373
- ,IfcMagneticFluxDensityMeasure
3374
- ,IfcMagneticFluxMeasure
3375
- ,IfcMassDensityMeasure
3376
- ,IfcMassFlowRateMeasure
3377
- ,IfcMassPerLengthMeasure
3378
- ,IfcModulusOfElasticityMeasure
3379
- ,IfcModulusOfLinearSubgradeReactionMeasure
3380
- ,IfcModulusOfRotationalSubgradeReactionMeasure
3381
- ,IfcModulusOfSubgradeReactionMeasure
3382
- ,IfcMoistureDiffusivityMeasure
3383
- ,IfcMolecularWeightMeasure
3384
- ,IfcMomentOfInertiaMeasure
3385
- ,IfcMonetaryMeasure
3386
- ,IfcPHMeasure
3387
- ,IfcPlanarForceMeasure
3388
- ,IfcPowerMeasure
3389
- ,IfcPressureMeasure
3390
- ,IfcRadioActivityMeasure
3391
- ,IfcRotationalFrequencyMeasure
3392
- ,IfcRotationalMassMeasure
3393
- ,IfcRotationalStiffnessMeasure
3394
- ,IfcSectionModulusMeasure
3395
- ,IfcSectionalAreaIntegralMeasure
3396
- ,IfcShearModulusMeasure
3397
- ,IfcSoundPowerLevelMeasure
3398
- ,IfcSoundPowerMeasure
3399
- ,IfcSoundPressureLevelMeasure
3400
- ,IfcSoundPressureMeasure
3401
- ,IfcSpecificHeatCapacityMeasure
3402
- ,IfcTemperatureGradientMeasure
3403
- ,IfcTemperatureRateOfChangeMeasure
3404
- ,IfcThermalAdmittanceMeasure
3405
- ,IfcThermalConductivityMeasure
3406
- ,IfcThermalExpansionCoefficientMeasure
3407
- ,IfcThermalResistanceMeasure
3408
- ,IfcThermalTransmittanceMeasure
3409
- ,IfcTorqueMeasure
3410
- ,IfcVaporPermeabilityMeasure
3411
- ,IfcVolumetricFlowRateMeasure
3412
- ,IfcWarpingConstantMeasure
3413
- ,IfcWarpingMomentMeasure);
3414
-
3415
- /** IfcDocumentSelect */
3416
- export type IfcDocumentSelect = SELECT
3417
- (IfcDocumentInformation
3418
- ,IfcDocumentReference);
3419
-
3420
- /** IfcFillStyleSelect */
3421
- export type IfcFillStyleSelect = SELECT
3422
- (IfcColour
3423
- ,IfcExternallyDefinedHatchStyle
3424
- ,IfcFillAreaStyleHatching
3425
- ,IfcFillAreaStyleTiles);
3426
-
3427
- /** IfcGeometricSetSelect */
3428
- export type IfcGeometricSetSelect = SELECT
3429
- (IfcCurve
3430
- ,IfcPoint
3431
- ,IfcSurface);
3432
-
3433
- /** IfcGridPlacementDirectionSelect */
3434
- export type IfcGridPlacementDirectionSelect = SELECT
3435
- (IfcDirection
3436
- ,IfcVirtualGridIntersection);
3437
-
3438
- /** IfcHatchLineDistanceSelect */
3439
- export type IfcHatchLineDistanceSelect = SELECT
3440
- (IfcPositiveLengthMeasure
3441
- ,IfcVector);
3442
-
3443
- /** IfcInterferenceSelect */
3444
- export type IfcInterferenceSelect = SELECT
3445
- (IfcElement
3446
- ,IfcSpatialElement);
3447
-
3448
- /** IfcLayeredItem */
3449
- export type IfcLayeredItem = SELECT
3450
- (IfcRepresentation
3451
- ,IfcRepresentationItem);
3452
-
3453
- /** IfcLibrarySelect */
3454
- export type IfcLibrarySelect = SELECT
3455
- (IfcLibraryInformation
3456
- ,IfcLibraryReference);
3457
-
3458
- /** IfcLightDistributionDataSourceSelect */
3459
- export type IfcLightDistributionDataSourceSelect = SELECT
3460
- (IfcExternalReference
3461
- ,IfcLightIntensityDistribution);
3462
-
3463
- /** IfcMaterialSelect */
3464
- export type IfcMaterialSelect = SELECT
3465
- (IfcMaterialDefinition
3466
- ,IfcMaterialList
3467
- ,IfcMaterialUsageDefinition);
3468
-
3469
- /** IfcMeasureValue */
3470
- export type IfcMeasureValue = SELECT
3471
- (IfcAmountOfSubstanceMeasure
3472
- ,IfcAreaMeasure
3473
- ,IfcComplexNumber
3474
- ,IfcContextDependentMeasure
3475
- ,IfcCountMeasure
3476
- ,IfcDescriptiveMeasure
3477
- ,IfcElectricCurrentMeasure
3478
- ,IfcLengthMeasure
3479
- ,IfcLuminousIntensityMeasure
3480
- ,IfcMassMeasure
3481
- ,IfcNonNegativeLengthMeasure
3482
- ,IfcNormalisedRatioMeasure
3483
- ,IfcNumericMeasure
3484
- ,IfcParameterValue
3485
- ,IfcPlaneAngleMeasure
3486
- ,IfcPositiveLengthMeasure
3487
- ,IfcPositivePlaneAngleMeasure
3488
- ,IfcPositiveRatioMeasure
3489
- ,IfcRatioMeasure
3490
- ,IfcSolidAngleMeasure
3491
- ,IfcThermodynamicTemperatureMeasure
3492
- ,IfcTimeMeasure
3493
- ,IfcVolumeMeasure);
3494
-
3495
- /** IfcMetricValueSelect */
3496
- export type IfcMetricValueSelect = SELECT
3497
- (IfcAppliedValue
3498
- ,IfcMeasureWithUnit
3499
- ,IfcReference
3500
- ,IfcTable
3501
- ,IfcTimeSeries
3502
- ,IfcValue);
3503
-
3504
- /** IfcModulusOfRotationalSubgradeReactionSelect */
3505
- export type IfcModulusOfRotationalSubgradeReactionSelect = SELECT
3506
- (IfcBoolean
3507
- ,IfcModulusOfRotationalSubgradeReactionMeasure);
3508
-
3509
- /** IfcModulusOfSubgradeReactionSelect */
3510
- export type IfcModulusOfSubgradeReactionSelect = SELECT
3511
- (IfcBoolean
3512
- ,IfcModulusOfSubgradeReactionMeasure);
3513
-
3514
- /** IfcModulusOfTranslationalSubgradeReactionSelect */
3515
- export type IfcModulusOfTranslationalSubgradeReactionSelect = SELECT
3516
- (IfcBoolean
3517
- ,IfcModulusOfLinearSubgradeReactionMeasure);
3518
-
3519
- /** IfcObjectReferenceSelect */
3520
- export type IfcObjectReferenceSelect = SELECT
3521
- (IfcAddress
3522
- ,IfcAppliedValue
3523
- ,IfcExternalReference
3524
- ,IfcMaterialDefinition
3525
- ,IfcOrganization
3526
- ,IfcPerson
3527
- ,IfcPersonAndOrganization
3528
- ,IfcTable
3529
- ,IfcTimeSeries);
3530
-
3531
- /** IfcPointOrVertexPoint */
3532
- export type IfcPointOrVertexPoint = SELECT
3533
- (IfcPoint
3534
- ,IfcVertexPoint);
3535
-
3536
- /** IfcProcessSelect */
3537
- export type IfcProcessSelect = SELECT
3538
- (IfcProcess
3539
- ,IfcTypeProcess);
3540
-
3541
- /** IfcProductRepresentationSelect */
3542
- export type IfcProductRepresentationSelect = SELECT
3543
- (IfcProductDefinitionShape
3544
- ,IfcRepresentationMap);
3545
-
3546
- /** IfcProductSelect */
3547
- export type IfcProductSelect = SELECT
3548
- (IfcProduct
3549
- ,IfcTypeProduct);
3550
-
3551
- /** IfcPropertySetDefinitionSelect */
3552
- export type IfcPropertySetDefinitionSelect = SELECT
3553
- (IfcPropertySetDefinition
3554
- ,IfcPropertySetDefinitionSet);
3555
-
3556
- /** IfcResourceObjectSelect */
3557
- export type IfcResourceObjectSelect = SELECT
3558
- (IfcActorRole
3559
- ,IfcAppliedValue
3560
- ,IfcApproval
3561
- ,IfcConstraint
3562
- ,IfcContextDependentUnit
3563
- ,IfcConversionBasedUnit
3564
- ,IfcExternalInformation
3565
- ,IfcExternalReference
3566
- ,IfcMaterialDefinition
3567
- ,IfcOrganization
3568
- ,IfcPerson
3569
- ,IfcPersonAndOrganization
3570
- ,IfcPhysicalQuantity
3571
- ,IfcProfileDef
3572
- ,IfcPropertyAbstraction
3573
- ,IfcShapeAspect
3574
- ,IfcTimeSeries);
3575
-
3576
- /** IfcResourceSelect */
3577
- export type IfcResourceSelect = SELECT
3578
- (IfcResource
3579
- ,IfcTypeResource);
3580
-
3581
- /** IfcRotationalStiffnessSelect */
3582
- export type IfcRotationalStiffnessSelect = SELECT
3583
- (IfcBoolean
3584
- ,IfcRotationalStiffnessMeasure);
3585
-
3586
- /** IfcSegmentIndexSelect */
3587
- export type IfcSegmentIndexSelect = SELECT
3588
- (IfcArcIndex
3589
- ,IfcLineIndex);
3590
-
3591
- /** IfcShell */
3592
- export type IfcShell = SELECT
3593
- (IfcClosedShell
3594
- ,IfcOpenShell);
3595
-
3596
- /** IfcSimpleValue */
3597
- export type IfcSimpleValue = SELECT
3598
- (IfcBinary
3599
- ,IfcBoolean
3600
- ,IfcDate
3601
- ,IfcDateTime
3602
- ,IfcDuration
3603
- ,IfcIdentifier
3604
- ,IfcInteger
3605
- ,IfcLabel
3606
- ,IfcLogical
3607
- ,IfcPositiveInteger
3608
- ,IfcReal
3609
- ,IfcText
3610
- ,IfcTime
3611
- ,IfcTimeStamp
3612
- ,IfcURIReference);
3613
-
3614
- /** IfcSizeSelect */
3615
- export type IfcSizeSelect = SELECT
3616
- (IfcDescriptiveMeasure
3617
- ,IfcLengthMeasure
3618
- ,IfcNormalisedRatioMeasure
3619
- ,IfcPositiveLengthMeasure
3620
- ,IfcPositiveRatioMeasure
3621
- ,IfcRatioMeasure);
3622
-
3623
- /** IfcSolidOrShell */
3624
- export type IfcSolidOrShell = SELECT
3625
- (IfcClosedShell
3626
- ,IfcSolidModel);
3627
-
3628
- /** IfcSpaceBoundarySelect */
3629
- export type IfcSpaceBoundarySelect = SELECT
3630
- (IfcExternalSpatialElement
3631
- ,IfcSpace);
3632
-
3633
- /** IfcSpatialReferenceSelect */
3634
- export type IfcSpatialReferenceSelect = SELECT
3635
- (IfcGroup
3636
- ,IfcProduct);
3637
-
3638
- /** IfcSpecularHighlightSelect */
3639
- export type IfcSpecularHighlightSelect = SELECT
3640
- (IfcSpecularExponent
3641
- ,IfcSpecularRoughness);
3642
-
3643
- /** IfcStructuralActivityAssignmentSelect */
3644
- export type IfcStructuralActivityAssignmentSelect = SELECT
3645
- (IfcElement
3646
- ,IfcStructuralItem);
3647
-
3648
- /** IfcSurfaceOrFaceSurface */
3649
- export type IfcSurfaceOrFaceSurface = SELECT
3650
- (IfcFaceBasedSurfaceModel
3651
- ,IfcFaceSurface
3652
- ,IfcSurface);
3653
-
3654
- /** IfcSurfaceStyleElementSelect */
3655
- export type IfcSurfaceStyleElementSelect = SELECT
3656
- (IfcExternallyDefinedSurfaceStyle
3657
- ,IfcSurfaceStyleLighting
3658
- ,IfcSurfaceStyleRefraction
3659
- ,IfcSurfaceStyleShading
3660
- ,IfcSurfaceStyleWithTextures);
3661
-
3662
- /** IfcTextFontSelect */
3663
- export type IfcTextFontSelect = SELECT
3664
- (IfcExternallyDefinedTextFont
3665
- ,IfcPreDefinedTextFont);
3666
-
3667
- /** IfcTimeOrRatioSelect */
3668
- export type IfcTimeOrRatioSelect = SELECT
3669
- (IfcDuration
3670
- ,IfcRatioMeasure);
3671
-
3672
- /** IfcTranslationalStiffnessSelect */
3673
- export type IfcTranslationalStiffnessSelect = SELECT
3674
- (IfcBoolean
3675
- ,IfcLinearStiffnessMeasure);
3676
-
3677
- /** IfcTrimmingSelect */
3678
- export type IfcTrimmingSelect = SELECT
3679
- (IfcCartesianPoint
3680
- ,IfcParameterValue);
3681
-
3682
- /** IfcUnit */
3683
- export type IfcUnit = SELECT
3684
- (IfcDerivedUnit
3685
- ,IfcMonetaryUnit
3686
- ,IfcNamedUnit);
3687
-
3688
- /** IfcValue */
3689
- export type IfcValue = SELECT
3690
- (IfcDerivedMeasureValue
3691
- ,IfcMeasureValue
3692
- ,IfcSimpleValue);
3693
-
3694
- /** IfcVectorOrDirection */
3695
- export type IfcVectorOrDirection = SELECT
3696
- (IfcDirection
3697
- ,IfcVector);
3698
-
3699
- /** IfcWarpingStiffnessSelect */
3700
- export type IfcWarpingStiffnessSelect = SELECT
3701
- (IfcBoolean
3702
- ,IfcWarpingMomentMeasure);
3703
-