ansys / pymotorcad

https://motorcad.docs.pyansys.com
MIT License
15 stars 1 forks source link

Support pathlib Paths for for MotorCAD API calls #242

Open jgsdavies opened 9 months ago

jgsdavies commented 9 months ago

📝 Description of the feature

All Motor-CAD functions expect a str path. We can slightly modify our API methods to accept pathlib Paths as well: image

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response