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

DXF Input for Grooves and Rolls #109

Closed axtimhaus closed 11 months ago

ChRen95 commented 1 year ago

@axtimhaus should we provide this as a separate constructor method via multi dispatch? (https://stackoverflow.com/questions/6434482/python-function-overloading)

axtimhaus commented 1 year ago

Multidispatch tends to destroy syntax completion in IDEs, I would suggest rather a class-method

ChRen95 commented 11 months ago

Will add only for grooves, and only for spline grooves. Because extracting every necessary value for constructors of the dedicated groove classes is not doable.