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
In agreement - we have a large team and sometimes things get copied into the file with similar, but different line style names - same line, different name. We have hundreds of drafting views and now a hundred line times - 25% redundant. There is no way anyone can go through this manually. We shouldn't have to rely on a dynamo script to select all of a specific line type in all views and consolidate them. Madness!
Thanks for voting. Current workflow is quite complicated: 1. Open 3 3d views 2. Isolate in first view 1 your first set of instances: for example 1 type of doors 3. Do so in your second 3d view for example with 1 type of plasterboard walls (in which these doors are hosted) 4. Select in your 2 views the doors and walls 5. In your 3rd 3d view isolate your selection So there is a huge timegaine possibe on this tool. If someone knows faster ways to do, please feel free to describe your method.
We have realised the command in python for allmost all objects in revit, see video here https://autode.sk/2Qh0uFL , revit seems to give acces to almost all objects.
@kimberly_fuhrman-jones I would like to link autodesk screencasts but the system doesn't allow it.
As my colleague @steiner has mentioned above, we have a solution for the issue in our office. The custom add-in is written in python and it requires pyRevit to be installed to create your new buttons. It's not a hard process and there are a few tutorials on YouTube that can help you set it up. I linked a few videos in the article for newcomers in pyRevit.
I might go later into more detail and explain how the code and especially RevitAPI filtering works, but for now, you get the most important piece - the code that works.
Let me know if you could not find how to create your own button with the code, I will make a video showing the process step by step.
Please stop voting, feature is accepted and intergrated since RVT 2022.1 as far as I know. For versions of Revit 2022 my collegue @Erik_Frits has integrated the functionality in EF-Tools (an extension to PyRevit).