From: nds Date: Fri, 7 Nov 2014 16:32:59 +0000 (+0300) Subject: Issues #248, #235 The obtaining of the point from the TopoDS_Vertex shape during... X-Git-Tag: V_0.5~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ccaa8ff31df662deaf6992f3719c2f692dda02ad;p=modules%2Fshaper.git Issues #248, #235 The obtaining of the point from the TopoDS_Vertex shape during saving the operation preselection. Moving the algorithm of a point get from a Vertex shape into a tool method to be called where it is necessary. --- diff --git a/src/ModuleBase/ModuleBase_Operation.cpp b/src/ModuleBase/ModuleBase_Operation.cpp index e6a2e3d0a..565864eab 100644 --- a/src/ModuleBase/ModuleBase_Operation.cpp +++ b/src/ModuleBase/ModuleBase_Operation.cpp @@ -30,9 +30,6 @@ #include -#include -#include - #ifdef _DEBUG #include #endif diff --git a/src/PartSet/PartSet_OperationFeatureBase.cpp b/src/PartSet/PartSet_OperationFeatureBase.cpp index 2d06659a0..2d53041c0 100644 --- a/src/PartSet/PartSet_OperationFeatureBase.cpp +++ b/src/PartSet/PartSet_OperationFeatureBase.cpp @@ -31,8 +31,6 @@ #include #include -#include -#include #include #ifdef _DEBUG