File indexing completed on 2026-09-18 09:21:56
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepDimTol_GeometricToleranceWithDatumReference_HeaderFile
0017 #define _StepDimTol_GeometricToleranceWithDatumReference_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepDimTol_DatumReference.hxx>
0023 #include <NCollection_Array1.hxx>
0024 #include <NCollection_HArray1.hxx>
0025 #include <StepDimTol_DatumSystemOrReference.hxx>
0026 #include <StepDimTol_GeometricTolerance.hxx>
0027 class TCollection_HAsciiString;
0028 class StepDimTol_GeometricToleranceTarget;
0029 class StepRepr_ShapeAspect;
0030
0031
0032 class StepDimTol_GeometricToleranceWithDatumReference : public StepDimTol_GeometricTolerance
0033 {
0034
0035 public:
0036
0037 Standard_EXPORT StepDimTol_GeometricToleranceWithDatumReference();
0038
0039
0040 Standard_EXPORT void Init(
0041 const occ::handle<TCollection_HAsciiString>& theGeometricTolerance_Name,
0042 const occ::handle<TCollection_HAsciiString>& theGeometricTolerance_Description,
0043 const occ::handle<Standard_Transient>& theGeometricTolerance_Magnitude,
0044 const occ::handle<StepRepr_ShapeAspect>& theGeometricTolerance_TolerancedShapeAspect,
0045 const occ::handle<NCollection_HArray1<occ::handle<StepDimTol_DatumReference>>>& theDatumSystem);
0046
0047
0048 Standard_EXPORT void Init(
0049 const occ::handle<TCollection_HAsciiString>& theGeometricTolerance_Name,
0050 const occ::handle<TCollection_HAsciiString>& theGeometricTolerance_Description,
0051 const occ::handle<Standard_Transient>& theGeometricTolerance_Magnitude,
0052 const StepDimTol_GeometricToleranceTarget& theGeometricTolerance_TolerancedShapeAspect,
0053 const occ::handle<NCollection_HArray1<StepDimTol_DatumSystemOrReference>>& theDatumSystem);
0054
0055
0056 Standard_EXPORT occ::handle<NCollection_HArray1<occ::handle<StepDimTol_DatumReference>>>
0057 DatumSystem() const;
0058
0059
0060 Standard_EXPORT occ::handle<NCollection_HArray1<StepDimTol_DatumSystemOrReference>>
0061 DatumSystemAP242() const;
0062
0063
0064 Standard_EXPORT void SetDatumSystem(
0065 const occ::handle<NCollection_HArray1<occ::handle<StepDimTol_DatumReference>>>& theDatumSystem);
0066
0067
0068 Standard_EXPORT void SetDatumSystem(
0069 const occ::handle<NCollection_HArray1<StepDimTol_DatumSystemOrReference>>& theDatumSystem);
0070
0071 DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricToleranceWithDatumReference,
0072 StepDimTol_GeometricTolerance)
0073
0074 private:
0075 occ::handle<NCollection_HArray1<StepDimTol_DatumSystemOrReference>> myDatumSystem;
0076 };
0077
0078 #endif