ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
10 stars 6 forks source link

Add ... create line #871

Open alskdj987 opened 1 month ago

alskdj987 commented 1 month ago

Description of the feature

like h3d Draw line

Steps for implementing the feature

no

Useful links and references

no

hui-zhou-a commented 2 weeks ago

@alskdj987 is this what you are looking for?

` edbapp.modeler.create_trace( path_list=([0, 0], [0, "1mm"]), layer_name="TOP", net_name="SIG", width="0.1mm", start_cap_style="Flat", end_cap_style="Flat", )