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
    TDF_Transaction.hxx File Reference
    #include <Standard.hxx>
    #include <Standard_DefineAlloc.hxx>
    #include <Standard_Handle.hxx>
    #include <Standard_Integer.hxx>
    #include <TCollection_AsciiString.hxx>
    #include <TDF_Transaction.lxx>

    Data Structures

    class  TDF_Transaction
     This class offers services to open, commit or abort a transaction in a more secure way than using Data from TDF. If you forget to close a transaction, it will be automatically aborted at the destruction of this object, at the closure of its scope. More...