You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ifcparse/Ifc2x3.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6872,7 +6872,7 @@ class IFC_PARSE_API IfcPlaneAngleMeasure : public IfcUtil::IfcBaseType, public
6872
6872
/// NOTE Corresponding ISO 10303 name: positive_length_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
6873
6873
///
6874
6874
/// HISTORY New type in IFC Release 1.5.1.
6875
-
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect, public IfcMeasureValue, public IfcSizeSelect, public IfcValue {
6875
+
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect {
@@ -7505,7 +7505,7 @@ class IFC_PARSE_API IfcBoxAlignment : public IfcLabel {
7505
7505
/// Type: REAL
7506
7506
///
7507
7507
/// HISTORY New type in IFC Release 2x.
7508
-
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor, public IfcMeasureValue, public IfcSizeSelect, public IfcValue {
7508
+
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor {
Copy file name to clipboardExpand all lines: src/ifcparse/Ifc4.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8603,7 +8603,7 @@ class IFC_PARSE_API IfcMonthInYearNumber : public IfcUtil::IfcBaseType {
8603
8603
/// Type: IfcLengthMeasure
8604
8604
///
8605
8605
/// HISTORY New type in IFC Release 2x4.
8606
-
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8606
+
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure {
@@ -8684,7 +8684,7 @@ class IFC_PARSE_API IfcPlaneAngleMeasure : public IfcUtil::IfcBaseType, public
8684
8684
operator double() const;
8685
8685
};
8686
8686
8687
-
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedValueSelect, public IfcMetricValueSelect, public IfcSimpleValue, public IfcValue {
8687
+
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger {
@@ -8698,7 +8698,7 @@ class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedV
8698
8698
/// NOTE Corresponding ISO 10303 name: positive_length_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8699
8699
///
8700
8700
/// HISTORY New type in IFC Release 1.5.1.
8701
-
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcHatchLineDistanceSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
8701
+
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect {
@@ -8712,7 +8712,7 @@ class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public
8712
8712
/// NOTE Corresponding STEP name: positive_plane_angle_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8713
8713
///
8714
8714
/// HISTORY New type in IFC Release 1.5.1.
8715
-
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8715
+
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure {
@@ -9384,7 +9384,7 @@ class IFC_PARSE_API IfcBoxAlignment : public IfcLabel {
9384
9384
/// Type: REAL
9385
9385
///
9386
9386
/// HISTORY New type in IFC Release 2x.
9387
-
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcColourOrFactor, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9387
+
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor {
@@ -9398,7 +9398,7 @@ class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public
9398
9398
/// NOTE Corresponding ISO 10303 name: positive_ratio_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9399
9399
///
9400
9400
/// HISTORY New type in IFC Release 1.5.1.
9401
-
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9401
+
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure {
Copy file name to clipboardExpand all lines: src/ifcparse/Ifc4x1.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8645,7 +8645,7 @@ class IFC_PARSE_API IfcMonthInYearNumber : public IfcUtil::IfcBaseType {
8645
8645
/// Type: IfcLengthMeasure
8646
8646
///
8647
8647
/// HISTORY New type in IFC Release 2x4.
8648
-
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8648
+
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure {
@@ -8726,7 +8726,7 @@ class IFC_PARSE_API IfcPlaneAngleMeasure : public IfcUtil::IfcBaseType, public
8726
8726
operator double() const;
8727
8727
};
8728
8728
8729
-
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedValueSelect, public IfcMetricValueSelect, public IfcSimpleValue, public IfcValue {
8729
+
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger {
@@ -8740,7 +8740,7 @@ class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedV
8740
8740
/// NOTE Corresponding ISO 10303 name: positive_length_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8741
8741
///
8742
8742
/// HISTORY New type in IFC Release 1.5.1.
8743
-
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcHatchLineDistanceSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
8743
+
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect {
@@ -8754,7 +8754,7 @@ class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public
8754
8754
/// NOTE Corresponding STEP name: positive_plane_angle_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8755
8755
///
8756
8756
/// HISTORY New type in IFC Release 1.5.1.
8757
-
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8757
+
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure {
@@ -9426,7 +9426,7 @@ class IFC_PARSE_API IfcBoxAlignment : public IfcLabel {
9426
9426
/// Type: REAL
9427
9427
///
9428
9428
/// HISTORY New type in IFC Release 2x.
9429
-
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcColourOrFactor, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9429
+
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor {
@@ -9440,7 +9440,7 @@ class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public
9440
9440
/// NOTE Corresponding ISO 10303 name: positive_ratio_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9441
9441
///
9442
9442
/// HISTORY New type in IFC Release 1.5.1.
9443
-
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9443
+
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure {
Copy file name to clipboardExpand all lines: src/ifcparse/Ifc4x2.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8743,7 +8743,7 @@ class IFC_PARSE_API IfcMonthInYearNumber : public IfcUtil::IfcBaseType {
8743
8743
/// Type: IfcLengthMeasure
8744
8744
///
8745
8745
/// HISTORY New type in IFC Release 2x4.
8746
-
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8746
+
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure {
@@ -8824,7 +8824,7 @@ class IFC_PARSE_API IfcPlaneAngleMeasure : public IfcUtil::IfcBaseType, public
8824
8824
operator double() const;
8825
8825
};
8826
8826
8827
-
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedValueSelect, public IfcMetricValueSelect, public IfcSimpleValue, public IfcValue {
8827
+
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger {
@@ -8838,7 +8838,7 @@ class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedV
8838
8838
/// NOTE Corresponding ISO 10303 name: positive_length_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8839
8839
///
8840
8840
/// HISTORY New type in IFC Release 1.5.1.
8841
-
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcHatchLineDistanceSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
8841
+
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect {
@@ -8852,7 +8852,7 @@ class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public
8852
8852
/// NOTE Corresponding STEP name: positive_plane_angle_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
8853
8853
///
8854
8854
/// HISTORY New type in IFC Release 1.5.1.
8855
-
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
8855
+
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure {
@@ -9524,7 +9524,7 @@ class IFC_PARSE_API IfcBoxAlignment : public IfcLabel {
9524
9524
/// Type: REAL
9525
9525
///
9526
9526
/// HISTORY New type in IFC Release 2x.
9527
-
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcColourOrFactor, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9527
+
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor {
@@ -9538,7 +9538,7 @@ class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public
9538
9538
/// NOTE Corresponding ISO 10303 name: positive_ratio_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9539
9539
///
9540
9540
/// HISTORY New type in IFC Release 1.5.1.
9541
-
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9541
+
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure {
Copy file name to clipboardExpand all lines: src/ifcparse/Ifc4x3_rc1.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9082,7 +9082,7 @@ class IFC_PARSE_API IfcMonthInYearNumber : public IfcUtil::IfcBaseType {
9082
9082
/// Type: IfcLengthMeasure
9083
9083
///
9084
9084
/// HISTORY New type in IFC Release 2x4.
9085
-
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
9085
+
class IFC_PARSE_API IfcNonNegativeLengthMeasure : public IfcLengthMeasure {
@@ -9163,7 +9163,7 @@ class IFC_PARSE_API IfcPlaneAngleMeasure : public IfcUtil::IfcBaseType, public
9163
9163
operator double() const;
9164
9164
};
9165
9165
9166
-
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedValueSelect, public IfcMetricValueSelect, public IfcSimpleValue, public IfcValue {
9166
+
class IFC_PARSE_API IfcPositiveInteger : public IfcInteger {
@@ -9177,7 +9177,7 @@ class IFC_PARSE_API IfcPositiveInteger : public IfcInteger, public IfcAppliedV
9177
9177
/// NOTE Corresponding ISO 10303 name: positive_length_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9178
9178
///
9179
9179
/// HISTORY New type in IFC Release 1.5.1.
9180
-
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcAppliedValueSelect, public IfcHatchLineDistanceSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9180
+
class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public IfcHatchLineDistanceSelect {
@@ -9191,7 +9191,7 @@ class IFC_PARSE_API IfcPositiveLengthMeasure : public IfcLengthMeasure, public
9191
9191
/// NOTE Corresponding STEP name: positive_plane_angle_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9192
9192
///
9193
9193
/// HISTORY New type in IFC Release 1.5.1.
9194
-
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcValue {
9194
+
class IFC_PARSE_API IfcPositivePlaneAngleMeasure : public IfcPlaneAngleMeasure {
@@ -9863,7 +9863,7 @@ class IFC_PARSE_API IfcBoxAlignment : public IfcLabel {
9863
9863
/// Type: REAL
9864
9864
///
9865
9865
/// HISTORY New type in IFC Release 2x.
9866
-
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcColourOrFactor, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9866
+
class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public IfcColourOrFactor {
@@ -9877,7 +9877,7 @@ class IFC_PARSE_API IfcNormalisedRatioMeasure : public IfcRatioMeasure, public
9877
9877
/// NOTE Corresponding ISO 10303 name: positive_ratio_measure, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
9878
9878
///
9879
9879
/// HISTORY New type in IFC Release 1.5.1.
9880
-
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure, public IfcAppliedValueSelect, public IfcMeasureValue, public IfcMetricValueSelect, public IfcSizeSelect, public IfcValue {
9880
+
class IFC_PARSE_API IfcPositiveRatioMeasure : public IfcRatioMeasure {
0 commit comments