TechDraw GeomHatch

TechDraw GeomHatch.png TechDraw GeomHatch

Menu location
TechDraw → GeomHatch
Workbenches
TechDraw
Default shortcut
See also
TechDraw Hatching


Description

The Geometric Hatch tool fill a Face with a pattern based on an AutoDesk PAT hatching specification. A small set of sample patterns are available in ".../Mod/TechDraw/PAT/FCPAT.pat".

How to use

  1. Select an closed region in a View. The region will turn green.
  2. Press the Techdraw-geomhatch.png Hatch button
  3. a dialog will open where you may select your pattern, a scale for the pattern and a line weight.
  4. You may need to press recompute View-rotate-right.png and/or "wiggle" the parent View to get the pattern to update.

Options

None.

Properties

Scripting

Hatch can be added to areas in Views using Python.

hatch = FreeCAD.ActiveDocument.addObject('TechDraw::DrawGeomHatch','GeomHatch')
hatch.Source = (view1,["Face0"])
hatch.FilePattern = "path/to/myPATfile.pat"
hatch.NamePattern = "Diamond"
rc = page.addView(hatch) 

Notes

Online version: "http://www.freecadweb.org/wiki/index.php?title=TechDraw_GeomHatch&oldid=247819"

Navigation menu