|
Open CASCADE Technology 6.5.2
|
#include <BRepCheck_Shell.hxx>

Public Member Functions | |
| BRepCheck_Shell (const TopoDS_Shell &S) | |
| void | InContext (const TopoDS_Shape &ContextShape) |
| void | Minimum () |
| void | Blind () |
| BRepCheck_Status | Closed (const Standard_Boolean Update=Standard_False) |
| Checks if the oriented faces of the shell give a closed shell. If the wire is closed, returns BRepCheck_NoError.If <Update> is set to Standard_True, registers the status in the list. | |
| BRepCheck_Status | Orientation (const Standard_Boolean Update=Standard_False) |
| Checks if the oriented faces of the shell are correctly oriented. An internal call is made to the method Closed. If <Update> is set to Standard_True, registers the status in the list. | |
| void | SetUnorientable () |
| Standard_Boolean | IsUnorientable () const |
| Standard_Integer | NbConnectedSet (TopTools_ListOfShape &theSets) |
| BRepCheck_Shell::BRepCheck_Shell | ( | const TopoDS_Shell & | S | ) |
| void BRepCheck_Shell::Blind | ( | ) | [virtual] |
Implements BRepCheck_Result.
| BRepCheck_Status BRepCheck_Shell::Closed | ( | const Standard_Boolean | Update = Standard_False | ) |
| void BRepCheck_Shell::InContext | ( | const TopoDS_Shape & | ContextShape | ) | [virtual] |
Implements BRepCheck_Result.
| Standard_Boolean BRepCheck_Shell::IsUnorientable | ( | ) | const |
| void BRepCheck_Shell::Minimum | ( | ) | [virtual] |
Implements BRepCheck_Result.
| Standard_Integer BRepCheck_Shell::NbConnectedSet | ( | TopTools_ListOfShape & | theSets | ) |
| BRepCheck_Status BRepCheck_Shell::Orientation | ( | const Standard_Boolean | Update = Standard_False | ) |
| void BRepCheck_Shell::SetUnorientable | ( | ) |
1.7.4