mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
17
src/STEPCAFControl/STEPCAFControl_ExternFile.cxx
Executable file
17
src/STEPCAFControl/STEPCAFControl_ExternFile.cxx
Executable file
@@ -0,0 +1,17 @@
|
||||
// File: STEPCAFControl_ExternFile.cxx
|
||||
// Created: Thu Sep 28 16:35:48 2000
|
||||
// Author: Andrey BETENEV
|
||||
// <abv@doomox.nnov.matra-dtv.fr>
|
||||
|
||||
#include <STEPCAFControl_ExternFile.ixx>
|
||||
|
||||
//=======================================================================
|
||||
//function : STEPCAFControl_ExternFile
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
STEPCAFControl_ExternFile::STEPCAFControl_ExternFile ()
|
||||
: myLoadStatus(IFSelect_RetVoid), myTransferStatus(Standard_False),
|
||||
myWriteStatus(IFSelect_RetVoid)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user