TechDraw Hatch/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/ru |Name=TechDraw Hatch |Name/ru=TechDraw Hatch |Workbenches=TechDraw |MenuLocation=TechDraw → Hatch |Shortcut= |SeeAlso= }}")
 
(Updating to match new version of source page)
Line 9: Line 9:


==Description==
==Description==
The Hatch tool fills a closed region in a View with a Hatch pattern. Patterns are created as SVG files. Sample patterns are available in ".../Mod/Draft/Resources/patterns".
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==
==How to use==

Revision as of 21:40, 23 February 2017

TechDraw Hatch

Системное название
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 Hatch button
  3. You may need to press recompute .

Options

None.

Properties

  • ДанныеSource: The View and Face to receive the hatch pattern.
  • ДанныеHatch Pattern: Full path and filename to an SVG pattern file.
  • ДанныеHatch Color: Hatch pattern will be displayed in this color.

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

  • Note that hatch patterns are not included when a drawing page is saved as an Svg file.
Other languages: