Open CASCADE Technology
6.5.4
|
#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) |
void BRepCheck_Shell::Blind | ( | ) | [virtual] |
Implements BRepCheck_Result.
void BRepCheck_Shell::InContext | ( | const TopoDS_Shape & | ContextShape | ) | [virtual] |
Implements BRepCheck_Result.
void BRepCheck_Shell::Minimum | ( | ) | [virtual] |
Implements BRepCheck_Result.