View Issue Details

IDProjectCategoryView StatusLast Update
0003319PathBugpublic2018-01-22 18:44
Reportersliptonic Assigned Tomlampert  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.17 
Target Version0.17Fixed in Version0.17 
Summary0003319: Tool Controller not found when setting up new Operation
DescriptionWhen setting up a new operation (contour, Face Profile, Drilling, MillFace) If the user has selected a sub-element like a face, the new operation is created but doesn't find the tool controller. The list is empty. If no subelement is selected, the TCs are found. A subelement can then be selected in the base geometry tab.


Traceback (most recent call last):
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 99, in setEdit
    self.setupTaskPanel(TaskPanel(vobj.Object, self.deleteObjectsOnReject(), page, selection))
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 108, in setupTaskPanel
    panel.setupUi()
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 882, in setupUi
    self.panelSetFields()
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 859, in panelSetFields
    page.pageSetFields()
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 211, in pageSetFields
    self.setFields(self.obj)
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 645, in setFields
    self.updateSelection(obj, FreeCADGui.Selection.getSelectionEx())
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 693, in updateSelection
    if self.selectionZLevel(sel) is not None:
  File "/home/brad/FCD/FC/Mod/Path/PathScripts/PathOpGui.py", line 683, in selectionZLevel
    if PathGeom.isHorizontal(sub):
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'isHorizontal'
Steps To Reproduce1) create a shape.
2) Start Path wb
3) select the Body and add a new Path Job.
4) select the top face of the shape and add a Face Profile operation.
TagsNo tags attached.
FreeCAD Information

Activities

Issue History

Date Modified Username Field Change
2018-01-19 16:40 sliptonic New Issue
2018-01-19 16:40 sliptonic Status new => assigned
2018-01-19 16:40 sliptonic Assigned To => mlampert
2018-01-22 18:44 wmayer Status assigned => closed
2018-01-22 18:44 wmayer Resolution open => fixed
2018-01-22 18:44 wmayer Fixed in Version => 0.17
2018-01-22 18:44 wmayer Note Added: 0010816