Added new spiral part where length can be set#14
Added new spiral part where length can be set#14fbeutel wants to merge 11 commits intoHelgeGehring:masterfrom
Conversation
|
Nice Spiral!
About backward compatibility: I'd guess it would be good to first deprecate the old spiral and have both for one version. Afterwards, we remove the old one and then also replace the name? |
|
Yeah, about backwards compatibility I'm also not sure. One could try to make it backwards compatible to the old spiral, but I think that would be a rather ugly hack, so maybe it's better to go with two spirals for now and replace the old one later on... |
|
No, I think finally the spiral should just be replaced, so please no ugly hacks ;) |
|
Could you add squared spiral with euler bend? |
|
@HelgeGehring Can you add the changelog entry as you see fit? Other than that I think it's ready for review |
- Fix spiral direction
This replaces the old spiral with a new version of an archimedean spiral which allows to set the length. The number of turns required to achieve the length is determined numerically (afaik an analytical solution doesn't exist).
Different types are supported. Especially for use inside an MZI the

inlineandinline_reltypes are of interest.ToDo's before merge: