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
    Storage_OpenMode.hxx File Reference

    Enumerations

    enum  Storage_OpenMode { Storage_VSNone , Storage_VSRead , Storage_VSWrite , Storage_VSReadWrite }
     Specifies opening modes for a file: More...

    Enumeration Type Documentation

    ◆ Storage_OpenMode

    Specifies opening modes for a file:

    • Storage_VSNone : no mode is specified
    • Storage_VSRead : the file is open for reading operations
    • Storage_VSWrite : the file is open for writing operations
    • Storage_VSReadWrite : the file is open for both reading and writing operations.
    Enumerator
    Storage_VSNone 
    Storage_VSRead 
    Storage_VSWrite 
    Storage_VSReadWrite