ansys / pyedb-core

Ansys Electronics Database Python Client Package
https://edb.core.docs.pyansys.com/
MIT License
3 stars 1 forks source link

PadstackInstance.create() should take also position as argument #332

Closed svandenb-dev closed 7 months ago

svandenb-dev commented 11 months ago

📝 Description of the feature

Currently when we create a padstack instance we can specify the rotation but not position. We have the command once created set_position_and_rotation() but should be better to create and move at once.

https://edb.docs.pyansys.com/version/dev/api/_autosummary/ansys.edb.primitive.PadstackInstance.create.html#ansys.edb.primitive.PadstackInstance.create

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response