diff --git a/pyaedt/modeler/cad/component_array.py b/pyaedt/modeler/cad/component_array.py index a4692915a84..bacf6f5cdc7 100644 --- a/pyaedt/modeler/cad/component_array.py +++ b/pyaedt/modeler/cad/component_array.py @@ -301,6 +301,8 @@ def update_properties(self): else: self.__app.save_project() new_properties = self.properties + # TODO : post_processing_cells property can not be retrieved, so if the length of the components and the + # property is different, the method will reset the property. if len(new_properties["component"]) != len(self.post_processing_cells): self.__post_processing_cells = {} new_properties = self.properties