Hi @Alban_de_Chasteigner,
When I saw your response, I got excited about this package from Genius Loci and had some success with automating dimensions in one view to one line. Is it possible to do multiple views and multiple lines?
I can’t seem to lace them through in a way that allows me to. Do you know if it can be done or does the python script not support it? Not very good with python yet.
I am using the same node, Dimension ByReferences shown above.
Thanks @Alban_de_Chasteigner,
By switching things up, I managed to kick out a list of dimensions that was equal to the lists that I was inserting. Now I am just trying to trouble shoot why Revit is actively deleting all but the first of the dimensions upon creation. It makes me wonder if python is trying to use the first line on the list for every view to dimension to. But I am guessing that it is in fact possible to dimension to different lines. I just need to lace it right. Maybe you confirm if this is possible as well? I wonder if I can find a node that can break down the location of a dimension that dynamo places.
If Revit is automatically deleting dimensions, it is usually because something wasn’t parallel.
If you look at the Dimension.Value output, you may recognize the -1 values from the revit id error report. It may help if you remove the dimensionType input while checking for errors; just one less variable.
If even one dimension isn’t parallel, the entire list probably will not populate in revit.
Thankfully, the GeniusLoci Package outputs the sketchplanes from the elements that you reference:
You have to install the Genius Loci package with the package manager to obtain the FamilyInstance ReferenceType node and the others nodes which deal with references.