This was done as a profile cut with a boundary dressup afterwards....then I tried to apply the Tag Dressup on the result....
The process fails with a error....
Code: Select all
Traceback (most recent call last):
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupTagGui.py", line 561, in Activated
FreeCADGui.doCommand("PathScripts.PathDressupTagGui.Create(App.ActiveDocument.%s)" % baseObject.Name)
File "<string>", line 1, in <module>
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupTagGui.py", line 528, in Create
obj = PathDressupTag.Create(baseObject, name)
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupHoldingTags.py", line 1089, in Create
dbo.setup(obj, True)
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupHoldingTags.py", line 1041, in setup
obj.Width = self.pathData.defaultTagWidth()
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupHoldingTags.py", line 719, in defaultTagWidth
width = self.shortestAndLongestPathEdge()[1].Length / 10
File "C:\Program Files\FreeCAD 0.19\Mod\Path\PathScripts\PathDressupHoldingTags.py", line 601, in shortestAndLongestPathEdge
return (edges[0], edges[-1])
list index out of range