mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
// update STEP stream support flag
This commit is contained in:
@@ -539,6 +539,15 @@ bool STEPCAFControl_ConfigurationNode::IsExportSupported() const
|
||||
return true;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
// function : IsExportSupported
|
||||
// purpose :
|
||||
//=======================================================================
|
||||
bool STEPCAFControl_ConfigurationNode::IsStreamSupported() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
// function : GetFormat
|
||||
// purpose :
|
||||
|
@@ -70,6 +70,10 @@ public:
|
||||
//! @return true if export is supported
|
||||
Standard_EXPORT virtual bool IsExportSupported() const Standard_OVERRIDE;
|
||||
|
||||
//! Checks the stream for import/export supporting
|
||||
//! @return Standard_True if stream is support
|
||||
Standard_EXPORT virtual bool IsStreamSupported() const Standard_OVERRIDE;
|
||||
|
||||
//! Gets CAD format name of associated provider
|
||||
//! @return provider CAD format
|
||||
Standard_EXPORT virtual TCollection_AsciiString GetFormat() const Standard_OVERRIDE;
|
||||
|
@@ -64,6 +64,7 @@ namespace
|
||||
: myToUpdateStaticParameters(theUpdateStatic)
|
||||
{
|
||||
STEPCAFControl_Controller::Init();
|
||||
STEPControl_Controller::Init();
|
||||
if (!myToUpdateStaticParameters)
|
||||
{
|
||||
return;
|
||||
@@ -278,7 +279,7 @@ STEPCAFControl_Provider::STEPCAFControl_Provider(const Handle(DE_ConfigurationNo
|
||||
{}
|
||||
|
||||
//=======================================================================
|
||||
// function : STEPCAFControl_Provider
|
||||
// function : personizeWS
|
||||
// purpose :
|
||||
//=======================================================================
|
||||
void STEPCAFControl_Provider::personizeWS(Handle(XSControl_WorkSession)& theWS)
|
||||
|
Reference in New Issue
Block a user