TechDraw LineGroup/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[TechDraw_ExportPageDXF|ExportPageDXF]]
|[[TechDraw_WeldSymbol|Add Welding Information to Leader]]
|[[TechDraw_Templates|Templates]]
|[[TechDraw_Templates|Templates]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_WeldSymbol.svg
|IconL=TechDraw_ExportPageDXF.svg
|IconC=Workbench_TechDraw.svg
|IconR=
|IconR=
|IconC=Workbench_TechDraw.svg
}}
}}


{{TOCright}}
{{GuiCommand
|Name=TechDraw LineGroup
|MenuLocation=TechDraw → Insert Default Page
|Workbenches=[[TechDraw Module|TechDraw]]
|SeeAlso=
}}


== Description ==

== Overview ==


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


== Usage ==
If you have write permission you can edit {{incode|LineGroup.csv}} to add your own LineGroups.

# Go to the preferences tab ''[[TechDraw_Preferences#Annotation|Annotation]]''.
# Select in the field '''Line Width Group''' a LineGroup. These are the groups defined in the LineGroup definition csv file.

To change the LineGroups definition file
# Go to the preferences tab ''[[TechDraw_Preferences#General|General]]''.
# Select in the field '''Line Group File''' a LineGroup definition file.

== Customizing LineGroups ==

If you have write permission, you can edit {{incode|LineGroup.csv}} to add your own LineGroups.


This file is usually in
This file is usually in:


{{Code|code=
{{Code|code=
Line 35: Line 41:
}}
}}


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 ==
== LineGroup File Path ==
Line 42: Line 48:
* '''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.


Line 62: Line 68:
}}
}}


== Notes ==
== Note ==


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



{{Docnav
{{Docnav
|[[TechDraw_ExportPageDXF|ExportPageDXF]]
|[[TechDraw_WeldSymbol|Add Welding Information to Leader]]
|[[TechDraw_Templates|Templates]]
|[[TechDraw_Templates|Templates]]
|[[TechDraw_Module|TechDraw]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=TechDraw_WeldSymbol.svg
|IconL=TechDraw_ExportPageDXF.svg
|IconR=
|IconC=Workbench_TechDraw.svg
|IconC=Workbench_TechDraw.svg
|IconR=
}}
}}


{{TechDraw Tools navi}}
{{TechDraw Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi}}

[[Category:User Documentation]]

Latest revision as of 15:27, 2 June 2023

Description

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

Usage

  1. Go to the preferences tab Annotation.
  2. Select in the field Line Width Group a LineGroup. These are the groups defined in the LineGroup definition csv file.

To change the LineGroups definition file

  1. Go to the preferences tab General.
  2. Select in the field Line Group File a LineGroup definition file.

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

Note

  • Line width in TechDraw is always specified in mm, even when using other unit systems.