TechDraw LineGroup: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:10-->
===Overview=== <!--T:10-->
===Overview===
LineGroups are used to control the appearance of various types of lines. If you have write permission you can edit "../data/Mod/TechDraw/LineGroup/LineGroup.csv" to add your own LineGroups. You can specify your favourite defaults in [[TechDraw_Preferences|Preferences]].
LineGroups are used to control the appearance of various types of lines. If you have write permission you can edit "../data/Mod/TechDraw/LineGroup/LineGroup.csv" to add your own LineGroups. You can specify your favourite defaults in [[TechDraw_Preferences|Preferences]].


<!--T:11-->
{{Code|code=
{{Code|code=
;FreeCAD LineGroup Definitions
;FreeCAD LineGroup Definitions
Line 12: Line 12:
;extra: not implemented
;extra: not implemented


<!--T:12-->
*FC 0.25mm,0.13,0.18,0.25,0.50
*FC 0.25mm,0.13,0.18,0.25,0.50
*FC 0.35mm,0.18,0.25,0.35,0.70
*FC 0.35mm,0.18,0.25,0.35,0.70
Line 20: Line 21:




<!--T:13-->
Back to [[TechDraw_Module|TechDraw]].
Back to [[TechDraw_Module|TechDraw]].



Revision as of 21:34, 3 February 2018

Overview

LineGroups are used to control the appearance of various types of lines. If you have write permission you can edit "../data/Mod/TechDraw/LineGroup/LineGroup.csv" to add your own LineGroups. You can specify your favourite defaults in Preferences.

;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


Back to TechDraw.