View Issue Details

IDProjectCategoryView StatusLast Update
0003618FEMBugpublic2018-09-26 18:00
Reporterberndhahnebach Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version0.18 
Summary0003618: FEM, GUI, mesh view provider, highlighted node show wrong node number on selection
Descriptionsee forum post https://forum.freecadweb.org/viewtopic.php?f=10&t=31150&p=258746#p258746

- open the file from first post
- select the node shown in the screen in post (it is Node 7)
- run the following code to highlight Node7
-
Gui.ActiveDocument.Box_Mesh.HighlightedNodes = [7]
- the node should be green
- again select the node, it will be Node1 and no longer Node7
- run the following code to delete the highligting
Gui.ActiveDocument.Box_Mesh.HighlightedNodes = [0]
- select the node, it will be Node7 again
TagsNo tags attached.
FreeCAD Information

Issue History

Date Modified Username Field Change
2018-09-26 16:12 berndhahnebach New Issue
2018-09-26 16:12 berndhahnebach Status new => confirmed
2018-09-26 18:00 wmayer Assigned To => wmayer
2018-09-26 18:00 wmayer Status confirmed => closed
2018-09-26 18:00 wmayer Resolution open => fixed
2018-09-26 18:00 wmayer Fixed in Version => 0.18
2018-09-26 18:00 wmayer Note Added: 0011857