How to make a dimension show in a detail component

How to make a dimension show in a detail component

djn9SY84
Advocate Advocate
497 Views
4 Replies
Message 1 of 5

How to make a dimension show in a detail component

djn9SY84
Advocate
Advocate

Hi,

 

I'm creating a detail component and i want this dimension to show when its loaded. 

 

I want it to load so my line can display its length in real time. 

 

The second image shows what i want to be able to achieve. At the moment a draw the line check the dimension then type it in. 

 

I want a line that i can draw that will show the dimension automatically.

 

djn9SY84_0-1739144979382.png

djn9SY84_1-1739145107019.png

 

0 Likes
Accepted solutions (2)
498 Views
4 Replies
Replies (4)
Message 2 of 5

blank...
Advisor
Advisor
Accepted solution

Does it have to be a dimension?

You can create a shared parameter, make it read the length parameter of the line, load the same shared parameter in detail tag family and tag them that way.

0 Likes
Message 3 of 5

ToanDN
Consultant
Consultant
Accepted solution

You could create a generic annotation family, add a label, load it in the detail family, and associate the label with the length parameter.

0 Likes
Message 4 of 5

RDAOU
Mentor
Mentor

@djn9SY84 

 

See this post...same principle applies. 

 

https://forums.autodesk.com/t5/revit-architecture-forum/dimension-to-something-beyond-crop-region/m-...

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 5 of 5

djn9SY84
Advocate
Advocate

Thanks for your help guys.

 

I've managed to get it to work. 

 

However the line type i want doesn't load and i want the units of the label to be i meters. (I still want my project to be in mm)

Family:

djn9SY84_1-1739206837527.png

 

 

Loaded:

djn9SY84_0-1739206811881.png

 

0 Likes