summaryrefslogtreecommitdiff
path: root/inc/ShapeAnalysis_CheckSmallFace.lxx
blob: 7bb09226007eb40439cfa78d4626be5ff7f1d3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#include <ShapeExtend.hxx>
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::Status(const ShapeExtend_Status status) const
{
   return ShapeExtend::DecodeStatus ( myStatus, status );
}

 
inline  void ShapeAnalysis_CheckSmallFace::SetTolerance(const Standard_Real tol) 
{
 myPrecision = tol;

}

 
inline  Standard_Real ShapeAnalysis_CheckSmallFace::Tolerance() const
{
 return myPrecision;
}

 
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusSpot(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusSpot, status );
}

 
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusStrip(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusStrip, status );
}

 
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusPin(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusPin, status );

}

 
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusTwisted(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusTwisted, status );

}
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusPinFace(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusPinFace, status );

}
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusPinEdges(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusPinEdges, status );

} 
inline  Standard_Boolean ShapeAnalysis_CheckSmallFace::StatusSplitVert(const ShapeExtend_Status status) const
{
  return ShapeExtend::DecodeStatus ( myStatusSplitVert, status );

}