Integration of OCCT 6.5.0 from SVN
[occt.git] / src / BOPTools / BOPTools_SSIntersectionAttribute.lxx
1 // File:        BOPTools_SSIntersectionAttribute.lxx
2 // Created:     Mon Mar  4 12:05:47 2002
3 // Author:      Michael KLOKOV
4 //              <mkk@kurox>
5 //=======================================================================
6 // function:Approximation
7 // purpose: 
8 //=======================================================================
9 inline Standard_Boolean BOPTools_SSIntersectionAttribute::Approximation() const
10 {
11   return myApproximation;
12 }
13 //=======================================================================
14 // function:PCurveOnS1
15 // purpose: 
16 //=======================================================================
17 inline Standard_Boolean BOPTools_SSIntersectionAttribute::PCurveOnS1() const
18 {
19   return myPCurve1;
20 }
21 //=======================================================================
22 // function:PCurveOnS2
23 // purpose: 
24 //=======================================================================
25 inline Standard_Boolean BOPTools_SSIntersectionAttribute::PCurveOnS2() const
26 {
27   return myPCurve2;
28 }
29
30