]> OCCT Git - occt-copy.git/commitdiff
initialization of ShapeProcess_OperLibrary added
authoraka <aka@opencascade.com>
Mon, 21 Aug 2017 14:29:18 +0000 (17:29 +0300)
committeraka <aka@opencascade.com>
Mon, 21 Aug 2017 14:29:18 +0000 (17:29 +0300)
src/STEPControl/STEPControl_Controller.cxx

index bd16d3d529a29ef14120cf9c491c3529f37d8e44..c8315b3977357948484ea48595d6a27688993fcc 100644 (file)
@@ -29,6 +29,7 @@
 #include <RWHeaderSection.hxx>
 #include <RWStepAP214.hxx>
 #include <ShapeExtend.hxx>
+#include <ShapeProcess_OperLibrary.hxx>
 #include <Standard_Type.hxx>
 #include <Standard_Version.hxx>
 #include <StepAP214_Protocol.hxx>
@@ -160,6 +161,9 @@ STEPControl_Controller::STEPControl_Controller()
 
   // initialization of Standard Shape Healing
   ShapeExtend::Init();
+
+  // init Standard Shape Processing operators
+  ShapeProcess_OperLibrary::Init();
 }
 
 Handle(Interface_InterfaceModel)  STEPControl_Controller::NewModel () const