ansys/pyansys-geometry

Add non docker quick start feature to PyGeometry

Closed this issue ยท 0 comments

๐Ÿ“ Description of the feature

Adding a feature to start a non docker based backend session to PyGeometry in order to allow using PyGeometry against:

  • The Windows GeometryService (DMS)
  • Ansys Discovery
  • Ansys SpaceClaim
  • Cross platform GeometryService

without using docker.

๐Ÿ’ก Steps for implementing the feature

Add

  • Add pim_configuration.json to the repos
  • Add an enum to track which backend type PyGeometry is working with.
  • Add a launch_discovery method
  • Add a launch_spaceclaim method

๐Ÿ”— Useful links and references

No response