File indexing completed on 2025-01-18 10:05:07
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepDimTol_GeometricTolerance_HeaderFile
0017 #define _StepDimTol_GeometricTolerance_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <Standard_Transient.hxx>
0023 #include <StepDimTol_GeometricToleranceTarget.hxx>
0024 class TCollection_HAsciiString;
0025 class StepBasic_MeasureWithUnit;
0026 class StepRepr_ShapeAspect;
0027
0028
0029 class StepDimTol_GeometricTolerance;
0030 DEFINE_STANDARD_HANDLE(StepDimTol_GeometricTolerance, Standard_Transient)
0031
0032
0033 class StepDimTol_GeometricTolerance : public Standard_Transient
0034 {
0035
0036 public:
0037
0038
0039
0040 Standard_EXPORT StepDimTol_GeometricTolerance();
0041
0042
0043 Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& theName,
0044 const Handle(TCollection_HAsciiString)& theDescription,
0045 const Handle(StepBasic_MeasureWithUnit)& theMagnitude,
0046 const Handle(StepRepr_ShapeAspect)& theTolerancedShapeAspect);
0047
0048
0049 Standard_EXPORT void Init(const Handle(TCollection_HAsciiString)& theName,
0050 const Handle(TCollection_HAsciiString)& theDescription,
0051 const Handle(StepBasic_MeasureWithUnit)& theMagnitude,
0052 const StepDimTol_GeometricToleranceTarget& theTolerancedShapeAspect);
0053
0054
0055 Standard_EXPORT Handle(TCollection_HAsciiString) Name() const;
0056
0057
0058 Standard_EXPORT void SetName (const Handle(TCollection_HAsciiString)& theName);
0059
0060
0061 Standard_EXPORT Handle(TCollection_HAsciiString) Description() const;
0062
0063
0064 Standard_EXPORT void SetDescription (const Handle(TCollection_HAsciiString)& theDescription);
0065
0066
0067 Standard_EXPORT Handle(StepBasic_MeasureWithUnit) Magnitude() const;
0068
0069
0070 Standard_EXPORT void SetMagnitude (const Handle(StepBasic_MeasureWithUnit)& theMagnitude);
0071
0072
0073
0074 Standard_EXPORT StepDimTol_GeometricToleranceTarget TolerancedShapeAspect() const;
0075
0076
0077 Standard_EXPORT void SetTolerancedShapeAspect (const Handle(StepRepr_ShapeAspect)& theTolerancedShapeAspect);
0078
0079
0080 Standard_EXPORT void SetTolerancedShapeAspect (const StepDimTol_GeometricToleranceTarget& theTolerancedShapeAspect);
0081
0082
0083
0084
0085 DEFINE_STANDARD_RTTIEXT(StepDimTol_GeometricTolerance,Standard_Transient)
0086
0087 protected:
0088
0089
0090
0091
0092 private:
0093
0094
0095 Handle(TCollection_HAsciiString) myName;
0096 Handle(TCollection_HAsciiString) myDescription;
0097 Handle(StepBasic_MeasureWithUnit) myMagnitude;
0098 StepDimTol_GeometricToleranceTarget myTolerancedShapeAspect;
0099
0100
0101 };
0102
0103
0104
0105
0106
0107
0108
0109 #endif