myStorage->notify(myBaseConstraint);
}
+bool SketchSolver_ConstraintCoincidence::remove()
+{
+ myInSolver = false;
+ return SketchSolver_Constraint::remove();
+}
+
void SketchSolver_ConstraintCoincidence::getAttributes(
EntityWrapperPtr& theValue,
std::vector<EntityWrapperPtr>& theAttributes)
virtual void notify(const FeaturePtr& theFeature,
PlaneGCSSolver_Update* theUpdater);
+ /// \brief Remove constraint
+ virtual bool remove();
+
protected:
/// \brief Converts SketchPlugin constraint to a list of SolveSpace constraints
virtual void process();