ansys / pymechanical

Pythonic interface to Ansys Mechanical ™
https://mechanical.docs.pyansys.com/
MIT License
34 stars 17 forks source link

Add feature flags to ansys-mechanical script & embedding initializer #467

Open koubaa opened 11 months ago

koubaa commented 11 months ago

some beta features are enabled by flags. In the Ansys Workbench GUI, these are available as settings for Mechanical if beta options are on.

image

These can be enabled by command line arguments. We should do it for pymechanical in general but first we should do it for the ansys-mechanical script.

koubaa commented 3 months ago

735 adds support for the ansys-mechanical script. This can be used when starting the grpc server. The only thing missing now is embedding support