Message 1 of 3
NewUnionFitting method changes the length of pipe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For example, if I have a pipe with 1000 mm, I divide it into two pipes by 500mm, and after using NewUnionFitting, my pipes will be less than 500. This is because I am inserting a fitting and it has its own length.
But I want to create the first pipe with 500mm, and the second with (1000 mm - 500 mm(first pipe) - the length of the fitting).
My question is, how to get the length the fitting needs before using the NewUnionFitting() method? To take it into account before creating my first pipe.