You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linear transition between cross-sections does not work well: the offset sections still taper with a sinusoidal profile. This is evident in the transition method defintion in phidl.path. However forcing the offset sections to be follow linear profiles looks bad too. The transition with the sine profile does work well.
Just stumbled on this too. Looks like it might happen when a section is offset from the crossection center ?
EDIT : looking in the code, looks like it's the case. Segment width does taper linearly, but its centerpoint is still mappsed out using a cosine transition
The linear transition between cross-sections does not work well: the offset sections still taper with a sinusoidal profile. This is evident in the transition method defintion in phidl.path. However forcing the offset sections to be follow linear profiles looks bad too. The transition with the sine profile does work well.
Here is a minimum working example:
The text was updated successfully, but these errors were encountered: