mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Data Exchange - Clear up Step from Static_Interface #283
Remove unused Interface_Static includes Update SchemaName method signatures
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "RWStepAP214_ReadWriteModule.pxx"
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StepAP214_Protocol.hxx>
|
||||
#include <StepData_StepReaderData.hxx>
|
||||
#include <StepData_StepWriter.hxx>
|
||||
#include <StepData_WriterLib.hxx>
|
||||
@@ -2375,9 +2374,6 @@ static NCollection_DataMap<TCollection_AsciiString, Standard_Integer> typeshor;
|
||||
|
||||
RWStepAP214_ReadWriteModule::RWStepAP214_ReadWriteModule ()
|
||||
{
|
||||
// Handle(StepAP214_Protocol) protocol = new StepAP214_Protocol;
|
||||
// StepData_WriterLib::SetGlobal(Handle(RWStepAP214_ReadWriteModule)::DownCast(This()),protocol);
|
||||
// Interface_ReaderLib::SetGlobal(Handle(RWStepAP214_ReadWriteModule)::DownCast(This()),protocol);
|
||||
if (!typenums.IsEmpty()) return;
|
||||
typenums.Bind (Reco_CartesianPoint, 59);
|
||||
typenums.Bind (Reco_VertexPoint, 316);
|
||||
|
Reference in New Issue
Block a user