#include <BRepCheck_Shell.hxx>
Inheritance diagram for BRepCheck_Shell:
Public Member Functions | |
Standard_EXPORT | BRepCheck_Shell (const TopoDS_Shell &S) |
Standard_EXPORT void | InContext (const TopoDS_Shape &ContextShape) |
Standard_EXPORT void | Minimum () |
Standard_EXPORT void | Blind () |
Standard_EXPORT 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. . | |
Standard_EXPORT 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. . | |
Standard_EXPORT void | SetUnorientable () |
Standard_EXPORT Standard_Boolean | IsUnorientable () const |
Standard_EXPORT Standard_Integer | NbConnectedSet (TopTools_ListOfShape &theSets) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | myNbori |
Standard_Boolean | myCdone |
BRepCheck_Status | myCstat |
Standard_Boolean | myOdone |
BRepCheck_Status | myOstat |
TopTools_IndexedDataMapOfShapeListOfShape | myMapEF |
|
|
|
Implements BRepCheck_Result. |
|
|
|
Reimplemented from BRepCheck_Result. |
|
Implements BRepCheck_Result. |
|
|
|
Implements BRepCheck_Result. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|