Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
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")
Look at this TPI 137516, it says square pipe may be possible.
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")