I would like to display dimension lines in the Revit 3D view as shown in the image. Can you please tell me how to do this in Dynamo?
I have read several posts in the forum but could not solve the problem.
I have also attached a Revit file showing what I would like to do, which I hope you will find useful.
It would be helpful if you could show specific Dynamo files. dimension.rvt (5.1 MB)
Thanks for your reply.
I was able to reproduce the Dynamo you attached, but the Dimension ByReferences node is returning null. I assume the view is a 3Dview.
The selection was made on two of the sides of the cube as shown in the image.
I have also attached the Dynamo file and would appreciate it if you could check it out. dimension_in_3dview-test.dyn (20.3 KB)
Hi,
I’m trying to get the length of a pipe using your method. My input is a pipe element. I take two opposite surfaces and use the Surface.Reference node to get their references. Then I place points at the center of each surface, create a line between those two points, and join the references into a single list. These are the two inputs in the final node you used, but my output is null element.
Could you please take a look and help me figure out what’s going wrong?
Hi, I used the Dimension.ByReferences node in Dynamo. My problem is that I can’t get more than one dimension when I run my code. I have multiple lines and references as inputs, but I only get a single dimension as output.