Skip to content

Commit

Permalink
Path.Area: make Area.Reorder default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Jan 20, 2017
1 parent 298ad1e commit 797793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/App/AreaParams.h
Expand Up @@ -51,7 +51,7 @@
((enum,coplanar,Coplanar,2,"Specifies the way to check coplanar.\n"\
"'Force' will discard non coplaner shapes, but 'Check' only gives warning.",\
(None)(Check)(Force)))\
((bool,reorder,Reorder,false,"Re-orient closed wires in wire only shapes so that inner wires become holes."))\
((bool,reorder,Reorder,true,"Re-orient closed wires in wire only shapes so that inner wires become holes."))\
((enum,open_mode,OpenMode,0,"Specify how to handle open wires.\n"\
"'None' means combin without openeration.\n"\
"'Edges' means separate to edges before Union.\n"\
Expand Down

0 comments on commit 797793b

Please sign in to comment.