

Hey Bernd, Is it possible to use it that way in FEM?bernd wrote: Ping
I did test it with the 0.19_pre appimage and noticed that no solids are listed. Is it possible to add solids as well? A simple test-case is creating a cube and a sphere in Part-wb and applying 'Boolean Fragmenst'. After that there exists a third solid-domain between the cube and the sphere which is the target to select.
That's a very useful feature that is lacking in the current selection framework. I actually thought about this in the past too. Not easy to add. Let me think about it.HoWil wrote: ↑Fri Aug 23, 2019 11:37 amI did test it with the 0.19_pre appimage and noticed that no solids are listed. Is it possible to add solids as well? A simple test-case is creating a cube and a sphere in Part-wb and applying 'Boolean Fragmenst'. After that there exists a third solid-domain between the cube and the sphere which is the target to select.
I am not quite sure what to do at this point and any help would be appriciatedTraceback (most recent call last):
File "C:\Users\tthomas\AppData\Local\FreeCAD 0.18\Mod\Fem\femguiobjects\FemSelectionWidgets.py", line 496, in addSelection
self.parseSelectionFunction(self.added_obj)
File "C:\Users\tthomas\AppData\Local\FreeCAD 0.18\Mod\Fem\femguiobjects\FemSelectionWidgets.py", line 411, in selectionParser
elt = selection[0].Shape.getElement(selection[1])
<class 'SystemError'>: <built-in method getElement of Part.CompSolid object at 0x000001CACF71DD58> returned NULL without setting an error
Under Windows, Macros and Workbenches are normally located in:
It worked for me on Windows with FC 0.18.4. I didn't put it in …/src/Mod, nor did I put it in the Macro directory.HarryvL wrote: ↑Thu Feb 13, 2020 12:15 pmDoes anybody have (positive) experience with installing the tool under Windows? I put it in a directory .../Src/Mod/SelectionTool but don't know how to get FC to recognise it. It doesn't show up in menu item Edit > Preference > Display as I automatically got under Ubuntu