I have an imported dwg text notes and details inside Rhino and I want to bake it to a selected revit drafting view?
This process will speed up converting the dwg to revit annotation and detail item without going to import the dwg directly inside revit and that will bring all the unnecessary items from cad to revit.
When I pushed the recompute bottom, it bakes differently in Revit, please see image attached.
I think it is something to do with the justifications inside Revit, how can I bake the text arrangement
according to the Rhino text arrangement?
for me Japhy’s solution works fine. I just have to take into consideration the scale of the view, because Revit rescales the text according to the scale of the view. So the location will be correct, but the texts may be overlapping.
The only catch is that I have to calculate the solution twice, because the first time I get the result from the Add Text component, and if I recompute the script I get the result of the Element Parameter component. @Japhy, is there a way of doing this in just one click?
I know that with this custom python component you can do it in one click, but maybe there is a faster way of doing this already, that I do not know .
It is working now in my end, thank you very much!
this is super handy in migrating dwg general notes
and details without import it directly inside Revit and that
may cause any errors inside the Revit project.
I think that’s because it’s not seeing any change. If you copy one of the texts in Rhino referenced by the Ref by Layer component does it work as expected?