|
Open CASCADE Technology
6.9.1
|
Root class for all commands in BRepBuilderAPI. More...
#include <BRepBuilderAPI_Command.hxx>

Public Member Functions | |
| virtual void | Delete () |
| virtual | ~BRepBuilderAPI_Command () |
| virtual Standard_Boolean | IsDone () const |
| void | Check () const |
| Raises NotDone if done is false. More... | |
Protected Member Functions | |
| BRepBuilderAPI_Command () | |
| Set done to False. More... | |
| void | Done () |
| Set done to true. More... | |
| void | NotDone () |
| Set done to false. More... | |
Root class for all commands in BRepBuilderAPI.
Provides :
|
inlinevirtual |
|
protected |
Set done to False.
| void BRepBuilderAPI_Command::Check | ( | ) | const |
Raises NotDone if done is false.
|
virtual |
Reimplemented in QANewModTopOpe_Limitation, BRepAlgo_BooleanOperation, and BRepBuilderAPI_MakeShape.
|
protected |
Set done to true.
|
virtual |
|
protected |
Set done to false.
1.8.10