From: aka Date: Mon, 21 Aug 2017 14:29:18 +0000 (+0300) Subject: initialization of ShapeProcess_OperLibrary added X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=aa25f032954e53be1482627a194c9b13244714cd;p=occt-copy.git initialization of ShapeProcess_OperLibrary added --- diff --git a/src/STEPControl/STEPControl_Controller.cxx b/src/STEPControl/STEPControl_Controller.cxx index bd16d3d529..c8315b3977 100644 --- a/src/STEPControl/STEPControl_Controller.cxx +++ b/src/STEPControl/STEPControl_Controller.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -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