Metric pipe sizes and labels

Metric pipe sizes and labels

CarrieHoffman02
Collaborator Collaborator
2,370 Views
7 Replies
Message 1 of 8

Metric pipe sizes and labels

CarrieHoffman02
Collaborator
Collaborator

I am using a pipe family from Charlotte Pipe that draws pipe at the correct dimension. (A 100 pipe is actually 101.6) However I need the pipe size tag to say 100. How do I do this? 

0 Likes
Accepted solutions (1)
2,371 Views
7 Replies
Replies (7)
Message 2 of 8

whitbrs
Alumni
Alumni
Accepted solution

Theres a couple of ways to do this:

 

  1. Change the Project Units so they are rounded, say to the nearest 10mmProject Units.jpg
  2. Or, create a new pipe tag, with a new shared parameter for pipe size, this way you can keep your project units intact, and have a metric pipe tag.Shared Parameter.jpg

 

Hope this helps



Simon Whitbread

Premium Account Support Specialist BIM, Revit
0 Likes
Message 3 of 8

CarrieHoffman02
Collaborator
Collaborator

Awesome!!! #2 worked perfectly and easily!

0 Likes
Message 4 of 8

mroachduquette
Participant
Participant

This is true for 100ø pipe but what about for 3" imperial pipe or 1.5" pipe converted to metric? You'll want this to display 75ø or 38ø. rounding to nearest 10mm would show 80ø.

 

To do so add a calculated parameter to the tag.

mroachduquette_1-1672436019642.png

 

mroachduquette_2-1672436066544.png

 

if(Diameter > 50 mm, rounddown(Diameter / 5 mm) * 5, Diameter / 1 mm)

 

This ensures that 2" pipes and up are rounded to their true " metric values" and 1.5" pipes and down are rounded to 13mm, 19mm, 25mm, 32mm and 38mm respectively 

0 Likes
Message 5 of 8

iainsavage
Mentor
Mentor

The pipe segment should be set up to use the required nominal diameter e.g. 65mm, 80mm, 100mm etc and the true inside and outside diameters then the built in Size parameter will give the correct value in the tag.

iainsavage_0-1672693222002.png

iainsavage_1-1672693417927.png

 

 

 

0 Likes
Message 6 of 8

mroachduquette
Participant
Participant

That is true for pipe types corresponding to metric values. I agree you would want to use the nominal (100mm, 75mm etc) values with pipe types. 

 

I am speaking of something different. In order to use manufacturer produced pipe accessories and fittings, these are sometimes produced in imperial measurements. Therefore a imperial pipe type is required to establish a connection.

 

When your project is in metric, you don't want to see a 4" nominal pipe which we abbreviate as 100mm depicted as 101.6mm or 102mm. To properly depict this, a rounding function is required. 

0 Likes
Message 7 of 8

fabiosato
Mentor
Mentor

Hello,

 

I suggest creating a shared parameter to keep this value and have its value extracted from a lookup table.

Fábio Sato
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 8 of 8

iainsavage
Mentor
Mentor

@mroachduquette  schrieb:

That is true for pipe types corresponding to metric values. I agree you would want to use the nominal (100mm, 75mm etc) values with pipe types. 

 

I am speaking of something different. In order to use manufacturer produced pipe accessories and fittings, these are sometimes produced in imperial measurements.


I only use metric pipe in metric projects hence my confusion. Aplologies for misunderstanding.

0 Likes