Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Thanks for your submission and votes on this idea! We are evaluating where this request falls into our roadmap and will provide an update when we have made a decision.
Ideally, the snap override menu would be accessible through shift+rightclick (similar to Autocad), where the mid between 2 points could be added to the list of overrides.
What about adding the ability to snap the middle of a dimension at least? The middle/axis of a room is hard to find when doors and windows are not located in its middle and the middle of its surrounding walls are mostly far away because revit unfortunately cannot detect mids of intersected wall segments.
We've completed our review of this idea. After investigating the effort required to implement this request, we unable to add it to our roadmap at this time due to other priorities. However, we think this is a great idea so we will reconsider it as we made adjustments to our roadmap in the future. Thanks for the submission and keep voting!
It will really help us to move or select between two points , for example getting the exact mid point of a component for placement ... , it will also reduce the time that we spend on drawing lines for getting the points.
This command is currently being used in Auto Cad and the shortcut is (M2P) .
@sasha.crotty As mentioned in the road map discussion: this is a feature we would like to use a hundred times a day, every day.
To us (unaware of the coding challenges behind the scenes) this seems like a pretty easy request. Are there certain technical challenges that make this a complicated request?
Could the dev team perhaps give us a little bit more insight? If we'd understand why this is so difficult than waiting for it might become a bit easier 🙂
@Anonymous, the difficulty here is not creating something that snaps to two points and then identifies where the middle is. That's easy enough. The challenge is teaching every tool in Revit to start using this capability when snapping. To implement this functionality, you're actually replacing one click with two clicks and those two clicks have very different behavior from the original clicks. So we essentially have to teach a lot of editors (and yes, we do reuse stuff, so it's not every single tool) to break out of what they're doing, do something else, and then go back to the original code as if there was only one click. It's hot a huge amount of work for each one, but it's a fairly large project when you include all of Revit's tools and the associated testing effort. Hope that helps.
Thank you for taking the time and give us more insight. That does help actually. It sounds like it's the similar issue as with enabling editing in perspective mode (I remember that the tools also had to "learn to understand" a new way of editing).