TechDraw Hatching/it: Difference between revisions

From FreeCAD Documentation
(Created page with "TechDraw Tratteggio")
 
(Updating to match new version of source page)
 
(104 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
===Overview===
TechDraw has two hatching tools: [[File:techdraw-hatch.png|32px]] [[TechDraw_Hatch|Hatch Area]](tile based) and [[File:techdraw-geomhatch.png|32px]] [[TechDraw_GeomHatch|Geometric Hatch]] (line based).


{{Docnav/it
For either tool, select a Face,
|[[TechDraw_Templates/it|Modelli di squadrature]]
[[File:SelectFace.png|150px]]
|[[TechDraw_Geometric_dimensioning_and_tolerancing/it|Dimensionamento e tolleranza geometrica]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=
|IconR=
|IconC=Workbench_TechDraw.svg
}}


{{TOCright}}
then press the appropriate icon. The face will be hatched initially using default values. Edit the hatch properties to get the desired pattern.


<span id="Description"></span>
===Hatch Area===
==Descrizione==
Hatch Area uses Svg or bitmap bases tiles to cover the selected Face.


<div class="mw-translate-fuzzy">
Svg tiles are typically 64x64 pixel images. Some examples are available on [https://github.com/FreeCAD/FreeCAD/tree/master/src/Mod/Draft/Resources/patterns GitHub].
TechDraw ha due strumenti per il tratteggio:
*[[Image:TechDraw_Hatch.svg|32px]] [[TechDraw_Hatch/it|Tratteggio da modello]] (basato su tasselli)
*[[Image:TechDraw_GeometricHatch.svg|32px]] [[TechDraw_GeometricHatch/it|Tratteggio geometrico]] (basato su linee).
</div>


== Image based hatch ==
Any bitmap file can be used (png, jpeg, etc) as a fill. Results are best with many small repeated images rather than fewer larger images.


<div class="mw-translate-fuzzy">
Default Hatch Area fills can be specified in [[TechDraw_Preferences|Preferences]].
===Tratteggio da modello===
Il [[Image:TechDraw_Hatch.svg|24px]] [[TechDraw_Hatch/it|Tratteggio da modello]] utilizza delle tessere di base [[SVG/it|SVG]] o [[bitmap/it|bitmap]] per coprire la faccia selezionata.
</div>


Di solito le tessere SVG sono delle immagini di '''64x64''' pixel. Tutti i file di pattern forniti con FreeCAD sono disponibili su [https://github.com/FreeCAD/FreeCAD/tree/master/src/Mod/TechDraw/Patterns GitHub].
===Geometric Hatch===

Geometric Hatch forms a pattern of lines based on a specification read from a file. This file is generally compatible with the widely used AutoDesk® PAT format. A small selection of patterns is included in the FCPAT.pat file:
Bitmap based patterns are displayed with a fixed resolution of 10 px/mm relative to the page.

<div class="mw-translate-fuzzy">
I riempimenti di tratteggio predefiniti possono essere specificati nelle [[TechDraw Preferences/it|Preferenze]].
</div>

=== Available SVG patterns ===

<gallery mode=nolines widths=96px heights=96px>
Image:Aluminium.svg|aluminium
Image:Brick01.svg|brick01
Image:Concrete.svg|concrete
Image:Cross.svg|cross
Image:Cuprous.svg|cuprous
Image:Diagonal1.svg|diagonal1
Image:Diagonal2.svg|diagonal2
Image:Earth.svg|earth
Image:General_steel.svg|general_steel<!--Keep underscore in caption as this is the name in the GUI-->
Image:Glass.svg|glass
Image:Hatch45L.svg|hatch45L
Image:Hatch45R.svg|hatch45R
Image:Hbone.svg|hbone
Image:Line.svg|line
Image:Plastic.svg|plastic
Image:Plus.svg|plus
Image:Simple.svg|simple
Image:Solid.svg|solid
Image:Square.svg|square
Image:Steel.svg|steel
Image:Titanium.svg|titanium
Image:Wood.svg|wood
Image:Woodgrain.svg|woodgrain
Image:Zinc.svg|zinc
</gallery>

== Geometric hatch ==

<div class="mw-translate-fuzzy">
===Tratteggio geometrico===
Il [[Image:TechDraw_GeometricHatch.svg|24px]] [[TechDraw_GeometricHatch/it|Tratteggio geometrico]] genera un modello di linee basato su una specifica letta da un file. Questo file è generalmente '''compatibile con il formato PAT di AutoDesk® ampiamente utilizzato'''. Una piccola selezione di modelli è inclusa nel file FCPAT.pat:
</div>


{{Code|code=
{{Code|code=
Line 33: Line 86:
*Diagonal4, 45 diagonal R, Solid, 4.0 mm separation
*Diagonal4, 45 diagonal R, Solid, 4.0 mm separation
45,0,0,0,4.0
45,0,0,0,4.0
*Diagonal5, 45 diagonal L, Solid, 4.0 mm separation
-45,0,0,0,4.0
*Square, square grid, Solid, 5.0 mm separation
*Square, square grid, Solid, 5.0 mm separation
90,1,1,0,5.0
90,1,1,0,5.0
Line 42: Line 97:
}}
}}


<div class="mw-translate-fuzzy">
You can add your own patterns if you have write permission to FCPAT.pat, or you can create your own *.pat file and point to it in [[TechDraw_Preferences|Preferences]].
Se si dispone dell'autorizzazione alla scrittura è possibile aggiungere i propri schemi in FCPAT.pat, oppure è possibile creare il proprio file *.pat e indicarlo nelle [[TechDraw_Preferences/it|Preferenze]].
</div>


<span id="PAT_File_Path"></span>
===Percorso del file PAT===


Il file {{incode|FCPAT.pat}} può essere trovato nel seguente percorso:
Back to [[TechDraw_Module|TechDraw]].


* '''Windows''': {{incode|C:\Program Files\FreeCAD\data\Mod\TechDraw\PAT\}}
* '''Mac''': {{incode|/Applications/FreeCAD.app/Contents/Mod/TechDraw/PAT/}}
* '''Linux''': {{incode|/usr/share/freecad/Mod/TechDraw/PAT/}}
** ''freecad-daily PPA'': {{incode|/usr/share/freecad-daily/Mod/TechDraw/PAT/}}



[[Category:User Documentation]]
{{Docnav/it
<languages/>
|[[TechDraw_Templates/it|Modelli di squadrature]]
|[[TechDraw_Geometric_dimensioning_and_tolerancing/it|Dimensionamento e tolleranza geometrica]]
|[[TechDraw_Workbench|TechDraw]]
|IconL=
|IconR=
|IconC=Workbench_TechDraw.svg
}}

{{TechDraw_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 20:14, 29 April 2023

Other languages:

Descrizione

TechDraw ha due strumenti per il tratteggio:

Image based hatch

Tratteggio da modello

Il Tratteggio da modello utilizza delle tessere di base SVG o bitmap per coprire la faccia selezionata.

Di solito le tessere SVG sono delle immagini di 64x64 pixel. Tutti i file di pattern forniti con FreeCAD sono disponibili su GitHub.

Bitmap based patterns are displayed with a fixed resolution of 10 px/mm relative to the page.

I riempimenti di tratteggio predefiniti possono essere specificati nelle Preferenze.

Available SVG patterns

Geometric hatch

Tratteggio geometrico

Il Tratteggio geometrico genera un modello di linee basato su una specifica letta da un file. Questo file è generalmente compatibile con il formato PAT di AutoDesk® ampiamente utilizzato. Una piccola selezione di modelli è inclusa nel file FCPAT.pat:

; standard PAT patterns

*Diamond, 45 diagonals L & R, Solid, 1.0 mm separation
45,0,0,0,1.0
-45,0,0,0,1.0
*Diamond2, 45 diagonals L & R, Solid, 2.0 mm separation
45,0,0,0,2.0
-45,0,0,0,2.0
*Diamond4, 45 diagonals L & R, Solid, 4.0 mm separation
45,0,0,0,4.0
-45,0,0,0,4.0
*Diagonal4, 45 diagonal R, Solid, 4.0 mm separation
45,0,0,0,4.0
*Diagonal5, 45 diagonal L, Solid, 4.0 mm separation
-45,0,0,0,4.0
*Square, square grid, Solid, 5.0 mm separation 
90,1,1,0,5.0
0,0,0,1,5.0
*Horizontal5, horizontal lines, Solid 5.0 separation
0,0,0,0,5.0
*Vertical5, vertical lines, Solid, 5.0 separation
90,0,0,0,5.0

Se si dispone dell'autorizzazione alla scrittura è possibile aggiungere i propri schemi in FCPAT.pat, oppure è possibile creare il proprio file *.pat e indicarlo nelle Preferenze.

Percorso del file PAT

Il file FCPAT.pat può essere trovato nel seguente percorso:

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