TechDraw LineGroup: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (Removed category that is already included via {{Userdocnavi}})
(5 intermediate revisions by 3 users not shown)
Line 10: Line 10:
|IconR=
|IconR=
}}
}}
</translate>

{{TOCright}}
<!--T:26-->
<translate>
{{GuiCommand
|Name=TechDraw LineGroup
|MenuLocation=TechDraw → Insert Default Page
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=
}}



== Overview == <!--T:10-->
== Overview == <!--T:10-->
Line 25: Line 19:
LineGroups are used to control the appearance of various types of lines.
LineGroups are used to control the appearance of various types of lines.


<!--T:18-->
=== Customizing LineGroups === <!--T:18-->
If you have write permission you can edit {{incode|LineGroup.csv}} to add your own LineGroups.
If you have write permission you can edit {{incode|LineGroup.csv}} to add your own LineGroups.


<!--T:19-->
<!--T:19-->
This file is usually in
This file is usually in:


</translate>
</translate>
Line 47: Line 41:


<!--T:21-->
<!--T:21-->
You can specify your favourite defaults in the [[TechDraw Preferences|TechDraw Preferences]].
You can specify your favorite defaults in the [[TechDraw Preferences|TechDraw Preferences]].


== LineGroup File Path == <!--T:14-->
== LineGroup File Path == <!--T:14-->


<!--T:27-->
</translate>
* '''Windows''': {{incode|C:\Program Files\FreeCAD\data\Mod\TechDraw\LineGroup\}}
* '''Windows''': {{incode|C:\Program Files\FreeCAD\data\Mod\TechDraw\LineGroup\}}
* '''Mac''': {{incode|/Applications/FreeCAD.app/Contents/Mod/TechDraw/LineGroup/}}
* '''Mac''': {{incode|/Applications/FreeCAD.app/Contents/Mod/TechDraw/LineGroup/}}
* '''Linux''': {{incode|/usr/share/freecad/Mod/TechDraw/LineGroup/}}
* '''Linux''': {{incode|/usr/share/freecad/Mod/TechDraw/LineGroup/}}
** ''freecad-daily PPA'': {{incode|/usr/share/freecad-daily/Mod/TechDraw/LineGroup/}}
** '''''freecad-daily PPA''''': {{incode|/usr/share/freecad-daily/Mod/TechDraw/LineGroup/}}
Note: A new preference has been added to allow you to use your own personal LineGroup file.
Note: A new preference has been added to allow you to use your own personal LineGroup file.


</translate>
{{Code|code=
{{Code|code=
;FreeCAD LineGroup Definitions
;FreeCAD LineGroup Definitions
Line 98: Line 93:
{{Userdocnavi}}
{{Userdocnavi}}


<!--T:9-->
[[Category:User Documentation]]
</translate>
</translate>

Revision as of 00:40, 4 February 2020

Overview

LineGroups are used to control the appearance of various types of lines.

Customizing LineGroups

If you have write permission you can edit LineGroup.csv to add your own LineGroups.

This file is usually in:

$INSTALL_DIR/Mod/TechDraw/LineGroup/LineGroup.csv

Where $INSTALL_DIR is the directory where FreeCAD was installed, for example

/usr/share/freecad/Mod/TechDraw/LineGroup/LineGroup.csv

You can specify your favorite defaults in the TechDraw Preferences.

LineGroup File Path

  • Windows: C:\Program Files\FreeCAD\data\Mod\TechDraw\LineGroup\
  • Mac: /Applications/FreeCAD.app/Contents/Mod/TechDraw/LineGroup/
  • Linux: /usr/share/freecad/Mod/TechDraw/LineGroup/
    • freecad-daily PPA: /usr/share/freecad-daily/Mod/TechDraw/LineGroup/

Note: A new preference has been added to allow you to use your own personal LineGroup file.

;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

Notes

  • The LineGroup name (ex FC 0.25mm) must be entered exactly as specified in the CSV file.
  • Line width in TechDraw is always specified in mm, even when using other unit systems.