Since the roll_pass.py starts to get clogged up and is just used as a combination of data storage and calculation, a PillarElemetclass should be introduced. The class should feature all necessary forming values as well as a back reference to the disk_element it's working on.
Since the
roll_pass.py
starts to get clogged up and is just used as a combination of data storage and calculation, aPillarElemet
class should be introduced. The class should feature all necessary forming values as well as a back reference to thedisk_element
it's working on.