QuanticParis / HFSSdrawpy

Draw HFSS designs using python
MIT License
17 stars 23 forks source link

draw_cable meander feature #43

Open phelyx42 opened 3 years ago

phelyx42 commented 3 years ago

Hi,

I'm missing one feature in draw_cable(). I'd like to be able to adjust the length of the segments as indicated in the picture below.

image (3)

rlescanne commented 3 years ago

If you use '-1' as the number of meanders to put the maximal number of meanders (depending on fillet radius) then you cannot do so. You can trick the code by indicating a given number of meanders. Then, the dimension you are looking for can be computing accordingly.