Open CASCADE Technology 6.6.0
|
check the validity of argument(s) for Boolean Operations
#include <BOPAlgo_ArgumentAnalyzer.hxx>
Public Member Functions | |
BOPAlgo_ArgumentAnalyzer () | |
empty constructor | |
void | SetShape1 (const TopoDS_Shape &TheShape) |
sets object shape | |
void | SetShape2 (const TopoDS_Shape &TheShape) |
sets tool shape | |
const TopoDS_Shape & | GetShape1 () const |
returns object shape; | |
const TopoDS_Shape & | GetShape2 () const |
returns tool shape | |
BOPAlgo_Operation & | OperationType () |
returns ref | |
Standard_Boolean & | StopOnFirstFaulty () |
returns ref | |
Standard_Boolean & | ArgumentTypeMode () |
Returns (modifiable) mode that means checking types of shapes. | |
Standard_Boolean & | SelfInterMode () |
Returns (modifiable) mode that means checking of self-intersection of shapes. | |
Standard_Boolean & | SmallEdgeMode () |
Returns (modifiable) mode that means checking of small edges. | |
Standard_Boolean & | RebuildFaceMode () |
Returns (modifiable) mode that means checking of possibility to split or rebuild faces. | |
Standard_Boolean & | TangentMode () |
Returns (modifiable) mode that means checking of tangency between subshapes. | |
Standard_Boolean & | MergeVertexMode () |
Returns (modifiable) mode that means checking of problem of merging vertices. | |
Standard_Boolean & | MergeEdgeMode () |
Returns (modifiable) mode that means checking of problem of merging edges. | |
void | Perform () |
performs analysis | |
Standard_Boolean | HasFaulty () const |
result of test | |
const BOPAlgo_ListOfCheckResult & | GetCheckResult () const |
returns a result of test | |
Protected Member Functions | |
void | Prepare () |
Prepares data; | |
void | TestTypes () |
void | TestSelfInterferences () |
void | TestSmallEdge () |
void | TestRebuildFace () |
void | TestTangent () |
void | TestMergeSubShapes (const TopAbs_ShapeEnum theType) |
void | TestMergeVertex () |
void | TestMergeEdge () |
BOPAlgo_ArgumentAnalyzer::BOPAlgo_ArgumentAnalyzer | ( | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::ArgumentTypeMode | ( | ) |
const BOPAlgo_ListOfCheckResult& BOPAlgo_ArgumentAnalyzer::GetCheckResult | ( | ) | const |
const TopoDS_Shape& BOPAlgo_ArgumentAnalyzer::GetShape1 | ( | ) | const |
const TopoDS_Shape& BOPAlgo_ArgumentAnalyzer::GetShape2 | ( | ) | const |
Standard_Boolean BOPAlgo_ArgumentAnalyzer::HasFaulty | ( | ) | const |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeEdgeMode | ( | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::MergeVertexMode | ( | ) |
BOPAlgo_Operation& BOPAlgo_ArgumentAnalyzer::OperationType | ( | ) |
void BOPAlgo_ArgumentAnalyzer::Perform | ( | ) |
void BOPAlgo_ArgumentAnalyzer::Prepare | ( | ) | [protected] |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::RebuildFaceMode | ( | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SelfInterMode | ( | ) |
void BOPAlgo_ArgumentAnalyzer::SetShape1 | ( | const TopoDS_Shape & | TheShape | ) |
void BOPAlgo_ArgumentAnalyzer::SetShape2 | ( | const TopoDS_Shape & | TheShape | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::SmallEdgeMode | ( | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::StopOnFirstFaulty | ( | ) |
Standard_Boolean& BOPAlgo_ArgumentAnalyzer::TangentMode | ( | ) |
void BOPAlgo_ArgumentAnalyzer::TestMergeEdge | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestMergeSubShapes | ( | const TopAbs_ShapeEnum | theType | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestMergeVertex | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestRebuildFace | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestSelfInterferences | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestSmallEdge | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestTangent | ( | ) | [protected] |
void BOPAlgo_ArgumentAnalyzer::TestTypes | ( | ) | [protected] |