Skip to content

importDXF draftWPlane Fix

Jonathan Wiedemann requested to merge github/fork/Syres916/patch-3 into master

Created by: Syres916

To fix error: w.Placement = placementFromDXFOCS(polyline) File "E:\Data\My Downloads\FreeCAD_0.19.16587_x64_Conda_Py3QT5-WinVS2015\FreeCAD_0.19.16587_x64_Conda_Py3QT5-WinVS2015\Mod\Draft\importDXF.py", line 422, in placementFromDXFOCS draftWPlane = FreeCAD.DraftWorkingPlane <class 'AttributeError'>: module 'FreeCAD' has no attribute 'DraftWorkingPlane'

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.
Note: If you don't have wiki access, then please mention your contribution on the 0.19 Changelog Forum Thread.


Merge request reports