OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    BRepBuilderAPI_Command Class Reference

    Root class for all commands in BRepBuilderAPI. More...

    #include <BRepBuilderAPI_Command.hxx>

    Inheritance diagram for BRepBuilderAPI_Command:

    Public Member Functions

    virtual ~BRepBuilderAPI_Command ()
    virtual bool IsDone () const
    void Check () const
     Raises NotDone if done is false.

    Protected Member Functions

     BRepBuilderAPI_Command ()
     Set done to False.
    void Done ()
     Set done to true.
    void NotDone ()
     Set done to false.

    Detailed Description

    Root class for all commands in BRepBuilderAPI.

    Provides :

    • Managements of the notDone flag.
    • Catching of exceptions (not implemented).
    • Logging (not implemented).

    Constructor & Destructor Documentation

    ◆ ~BRepBuilderAPI_Command()

    virtual BRepBuilderAPI_Command::~BRepBuilderAPI_Command ( )
    virtual

    ◆ BRepBuilderAPI_Command()

    BRepBuilderAPI_Command::BRepBuilderAPI_Command ( )
    protected

    Set done to False.

    Member Function Documentation

    ◆ Check()

    void BRepBuilderAPI_Command::Check ( ) const

    Raises NotDone if done is false.

    ◆ Done()

    void BRepBuilderAPI_Command::Done ( )
    protected

    Set done to true.

    ◆ IsDone()

    ◆ NotDone()

    void BRepBuilderAPI_Command::NotDone ( )
    protected

    Set done to false.


    The documentation for this class was generated from the following file: