draw_end_cable:
-setting the width of fillet for an 'open' to (track width)/2 will raise an error during unite operation.
e.g.
draw_end_cable(body, width, gap, typeEnd='open', fillet=width/2, name='port_stop')
HFSS error messages:
[error] Acis error: "Fail to make union.. Acis Error 21091 - Two or more vertices of one body mapped to a single entity of other body " (4:38:03 PM Oct 05, 2020)
[error] Body could not be created for part because of invalid parameters to Unite operation. (4:38:03 PM Oct 05, 2020)
draw_end_cable: -setting the width of fillet for an 'open' to (track width)/2 will raise an error during unite operation.
e.g. draw_end_cable(body, width, gap, typeEnd='open', fillet=width/2, name='port_stop')
HFSS error messages: [error] Acis error: "Fail to make union.. Acis Error 21091 - Two or more vertices of one body mapped to a single entity of other body " (4:38:03 PM Oct 05, 2020) [error] Body could not be created for part because of invalid parameters to Unite operation. (4:38:03 PM Oct 05, 2020)
Here is the code: