File indexing completed on 2026-09-14 09:16:01
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepDimTol_DatumTarget_HeaderFile
0017 #define _StepDimTol_DatumTarget_HeaderFile
0018
0019 #include <Standard.hxx>
0020 #include <Standard_Type.hxx>
0021
0022 #include <StepRepr_ShapeAspect.hxx>
0023 #include <StepData_Logical.hxx>
0024 class TCollection_HAsciiString;
0025 class StepRepr_ProductDefinitionShape;
0026
0027
0028 class StepDimTol_DatumTarget : public StepRepr_ShapeAspect
0029 {
0030
0031 public:
0032
0033 Standard_EXPORT StepDimTol_DatumTarget();
0034
0035
0036 Standard_EXPORT void Init(
0037 const occ::handle<TCollection_HAsciiString>& theShapeAspect_Name,
0038 const occ::handle<TCollection_HAsciiString>& theShapeAspect_Description,
0039 const occ::handle<StepRepr_ProductDefinitionShape>& theShapeAspect_OfShape,
0040 const StepData_Logical theShapeAspect_ProductDefinitional,
0041 const occ::handle<TCollection_HAsciiString>& theTargetId);
0042
0043
0044 Standard_EXPORT occ::handle<TCollection_HAsciiString> TargetId() const;
0045
0046
0047 Standard_EXPORT void SetTargetId(const occ::handle<TCollection_HAsciiString>& theTargetId);
0048
0049 DEFINE_STANDARD_RTTIEXT(StepDimTol_DatumTarget, StepRepr_ShapeAspect)
0050
0051 private:
0052 occ::handle<TCollection_HAsciiString> myTargetId;
0053 };
0054
0055 #endif