Hi Danny,
> Would we have to repeat the operation for the 'y' direction ?
Yup, that's correct. That seemed to be the same as the SolidWorks workflow that was shown where one constraint dimension is added at a time.
I was thinking a bit about making the command go in a loop to allow you to keep picking new distances and new edges without repeating the whole command. But then that would make you do an extra action to finish the command in just the simple case where you just want to apply one distance...
> To extend on that is it possible to make it so if we pick the
> intersection of the two curves and place x and y values in
> the box eg. 5,3.
That's a good idea - unfortunately it is not quite so simple for me to set it up immediately because I don't have a control prepared that will take 2 distances in one edit box like that currently. I was actually able to do the one I showed pretty easily, that's why I was able to just crank it out right now.
There's also another problem with the 2 distance one - you aren't just limited to applying this distance to an edge in the x or y axis directions, you can do it to any edge currently. But with 2 distances I think that method would only work on axis-aligned lines because otherwise I wouldn't know which one to apply which distance to.
If you end up using this a lot and find that 2 distances at once would really speed things up, please let me know and I will try to dig into it more then.
For now it is easier to do the most simple way though, and we can see how that works to start with.
- Michael
|