When I mirror objects in Revit, nothing breaks.
However, when I export the model to FBX, in 3dsMax for example, I notice that the meshes are scaled in a negative axis.
Result in 3dsMax
How can I find these objects?
Please see the attaced revit-file (ver 2017) for reference.
Gelöst! Gehe zur Lösung
Gelöst von L.Maas. Gehe zur Lösung
Gelöst von L.Maas. Gehe zur Lösung
Gelöst von L.Maas. Gehe zur Lösung
Dynamo can help. A simple script
Louis
Please mention Revit version, especially when uploading Revit files.
Looks promising - will give it a try soon.
In the meanwhile, can you advise how to select all the red objects as well?
Just to be sure: there is no built in thing that tags/shows an object is mirrored? (don't get me wrong, I appreciate the Dynamo-solution, but I always try to make sure I cover as many solutions as possible
)
No tags or something. Possibly Model Review could do something, see HERE.
You could modify the script slightly and do the following
Instead of coloring red (you could do both) the text "Mirrored" is written in the comments parameter of the elements
Then it is a matter of building a filter and use it in a view to hide lements that do not have the word wmirrored in the comments. Or you could elaborate on the script and manipulate the objects (e.g delete, mirror).
Louis
Please mention Revit version, especially when uploading Revit files.
Here comes a very late Thank you @L.Maas ![]()
There are some follow-up questions:
You can hover over the node and a white panel will open with a pin. Clicking on the pin will leave it open. Or you attach a watch node
There is not a standard node that creates a selection in Revit and then leaves it up to the user to take following action. In those cases you would normally use/create filters or manual selection sets. With Dynamo you would decide on the following actions and let Dynamo do them for you (e.g. add values to parameters, delete them).
However there is a custom package Modelical that seems to have such a node. See THIS YouTube video for explanation.
Louis
Please mention Revit version, especially when uploading Revit files.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.