Generic Annotation of Length

Generic Annotation of Length

BigPicture045
Collaborator Collaborator
1,069 Views
5 Replies
Message 1 of 6

Generic Annotation of Length

BigPicture045
Collaborator
Collaborator

I am trying to make a family that I can use to put in specified lengths. This will be in a table and I would typically do this with text.

 

However, I have to enter the length in inches and I want Revit to convert the inches automatically to feet & inches. 

 

I am trying with a label, however, I am not sure of a way to type in the label as the parameter is length. 

BigPicture045_1-1674755927937.png

 

 

I want the label to take an input such as 76" and feedback 6'-4". 

0 Likes
Accepted solutions (1)
1,070 Views
5 Replies
Replies (5)
Message 2 of 6

ToanDN
Consultant
Consultant
Accepted solution

Select the label and Format Units.  Or just share the family here.

0 Likes
Message 3 of 6

BigPicture045
Collaborator
Collaborator

That worked. 

 

Is it possible to have an instance parameter that is  "=Length", but outputs that in inches?

The values I am inputting are originally in inches, and need to be in feet/inches format, but it would be nice to have a way to verify they are the correct inches value as well.

 

Can the highlighted be inches:

BigPicture045_0-1674756945692.pngBigPicture045_1-1674756979076.png

 

0 Likes
Message 4 of 6

ToanDN
Consultant
Consultant

@BigPicture045 wrote:

That worked. 

 

Is it possible to have an instance parameter that is  "=Length", but outputs that in inches?

The values I am inputting are originally in inches, and need to be in feet/inches format, but it would be nice to have a way to verify they are the correct inches value as well.

 

 


Only if it is also a label so that you can Format Units to Inches.

0 Likes
Message 5 of 6

BigPicture045
Collaborator
Collaborator

What you are saying is that the instance properties panel will always output in feet & inches? 

BigPicture045_0-1674758268636.png

 

This would mean to see the inches it would have to be a visible label in the family correct?

0 Likes
Message 6 of 6

ToanDN
Consultant
Consultant

Another way is not using Length for the Inches parameter, but using a Number parameter.  Change the formula to: (Length / 1) * 12.  Then you don't need to create a label.

0 Likes