|
|
|
|
@@ -28,27 +28,99 @@
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="1,0,0">
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbFuseBeforeSection">
|
|
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<italic>true</italic>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Overlap Edges Scrub Passes</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbCrazyEdges">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<italic>true</italic>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Perform a fuse operation on input shape(s) before Section view processing</string>
|
|
|
|
|
<string>Include edges with unexpected geometry (zero length etc.) in results</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Fuse Before Section</string>
|
|
|
|
|
<string>Allow Crazy Edges</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>SectionFuseFirst</cstring>
|
|
|
|
|
<cstring>allowCrazyEdge</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/debug</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbMaxTiles">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Limit of 64x64 pixel SVG tiles used to hatch a single face.
|
|
|
|
|
For large scalings you might get an error about too many SVG tiles.
|
|
|
|
|
Then you need to increase the tile limit.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignRight</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>1000000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>10000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>MaxSVGTile</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/Decorations</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="2">
|
|
|
|
|
<widget class="Gui::PrefDoubleSpinBox" name="pdsbMarkFuzz">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>174</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Selection area around center marks
|
|
|
|
|
Each unit is approx. 0.1 mm wide</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>5.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>MarkFuzz</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
@@ -77,110 +149,29 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="2">
|
|
|
|
|
<widget class="Gui::PrefDoubleSpinBox" name="pdsbEdgeFuzz">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>174</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbNewFaceFinder">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Size of selection area around edges
|
|
|
|
|
Each unit is approx. 0.1 mm wide</string>
|
|
|
|
|
<string>If checked, FreeCAD will use the new face finder algorithm. If not checked, FreeCAD will use the original face finder.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string/>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use New Face Finder Algorithm</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>EdgeFuzz</cstring>
|
|
|
|
|
<cstring>NewFaceFinder</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edge Fuzz</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbCrazyEdges">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Include edges with unexpected geometry (zero length etc.) in results</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Allow Crazy Edges</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>allowCrazyEdge</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/debug</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbMaxPat">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Maximum hatch line segments to use
|
|
|
|
|
when hatching a face with a PAT pattern</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>1000000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>10000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>MaxSeg</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/PAT</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Mark Fuzz</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<item row="6" column="1">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
@@ -190,97 +181,40 @@ when hatching a face with a PAT pattern</string>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="2">
|
|
|
|
|
<widget class="Gui::PrefDoubleSpinBox" name="pdsbMarkFuzz">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>174</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Selection area around center marks
|
|
|
|
|
Each unit is approx. 0.1 mm wide</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>5.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>MarkFuzz</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<item row="10" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Max SVG Hatch Tiles</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbMaxTiles">
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbReportProgress">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Limit of 64x64 pixel SVG tiles used to hatch a single face.
|
|
|
|
|
For large scalings you might get an error about too many SVG tiles.
|
|
|
|
|
Then you need to increase the tile limit.</string>
|
|
|
|
|
<string>Issue progress messages while building View geometry</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>1000000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>10000</number>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Report Progress</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>MaxSVGTile</cstring>
|
|
|
|
|
<cstring>ReportProgress</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/Decorations</cstring>
|
|
|
|
|
<cstring>/Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbDebugDetail">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Dump intermediate results during Detail view processing</string>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Debug Detail</string>
|
|
|
|
|
<string>Edge Fuzz</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>debugDetail</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/debug</cstring>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Mark Fuzz</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
@@ -309,38 +243,32 @@ Then you need to increase the tile limit.</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbReportProgress">
|
|
|
|
|
<item row="11" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbMaxPat">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Issue progress messages while building View geometry</string>
|
|
|
|
|
<string>Maximum hatch line segments to use
|
|
|
|
|
when hatching a face with a PAT pattern</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Report Progress</string>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignRight</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>1000000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>10000</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>ReportProgress</cstring>
|
|
|
|
|
<cstring>MaxSeg</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>/Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbNewFaceFinder">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>If checked, FreeCAD will use the new face finder algorithm. If not checked, FreeCAD will use the original face finder.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use New Face Finder Algorithm</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>NewFaceFinder</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
<cstring>Mod/TechDraw/PAT</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
@@ -366,6 +294,93 @@ Then you need to increase the tile limit.</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="2">
|
|
|
|
|
<widget class="Gui::PrefDoubleSpinBox" name="pdsbEdgeFuzz">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>174</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Size of selection area around edges
|
|
|
|
|
Each unit is approx. 0.1 mm wide</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>EdgeFuzz</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbFuseBeforeSection">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<italic>true</italic>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Perform a fuse operation on input shape(s) before Section view processing</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Fuse Before Section</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>SectionFuseFirst</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="7" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbScrubCount">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>The number of times FreeCAD should try to remove overlapping edges returned by the Hidden Line Removal algorithm. A value of 0 indicates no scrubbing, 1 indicates a single pass and 2 indicates a second pass should be performed. Values above 2 are generally not productive. Each pass adds to the time required to produce the drawing.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>ScrubCount</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbDetectFaces">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
@@ -394,44 +409,48 @@ can be a performance penalty in complex models.</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<italic>true</italic>
|
|
|
|
|
</font>
|
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbDebugDetail">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Dump intermediate results during Detail view processing</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Overlap Edges Scrub Passes</string>
|
|
|
|
|
<string>Debug Detail</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>debugDetail</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/debug</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="10" column="0">
|
|
|
|
|
<item row="11" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Max PAT Hatch Segments</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="2">
|
|
|
|
|
<widget class="Gui::PrefSpinBox" name="sbScrubCount">
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="Gui::PrefCheckBox" name="cbSwitchWB">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>The number of times FreeCAD should try to remove overlapping edges returned by the Hidden Line Removal algorithm. A value of 0 indicates no scrubbing, 1 indicates a single pass and 2 indicates a second pass should be performed. Values above 2 are generally not productive. Each pass adds to the time required to produce the drawing.</string>
|
|
|
|
|
<string>If this box is checked, double clicking on a page in the tree will automatically switch to TechDraw and the page will be made visible.</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Switch Workbench on Click</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefEntry" stdset="0">
|
|
|
|
|
<cstring>ScrubCount</cstring>
|
|
|
|
|
<cstring>SwitchToWB</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefPath" stdset="0">
|
|
|
|
|
<cstring>Mod/TechDraw/General</cstring>
|
|
|
|
|
@@ -538,7 +557,7 @@ can be a performance penalty in complex models.</string>
|
|
|
|
|
<string><html><head/><body><p><span style=" font-weight:600;">Note:</span> Items in <span style=" font-style:italic;">italics</span> are default values for new objects. They have no effect on existing objects.</p></body></html></string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textFormat">
|
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
|
<enum>Qt::TextFormat::RichText</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
@@ -548,7 +567,7 @@ can be a performance penalty in complex models.</string>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
|