QuanticParis / HFSSdrawpy

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

[easy] Box_center, rect_center... #20

Open rlescanne opened 4 years ago

rlescanne commented 4 years ago

Refactorize the code so that the rect_center and box_center methods of the hfss_modeler are not used. Instead, the logic is that body.rect_center should simply call body.rect with the correct arguments.