]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildPlugin/BuildPlugin_Vertex.h
Salome HOME
Task 3.5 Build/Vertex on a whole Sketch (issue #3079)
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Vertex.h
index d6dfa9c7814e880a940f2dd39030fe45f74ca721..980dd82017a2a91cd7c411bbf4e66209d46cf1eb 100644 (file)
@@ -68,14 +68,8 @@ public:
   /// Creates a new part document if needed.
   BUILDPLUGIN_EXPORT virtual void execute();
 
- protected:
-  bool buildVertices(GeomShapePtr theShape,
-                     bool isIntersect,
-                     int& theResultIndex);
-
-  bool buildVertices(FeaturePtr theFeature,
-                     bool isIntersect,
-                     int& theResultIndex);
+protected:
+  void buildVertices(const ListOfShape& theShapes, bool isIntersect);
 };
 
 #endif