|
Menu location |
---|
TechDraw → Hatch |
Workbenches |
TechDraw |
Default shortcut |
See also |
TechDraw Hatching |
The Hatch tool fills a closed region in a View with a Hatch pattern. Patterns are created as SVG or bitmap files. Sample SVG patterns are available in ".../Mod/Draft/Resources/patterns".
None.
Hatch can be added to areas in Views using Python.
hatch = FreeCAD.ActiveDocument.addObject('TechDraw::DrawHatch','Hatch') hatch.Source = (view1,["Face0"]) hatch.HatchPattern = hatchFileSpec rc = page.addView(hatch)