Skip to main content
1-Visitor
April 9, 2014
Solved

Rectangular pipes in spec driven piping?

  • April 9, 2014
  • 2 replies
  • 1571 views

Hi,

Does anybody know how to add rectangular pipes to a piping spec?

I tried to add second values to the size params in pipe_[spec].ptd and/or od_[spec].ptd, so far without result.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by mschubert-2

Thanks for the quick response, this was just what I needed

Creo's online help wasn't exactly clear on how to combine two sizes:

In pipe_[spec].ptd one needs to put both sizes within quotation marks and connect them with an X, e.g.:

"SCH_RATE" "SIZE" "END_TYPE"

"10" "H055" "BW"

"10" "B050" "BW"

"10" "H055XB050" "BW"

(Note: "heightXwidth")

2 replies

1-Visitor
April 9, 2014

Look at this TPI 137516, it says square pipe may be possible.

mschubert-21-VisitorAuthorAnswer
1-Visitor
April 9, 2014

Thanks for the quick response, this was just what I needed

Creo's online help wasn't exactly clear on how to combine two sizes:

In pipe_[spec].ptd one needs to put both sizes within quotation marks and connect them with an X, e.g.:

"SCH_RATE" "SIZE" "END_TYPE"

"10" "H055" "BW"

"10" "B050" "BW"

"10" "H055XB050" "BW"

(Note: "heightXwidth")