Allow distance constraints between parallel lines #211
Replies: 3 comments 3 replies
-
To be fair, there is a simpler alternative: You can add these constraints in either order
Result |
Beta Was this translation helpful? Give feedback.
-
I 100% see the use case for this. I guess the question comes to should there be Line to line distance constraints? |
Beta Was this translation helpful? Give feedback.
-
TL;DR Makes me think we could introduce a new constraint: Size. That is effectively how the distance constraint works for 1 entity. I am currently playing with the constraint system, including line distances. It seems like there can be 2 schools of thought for the "distance" constraint. Either you control the size of the element, or the distance of the element to other stuff. The constraint if used either as a size or a distance constraint. Both methods can be generalised to 2 body systems, but only the size constraint makes sense in a single body problem. Size constraint in an N body system: Constraints the size of N element relative to an other (like locking the display ratio of a picture when changing it's size). Constraining 1 element locks it's size (removes 1 degree of freedom). I could go on with other interpretations, like projections etc... |
Beta Was this translation helpful? Give feedback.
-
Motivation / Existing Problem
Today, if you have two parallel lines that form say a parallelogram instead of a rectangle, it's hard to get the distance between them
Description
I want to be able to select two lines which already have a parallel constraint and set a distance constraint on them.
Alternative Solutions
To accomplish this today requires a lot of extra steps and constraints:
Mockup
If you ignore all the extra constraints I used (equal, coincident, the extra points, the hidden construction line), this is how I'd like it to look:
Beta Was this translation helpful? Give feedback.
All reactions