0033039: Coding - get rid of unused headers [StepData to StlAPI]
[occt.git] / src / StepElement / StepElement_UniformSurfaceSection.hxx
1 // Created on: 2002-12-12
2 // Created by: data exchange team
3 // Copyright (c) 2002-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _StepElement_UniformSurfaceSection_HeaderFile
17 #define _StepElement_UniformSurfaceSection_HeaderFile
18
19 #include <Standard.hxx>
20
21 #include <Standard_Real.hxx>
22 #include <StepElement_SurfaceSection.hxx>
23
24
25 class StepElement_UniformSurfaceSection;
26 DEFINE_STANDARD_HANDLE(StepElement_UniformSurfaceSection, StepElement_SurfaceSection)
27
28 //! Representation of STEP entity UniformSurfaceSection
29 class StepElement_UniformSurfaceSection : public StepElement_SurfaceSection
30 {
31
32 public:
33
34   
35   //! Empty constructor
36   Standard_EXPORT StepElement_UniformSurfaceSection();
37   
38   //! Initialize all fields (own and inherited)
39   Standard_EXPORT void Init (const StepElement_MeasureOrUnspecifiedValue& aSurfaceSection_Offset, const StepElement_MeasureOrUnspecifiedValue& aSurfaceSection_NonStructuralMass, const StepElement_MeasureOrUnspecifiedValue& aSurfaceSection_NonStructuralMassOffset, const Standard_Real aThickness, const StepElement_MeasureOrUnspecifiedValue& aBendingThickness, const StepElement_MeasureOrUnspecifiedValue& aShearThickness);
40   
41   //! Returns field Thickness
42   Standard_EXPORT Standard_Real Thickness() const;
43   
44   //! Set field Thickness
45   Standard_EXPORT void SetThickness (const Standard_Real Thickness);
46   
47   //! Returns field BendingThickness
48   Standard_EXPORT StepElement_MeasureOrUnspecifiedValue BendingThickness() const;
49   
50   //! Set field BendingThickness
51   Standard_EXPORT void SetBendingThickness (const StepElement_MeasureOrUnspecifiedValue& BendingThickness);
52   
53   //! Returns field ShearThickness
54   Standard_EXPORT StepElement_MeasureOrUnspecifiedValue ShearThickness() const;
55   
56   //! Set field ShearThickness
57   Standard_EXPORT void SetShearThickness (const StepElement_MeasureOrUnspecifiedValue& ShearThickness);
58
59
60
61
62   DEFINE_STANDARD_RTTIEXT(StepElement_UniformSurfaceSection,StepElement_SurfaceSection)
63
64 protected:
65
66
67
68
69 private:
70
71
72   Standard_Real theThickness;
73   StepElement_MeasureOrUnspecifiedValue theBendingThickness;
74   StepElement_MeasureOrUnspecifiedValue theShearThickness;
75
76
77 };
78
79
80
81
82
83
84
85 #endif // _StepElement_UniformSurfaceSection_HeaderFile