View Issue Details

IDProjectCategoryView StatusLast Update
0002761FreeCADBugpublic2016-11-08 23:50
Reportereasyw-fc Assigned Toyorik  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformallOSallOS Versionall
Product Version0.17 
Summary0002761: dxf export fails from Shape2DView
DescriptionFC 0.17.8866 fails in exporting DXF from a Shape2DView
Steps To Reproducefor example create a Cube in Part Design, then I create the Shape2DView and try to export it as Autodesk DXF ...
this is the error I get
processing Shape2DView
Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "C:\FreeCAD\Mod\Draft\importDXF.py", line 1855, in export
    block = getBlock(sh,ob,lwPoly)
  File "C:\FreeCAD\Mod\Draft\importDXF.py", line 1960, in getBlock
    r = view.Rotation
<type 'exceptions.AttributeError'>: 'FeaturePython' object has no attribute 'Rotation'

here a topic in the forum
http://forum.freecadweb.org/viewtopic.php?f=3&t=18407&p=143944
Additional Informationprevious FC 0.17 releases worked fine (i.e. FC 0.17 7745)
it seems related to this commit
https://github.com/FreeCAD/FreeCAD/commit/945d99f9821ba1c6b09eaf90570ab89e219e1889
Draft: implemented dxf export of techdraw pages
TagsNo tags attached.
FreeCAD Information

Activities

easyw-fc

2016-11-08 19:12

reporter  

simple-cube-to-dxf.FCStd (Attachment missing)

Related Changesets

FreeCAD: master c5911b66

2016-11-09 00:49:36

yorik

Details Diff
Draft: fixed DXF export - fixes 0002761 Affected Issues
0002761
mod - src/Mod/Draft/importDXF.py Diff File

Issue History

Date Modified Username Field Change
2016-11-08 19:12 easyw-fc New Issue
2016-11-08 19:12 easyw-fc File Added: simple-cube-to-dxf.FCStd
2016-11-08 22:11 yorik Assigned To => yorik
2016-11-08 22:11 yorik Status new => assigned
2016-11-08 23:49 yorik Changeset attached => FreeCAD Master master c5911b66
2016-11-08 23:49 yorik Status assigned => closed
2016-11-08 23:50 yorik Resolution open => fixed