QuanticParis / HFSSdrawpy

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

Rename issue with draw_cable #22

Open lbalembois opened 4 years ago

lbalembois commented 4 years ago

I have noticed a bug with the new draw_cable function. If you don't give a specific name to each cable the software don't rename them. So it generates a bug because HFSS rename the "cable_track_path" and the program can't acces it.

https://github.com/QuanticParis/HFSSdrawpy/blob/ddb5fff5325bec09c1aa557d48768803aa0a6b38/HFSSdrawpy/core/body.py#L458