#include <BOP_ArgumentAnalyzer.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOP_ArgumentAnalyzer () |
empty constructor | |
Standard_EXPORT void | SetShape1 (const TopoDS_Shape &TheShape) |
sets object shape | |
Standard_EXPORT void | SetShape2 (const TopoDS_Shape &TheShape) |
sets tool shape | |
Standard_EXPORT const TopoDS_Shape & | GetShape1 () const |
returns object shape; | |
Standard_EXPORT const TopoDS_Shape & | GetShape2 () const |
returns tool shape | |
Standard_EXPORT BOP_Operation & | OperationType () |
returns ref | |
Standard_EXPORT 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. . | |
Standard_EXPORT void | Perform () |
performs analysis | |
Standard_EXPORT Standard_Boolean | HasFaulty () const |
result of test | |
Standard_EXPORT const BOP_ListOfCheckResult & | GetCheckResult () const |
returns a result of test | |
Protected Member Functions | |
Standard_EXPORT void | TestTypes () |
Standard_EXPORT void | TestSelfInterferences () |
Standard_EXPORT void | TestSmallEdge () |
Standard_EXPORT void | TestRebuildFace () |
Standard_EXPORT void | TestTangent () |
Standard_EXPORT void | TestMergeSubShapes (const TopAbs_ShapeEnum theType) |
Standard_EXPORT void | TestMergeVertex () |
Standard_EXPORT void | TestMergeEdge () |
Private Attributes | |
TopoDS_Shape | myShape1 |
TopoDS_Shape | myShape2 |
Standard_Boolean | myStopOnFirst |
BOP_Operation | myOperation |
Standard_Boolean | myArgumentTypeMode |
Standard_Boolean | mySelfInterMode |
Standard_Boolean | mySmallEdgeMode |
Standard_Boolean | myRebuildFaceMode |
Standard_Boolean | myTangentMode |
Standard_Boolean | myMergeVertexMode |
Standard_Boolean | myMergeEdgeMode |
BOP_ListOfCheckResult | myResult |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|