]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/PlaneGCSSolver/PlaneGCSSolver_EntityBuilder.h
Salome HOME
Fix incorrect processing of the copied entities after the "Multi" constraint has...
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_EntityBuilder.h
index d4eb9d9d2d3377298eb89850149914b284491b58..94279ee81359828dadff422b23c5a115d899e098 100644 (file)
@@ -37,9 +37,6 @@ public:
   /// \param theFeature [in]  feature to create
   virtual EntityWrapperPtr createFeature(FeaturePtr) = 0;
 
-  /// \brief Return list of constraints necessary to fix feature's extra DoF
-  virtual const std::list<GCSConstraintPtr>& constraints() const = 0;
-
 protected:
   PlaneGCSSolver_Storage* myStorage;
 };