TechDraw Hatch/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=TechDraw Hatch
|Name=TechDraw Hatch
Line 7: Line 8:
|SeeAlso=
|SeeAlso=
}}
}}
</div>


==Description==
==Description==
Line 33: Line 35:
}}
}}
==Notes==
==Notes==
* Note that hatch patterns are not included when a drawing page is saved as an Svg file.
* Note that Svg hatch patterns are not included when a drawing page is saved as an Svg file.
{{clear}}
{{clear}}
<languages/>
<languages/>

Revision as of 21:30, 3 February 2018

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 Svg hatch patterns are not included when a drawing page is saved as an Svg file.
Other languages: