20 #ifndef SketchSolver_ConstraintEqual_H_
21 #define SketchSolver_ConstraintEqual_H_
23 #include <SketchSolver_Constraint.h>
47 std::vector<EntityWrapperPtr>& theAttributes);
50 ScalarWrapperPtr myAuxValue;
Convert equality constraint to SolveSpace structure.
Definition: SketchSolver_ConstraintEqual.h:30
virtual void getAttributes(EntityWrapperPtr &theValue, std::vector< EntityWrapperPtr > &theAttributes)
Generate list of attributes of constraint in order useful for constraints.
Definition: SketchSolver_ConstraintEqual.cpp:27
SketchSolver_ConstraintEqual(ConstraintPtr theConstraint)
Constructor based on SketchPlugin constraint.
Definition: SketchSolver_ConstraintEqual.h:33
virtual bool remove()
Tries to remove constraint.
Definition: SketchSolver_ConstraintEqual.cpp:100
Converts SketchPlugin constraint to the constraint applicable for solver.
Definition: SketchSolver_Constraint.h:39