Salome HOME
Change comments style in geompy.py for right processing with HappyDoc
[modules/geom.git] / src / GEOMAlgo / BlockFix_BlockFixAPI.lxx
1 #include <BlockFix_BlockFixAPI.hxx>
2
3 //=======================================================================
4 //function : Shape
5 //purpose  : 
6 //=======================================================================
7
8 inline void BlockFix_BlockFixAPI::SetShape(const TopoDS_Shape& Shape)
9 {
10   myShape = Shape;
11 }
12
13 //=======================================================================
14 //function : Shape
15 //purpose  : 
16 //=======================================================================
17
18 inline TopoDS_Shape BlockFix_BlockFixAPI::Shape() const
19 {
20   return myShape;
21 }
22   
23 //=======================================================================
24 //function : Context
25 //purpose  : 
26 //=======================================================================
27
28 inline Handle(ShapeBuild_ReShape)& BlockFix_BlockFixAPI::Context()
29 {
30   return myContext;
31 }
32   
33 //=======================================================================
34 //function : Tolerance
35 //purpose  : 
36 //=======================================================================
37
38 inline Standard_Real& BlockFix_BlockFixAPI::Tolerance()
39 {
40   return myTolerance;
41 }
42