| 
    Open CASCADE Technology
    6.9.0
    
   | 
 
contains information about faulty shapes and faulty types can't be processed by Boolean Operations More...
#include <BOPAlgo_CheckResult.hxx>
Public Member Functions | |
| BOPAlgo_CheckResult () | |
| empty constructor  More... | |
| void | SetShape1 (const TopoDS_Shape &TheShape) | 
| sets ancestor shape (object) for faulty sub-shapes  More... | |
| void | AddFaultyShape1 (const TopoDS_Shape &TheShape) | 
| adds faulty sub-shapes from object to a list  More... | |
| void | SetShape2 (const TopoDS_Shape &TheShape) | 
| sets ancestor shape (tool) for faulty sub-shapes  More... | |
| void | AddFaultyShape2 (const TopoDS_Shape &TheShape) | 
| adds faulty sub-shapes from tool to a list  More... | |
| const TopoDS_Shape & | GetShape1 () const | 
| returns ancestor shape (object) for faulties  More... | |
| const TopoDS_Shape & | GetShape2 () const | 
| returns ancestor shape (tool) for faulties  More... | |
| const BOPCol_ListOfShape & | GetFaultyShapes1 () const | 
| returns list of faulty shapes for object  More... | |
| const BOPCol_ListOfShape & | GetFaultyShapes2 () const | 
| returns list of faulty shapes for tool  More... | |
| void | SetCheckStatus (const BOPAlgo_CheckStatus TheStatus) | 
| set status of faulty  More... | |
| BOPAlgo_CheckStatus | GetCheckStatus () const | 
| gets status of faulty  More... | |
| void | SetMaxDistance1 (const Standard_Real theDist) | 
| Sets max distance for the first shape.  More... | |
| void | SetMaxDistance2 (const Standard_Real theDist) | 
| Sets max distance for the second shape.  More... | |
| void | SetMaxParameter1 (const Standard_Real thePar) | 
| Sets the parameter for the first shape.  More... | |
| void | SetMaxParameter2 (const Standard_Real thePar) | 
| Sets the parameter for the second shape.  More... | |
| Standard_Real | GetMaxDistance1 () const | 
| Returns the distance for the first shape.  More... | |
| Standard_Real | GetMaxDistance2 () const | 
| Returns the distance for the second shape.  More... | |
| Standard_Real | GetMaxParameter1 () const | 
| Returns the parameter for the fircst shape.  More... | |
| Standard_Real | GetMaxParameter2 () const | 
| Returns the parameter for the second shape.  More... | |
contains information about faulty shapes and faulty types can't be processed by Boolean Operations
| BOPAlgo_CheckResult::BOPAlgo_CheckResult | ( | ) | 
empty constructor
| void BOPAlgo_CheckResult::AddFaultyShape1 | ( | const TopoDS_Shape & | TheShape | ) | 
adds faulty sub-shapes from object to a list
| void BOPAlgo_CheckResult::AddFaultyShape2 | ( | const TopoDS_Shape & | TheShape | ) | 
adds faulty sub-shapes from tool to a list
| BOPAlgo_CheckStatus BOPAlgo_CheckResult::GetCheckStatus | ( | ) | const | 
gets status of faulty
| const BOPCol_ListOfShape& BOPAlgo_CheckResult::GetFaultyShapes1 | ( | ) | const | 
returns list of faulty shapes for object
| const BOPCol_ListOfShape& BOPAlgo_CheckResult::GetFaultyShapes2 | ( | ) | const | 
returns list of faulty shapes for tool
| Standard_Real BOPAlgo_CheckResult::GetMaxDistance1 | ( | ) | const | 
Returns the distance for the first shape.
| Standard_Real BOPAlgo_CheckResult::GetMaxDistance2 | ( | ) | const | 
Returns the distance for the second shape.
| Standard_Real BOPAlgo_CheckResult::GetMaxParameter1 | ( | ) | const | 
Returns the parameter for the fircst shape.
| Standard_Real BOPAlgo_CheckResult::GetMaxParameter2 | ( | ) | const | 
Returns the parameter for the second shape.
| const TopoDS_Shape& BOPAlgo_CheckResult::GetShape1 | ( | ) | const | 
returns ancestor shape (object) for faulties
| const TopoDS_Shape& BOPAlgo_CheckResult::GetShape2 | ( | ) | const | 
returns ancestor shape (tool) for faulties
| void BOPAlgo_CheckResult::SetCheckStatus | ( | const BOPAlgo_CheckStatus | TheStatus | ) | 
set status of faulty
| void BOPAlgo_CheckResult::SetMaxDistance1 | ( | const Standard_Real | theDist | ) | 
Sets max distance for the first shape.
| void BOPAlgo_CheckResult::SetMaxDistance2 | ( | const Standard_Real | theDist | ) | 
Sets max distance for the second shape.
| void BOPAlgo_CheckResult::SetMaxParameter1 | ( | const Standard_Real | thePar | ) | 
Sets the parameter for the first shape.
| void BOPAlgo_CheckResult::SetMaxParameter2 | ( | const Standard_Real | thePar | ) | 
Sets the parameter for the second shape.
| void BOPAlgo_CheckResult::SetShape1 | ( | const TopoDS_Shape & | TheShape | ) | 
sets ancestor shape (object) for faulty sub-shapes
| void BOPAlgo_CheckResult::SetShape2 | ( | const TopoDS_Shape & | TheShape | ) | 
sets ancestor shape (tool) for faulty sub-shapes
 1.8.5