Salome HOME
Issue #1299, Issue #1393 Angle constraint: support of additional and complementary...
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintAngle.h
index 4d91aced435e949b13f2f0a1c76ccd82c70e6eeb..3e979aa6d0b05d2f2b60e700709e7660f9f66b62 100644 (file)
@@ -22,17 +22,14 @@ public:
       myAngle(0.0)
   {}
 
-  virtual int getType() const
-  { return SLVS_C_ANGLE; }
-
   /// \brief This method is used in derived objects to check consistence of constraint.
   virtual void adjustConstraint();
 
 protected:
-  /// \brief Generate list of attributes of constraint in order useful for SolveSpace constraints
+  /// \brief Generate list of attributes of constraint in order useful for constraints
   /// \param[out] theValue      numerical characteristic of constraint (e.g. distance)
   /// \param[out] theAttributes list of attributes to be filled
-  virtual void getAttributes(double& theValue, std::vector<Slvs_hEntity>& theAttributes);
+  virtual void getAttributes(double& theValue, std::vector<EntityWrapperPtr>& theAttributes);
 
 private:
   double myAngle;