Implement LineGroups for default weights
- Add ability to control default weight for visible, hidden and decorative lines from a configuration file. Diffent sets of defaults can be specified as a preference.
This commit is contained in:
15
src/Mod/TechDraw/LineGroup/LineGroup.csv
Normal file
15
src/Mod/TechDraw/LineGroup/LineGroup.csv
Normal file
@@ -0,0 +1,15 @@
|
||||
;FreeCAD LineGroup Definitions
|
||||
;Format: *GroupName,thin,graphic,thick,extra
|
||||
;thin: hidden lines
|
||||
;graphic: dimensions, centerlines
|
||||
;thick: visible lines
|
||||
;extra: not implemented
|
||||
|
||||
*FC 0.25mm,0.13,0.18,0.25,0.50
|
||||
*FC 0.35mm,0.18,0.25,0.35,0.70
|
||||
*FC 0.50mm,0.25,0.35,0.50,1.0
|
||||
*FC 0.70mm,0.35,0.50,0.70,1.4
|
||||
*FC 1.00mm,0.50,0.70,1.00,2.00
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user