Today I finished the development of an important feature which allows us to manage constraints for 2 shapes from the Property Grid. On selecting the two shapes, a new Tab is displayed. This displays the name of the shapes, the constraints they have and any other available constraints. As for the single shape constraints, the available constraints are checked to be compatible with the ones that are already applied: if two lines are parallel, the perpendicular constraint won’t be displayed in the available constraints list.
Constraints can be added by selecting them in the available constraints list. They are automatically added and the Solver is called.
An applied constraints can be removed by selecting it in the list and pressing the Delete key.
You must be logged in to post a comment.