ansys / pyadditive

Pythonic interface client to Ansys additive simulation service

Home Page:https://additive.docs.pyansys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor `ParametricStudy` to inherit from Pydantic `BaseModel`

pkrull-ansys opened this issue Β· comments

πŸ“ Description of the feature

SAF requires objects used in the StepModel to be BaseModel objects. This is an update to ParametricStudy so that it can be validated and persisted in a StepModel of a SAF application.

πŸ’‘ Steps for implementing the feature

No response

πŸ”— Useful links and references

No response

This is not needed at present.