[FEM] fix pipeline recompute issue

- after a simulation was run, the pipelines and its childs are recomputed but its shape coloring is not updated.

- also update XML documentation
- also remove comment in tasks.py for now
This commit is contained in:
Uwe
2022-08-08 02:04:07 +02:00
parent b397633f27
commit ee127273c1
6 changed files with 62 additions and 27 deletions

View File

@@ -95,8 +95,10 @@ public:
virtual SoSeparator* getFrontRoot(void) const;
//observer for the color bar
// observer for the color bar
virtual void OnChange(Base::Subject< int >& rCaller, int rcReason);
// update color bar
void updateMaterial();
// handling when object is deleted
virtual bool onDelete(const std::vector<std::string>&);
@@ -123,7 +125,6 @@ protected:
bool setupPipeline();
void updateVtk();
void setRangeOfColorBar(double min, double max);
void updateMaterial();
SoCoordinate3* m_coordinates;
SoIndexedPointSet* m_markers;