From d52cf81bce1e9a0c508f8be5dd9bc4bc2a3306fa Mon Sep 17 00:00:00 2001 From: Kevin Martin Date: Mon, 8 Jan 2024 21:08:51 -0500 Subject: [PATCH] Move the "Treat ellipses and splines as polylines" to DXF *output* options This option control DXF export but was confusingly in the Import options area. Fixes #11659 --- src/Mod/Draft/Resources/ui/preferences-dxf.ui | 146 +++++++++--------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/src/Mod/Draft/Resources/ui/preferences-dxf.ui b/src/Mod/Draft/Resources/ui/preferences-dxf.ui index 059cb5c332..724586e96e 100644 --- a/src/Mod/Draft/Resources/ui/preferences-dxf.ui +++ b/src/Mod/Draft/Resources/ui/preferences-dxf.ui @@ -478,78 +478,6 @@ as closed wires with correct width - - - - - - Ellipse export is poorly supported. Use this to export them as polylines instead. - - - Treat ellipses and splines as polylines - - - true - - - DiscretizeEllipses - - - Mod/Draft - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Max Spline Segment: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - Maximum length of each of the polyline segments. -If it is set to '0' the whole spline is treated as a straight segment. - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - mm - - - 9999.989999999999782 - - - 5.000000000000000 - - - maxsegmentlength - - - Mod/Draft - - - - - @@ -559,7 +487,79 @@ If it is set to '0' the whole spline is treated as a straight segment. Export options - + + + + + + Ellipse export is poorly supported. Use this to export them as polylines instead. + + + Treat ellipses and splines as polylines + + + true + + + DiscretizeEllipses + + + Mod/Draft + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Max Spline Segment: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + Maximum length of each of the polyline segments. +If it is set to '0' the whole spline is treated as a straight segment. + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + mm + + + 9999.989999999999782 + + + 5.000000000000000 + + + maxsegmentlength + + + Mod/Draft + + + + + +