FEA-eng

Results 535 comments of FEA-eng

@ickby Is there any easy workaround to be able to use the new Python features? Should I get rid of the newer Python version from my system to have only...

> You could try to delete/rename the VTK folder (or "vtkmodules") in your local site-packages, then automatically the correct system version should be used. Right, I removed the vtk folders...

How do you use Ctrl+A in a spreadsheet? When I use this shortcut, nothing happens in the spreadsheet and only the tree items become selected (even though the spreadsheet window...

@farleyrunkel or @maxwxyz Is it still relevant? When I right click on a document, it doesn't switch to it. ``` OS: Windows 11 build 26100 Architecture: x86_64 Version: 1.1.0dev.14555 (Git...

I get the following errors when double-clicking on the results pipeline: ``` 20:33:38 pyException: Traceback (most recent call last): File "/home/ubuntu/Documents/freecad_fem_extract/freecad-source/build/Mod/Fem/femguiutils/data_extraction.py", line 82, in __init__ self.onPostDataChanged(self.Object) File "/home/ubuntu/Documents/freecad_fem_extract/freecad-source/build/Mod/Fem/femguiutils/data_extraction.py", line 140,...

@ickby Now the pipeline opens but there are still some error messages: ``` 13:01:03 pyException: Traceback (most recent call last): File "/home/ubuntu/Documents/freecad_fem_extract/freecad-source/build/Mod/Fem/femguiutils/data_extraction.py", line 85, in __init__ self._extraction_view = ExtractLinkView(self.Object, True,...

@ickby I tested it and it looks good (I haven't found any issues) but what's the meaning of "index"? Is that just a node number? Why is it limited to...

> Yes index is node number. Do you think renaming makes the purpose more clear? It appears in 3 locations: If it's always the node number (not e.g. element number...

> For the behavior: yes, right now it expects at least two frames. Would you expect to also extract the data for single or no frame, getting the 1 result...