MariwanJ / Design456

An attempt to create Direct Modeling workbench for FreeCAD
GNU General Public License v3.0
49 stars 6 forks source link

Smart Extrude fails if the object is Part shell #45

Closed MariwanJ closed 2 years ago

MariwanJ commented 2 years ago

13:00:50 'Design456_Extrude' getArrowPosition-Failed. 'Part.Shell' object has no attribute 'Surface' 13:00:50 'draw_arrow' Failed. 'NoneType' object is not subscriptable 13:00:50 Running the Python command 'Design456_SmartExtrude' failed, try to resume

MariwanJ commented 2 years ago

Actually, the problem was in the Design456_ExtendEdge. The part should be solid to use this tool. Don't know at the moment if Part.Shell should be supported? Bug fixed by c6f9e2d5e0f1dd0c1fd15abe7bb05c44cb9d8433