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

Display orientation #96

Closed axtimhaus closed 11 months ago

axtimhaus commented 11 months ago

Add orientation for displaying vertical, diagonal and Y configurations of roll passes as requested in personal talk by @GRPlan. Does not effect the meaning of height and width, just affects the display in plot(). Meant to be implemented in pyroll.report the same way.

RollPass

orientation=0

grafik

orientation=90

grafik

orientation=45

grafik

orientation=-45

grafik

ThreeRollPass

orientation=0

grafik

orientation=180

grafik