20 #ifndef SketchSolver_ConstraintLength_H_
21 #define SketchSolver_ConstraintLength_H_
23 #include <SketchSolver_Constraint.h>
42 std::vector<EntityWrapperPtr>& theAttributes);
Convert length constraint to SolveSpace structure.
Definition: SketchSolver_ConstraintLength.h:30
SketchSolver_ConstraintLength(ConstraintPtr theConstraint)
Constructor based on SketchPlugin constraint.
Definition: SketchSolver_ConstraintLength.h:33
virtual void getAttributes(EntityWrapperPtr &theValue, std::vector< EntityWrapperPtr > &theAttributes)
Generate list of attributes of constraint in order useful for constraints.
Definition: SketchSolver_ConstraintLength.cpp:26
Converts SketchPlugin constraint to the constraint applicable for solver.
Definition: SketchSolver_Constraint.h:39