ansys / pyacp

Python Client for Ansys Composite PrepPost
https://acp.docs.pyansys.com
MIT License
4 stars 1 forks source link

Handle nested properties in linked_path_fields #566

Closed greschd closed 3 weeks ago

greschd commented 3 weeks ago

When storing an object with Edge Property Lists whose contents refer to a different Model, the error is raised by the backend instead of handled in PyACP. The reason is that linked_path_fields needs to also consider nested attributes.

To improve the error message, linked_path_fields should also check nested attributes.