measuring internal volume of an irregular tube?
measuring internal volume of an irregular tube?
(OP)
I have a non-parametric part, imported as a Parasolid. It's a stainless tube with varying diameters and bends. I need to find out the internal volume - how much liquid it can contain.
What's the best way wo do that?
What's the best way wo do that?





RE: measuring internal volume of an irregular tube?
Place the tube inside the block boundries
Subtract the tube from the block
trim the ends off (may have to leave a little if you can't create 2 solids from 1 by splitting - used to be a Parasolid limitation, not sure it still is.)
What is left is the interior volume
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: measuring internal volume of an irregular tube?
RE: measuring internal volume of an irregular tube?
http://www.eng-tips.com/viewthread.cfm?qid=135984
http://www.eng-tips.com/viewthread.cfm?qid=135556
RE: measuring internal volume of an irregular tube?
Those approaches are all but obsolete since the 'Simplify' function has been replaced with the 'Delete Face' function, which will accomplish the same thing, but the workflow is 'backwards' as compared to the old approach, rather then selecting the faces you wish to keep, you now select the faces you wish to delete.
enginerd1959
Could you upload the part or at least provide a picture?
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: measuring internal volume of an irregular tube?
But I was able to get what I needed by doing a couple tube sweeps with the same guide curves. I used the old IDs for my new ODs, and zero for my new IDs. There was one tapered transition that I was able to create with a revolve.
Probably not the most elegant solution, but I made my deadline, so I can go home!
Thanks for the suggestions.