return true;
}
+//=======================================================================
+// function : IsExportSupported
+// purpose :
+//=======================================================================
+bool STEPCAFControl_ConfigurationNode::IsStreamSupported() const
+{
+ return true;
+}
+
//=======================================================================
// function : GetFormat
// purpose :
//! @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;
: myToUpdateStaticParameters(theUpdateStatic)
{
STEPCAFControl_Controller::Init();
+ STEPControl_Controller::Init();
if (!myToUpdateStaticParameters)
{
return;
{}
//=======================================================================
-// function : STEPCAFControl_Provider
+// function : personizeWS
// purpose :
//=======================================================================
void STEPCAFControl_Provider::personizeWS(Handle(XSControl_WorkSession)& theWS)