Fem: Add properties to FemSolverObject

This commit is contained in:
marioalexis
2025-04-03 00:28:01 -03:00
parent ce068a71c4
commit bf79ca2a0f
2 changed files with 16 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#define Fem_FemSolverObject_H
#include <App/FeaturePython.h>
#include <App/PropertyFile.h>
#include <Mod/Fem/FemGlobal.h>
namespace Fem
@@ -40,6 +41,8 @@ public:
FemSolverObject();
~FemSolverObject() override;
App::PropertyLinkList Results;
App::PropertyPath WorkingDirectory;
// Attributes are implemented in the FemSolverObjectPython
/// returns the type name of the ViewProvider