Open CASCADE Technology
7.2.0
|
Root class for all commands in BRepBuilderAPI. More...
#include <BRepBuilderAPI_Command.hxx>
Public Member Functions | |
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 :
|
virtual |
|
protected |
Set done to False.
void BRepBuilderAPI_Command::Check | ( | ) | const |
Raises NotDone if done is false.
|
protected |
Set done to true.
|
virtual |
|
protected |
Set done to false.