TechDraw Hatch/ru


TechDraw Hatch.png TechDraw Hatch

Расположение в меню
TechDraw → Hatch
Верстаки
TechDraw
Быстрые клавиши
См. также


Description

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".

How to use

  1. Select an closed region in a View. The region will turn green.
  2. Press the TechDraw Hatch.png Hatch button
  3. You may need to press recompute View-rotate-right.png.

Options

None.

Properties

Scripting

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) 

Notes

Online version: "http://www.freecadweb.org/wiki/index.php?title=TechDraw_Hatch/ru&oldid=288894"

Navigation menu