View Issue Details

IDProjectCategoryView StatusLast Update
0002771FreeCADBugpublic2016-11-17 10:02
ReporterHoWil Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.17 
Summary0002771: patharray not working in 0.17; settings missing
DescriptionPatharray is not functional on my version of 0.17. In the Data-view only 'Base' and 'Path Obj' are visible all other settings like 'Align' are missing (compare http://www.freecadweb.org/wiki/index.php?title=Draft_PathArray#Technical_Explanation).

The base object and the path are also not accepted when the were selected before using patharray.

Still working in 0.16 (6453).
The array is not shown when opening an FC file saved in 0.16 including an patharray.


Given error message when starting FC from terminal and reproducing the patharray example listed.
Running the Python command 'Draft_PathArray' failed:
Traceback (most recent call last):
  File "/usr/lib/freecad-daily/Mod/Draft/DraftTools.py", line 4253, in Activated
    self.proceed()
  File "/usr/lib/freecad-daily/Mod/Draft/DraftTools.py", line 4267, in proceed
    Draft.makePathArray(base,path,defCount,defXlate,defAlign,pathsubs)
  File "/usr/lib/freecad-daily/Mod/Draft/Draft.py", line 1103, in makePathArray
    _PathArray(obj)
  File "/usr/lib/freecad-daily/Mod/Draft/Draft.py", line 5289, in __init__
    obj.addProperty("App::PropertyLinkSubList","PathSubs",QT_TRANSLATE_NOOP("App::Property","Draft","Selected subobjects (edges) of PathObj"))
Steps To ReproduceInsert a cylinder in part design; draw a arc in Draft-wb; select cylinder and arc and use patharray.

->
No patharray is created; Settings are missing.

Additional Information






OS: Ubuntu 16.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.8922 (Git)
Build type: None
Branch: master
Hash: 7f58ad2a4bbf0daad18cf59dddf32befeca1b60a
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
TagsNo tags attached.
FreeCAD Information

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master 3ce0de62

2016-11-17 02:59:33

wandererfan

Details Diff
Fix 0002771 handling of PropertyLinkSubList in Draft.PathArray Affected Issues
0002771
mod - src/Mod/Draft/Draft.py Diff File

FreeCAD: master 83444cc4

2016-11-17 11:02:04

wwmayer


Committer: GitHub Details Diff
Merge pull request 0000340 from WandererFan/PathArray17

Fix 0002771 handling of PropertyLinkSubList in Draft.PathArray
Affected Issues
0002771
mod - src/Mod/Draft/Draft.py Diff File

Issue History

Date Modified Username Field Change
2016-11-14 15:10 HoWil New Issue
2016-11-17 10:02 wandererfan Changeset attached => FreeCAD Master master 3ce0de62
2016-11-17 10:02 Changeset attached => FreeCAD Master master 83444cc4
2016-11-17 10:02 guest Status new => closed
2016-11-17 10:02 guest Resolution open => fixed