pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

impl a helper function for construction grooves by name #257

Closed axtimhaus closed 1 month ago

axtimhaus commented 1 month ago

enables grooves construction like that

import pyroll.core as pr

groove = pr.create_groove_by_type_name("swedish-oval groove", r1=1, r2=1, depth=3, usable_width=10, ground_width=6)