Skip to content

Python O ring calculations

Pete Bachant edited this page Dec 23, 2015 · 1 revision

Will need tolerance stack-up considerations for gland dimensions. Maybe something like http://pythonhosted.org/mcerp/advanced_example.html

Possible sample code:

oring = orings.DashORing("-001", glandtype="face")
oring.gland_coating_thickness = 0.001
print(oring.gland_dims)