Draft Slope/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 11: Line 11:
</div>
</div>


==Description==
==Description==

For a selected [[Draft Line]] or [[Draft Wire]] drawn on the XY plane, the Draft Slope tool increases the Z coordinate of all vertices after the first one, so that the line or wire has the defined slope.
For a selected [[Draft Line]] or [[Draft Wire]] drawn on the XY plane, the Draft Slope tool increases the Z coordinate of all vertices after the first one, so that the line or wire has the defined slope.


Line 19: Line 20:
{{Caption|Horizontal line; line with slope changed to 45°}}
{{Caption|Horizontal line; line with slope changed to 45°}}


==Usage==
==Usage==

# Select a [[Draft Line]] or [[Draft Wire]] object.
# Select a [[Draft Line]] or [[Draft Wire]] object.
# Go to the menu {{MenuCommand|Draft → Utilities → [[Image:Draft Slope.png|16px]] [[Draft Slope|Set Slope]]}}.
# Go to the menu {{MenuCommand|Draft → Utilities → [[Image:Draft Slope.png|16px]] [[Draft Slope|Set Slope]]}}.
Line 35: Line 37:
{{Docnav|[[Draft_VisGroup|VisGroup]]|[[Draft AutoGroup|AutoGroup]]|[[Draft_Module|Draft]]|IconL=Draft_VisGroup.svg|IconC=Workbench_Draft.svg|IconR=Draft_AutoGroup.svg}}
{{Docnav|[[Draft_VisGroup|VisGroup]]|[[Draft AutoGroup|AutoGroup]]|[[Draft_Module|Draft]]|IconL=Draft_VisGroup.svg|IconC=Workbench_Draft.svg|IconR=Draft_AutoGroup.svg}}


{{Draft Tools navi}}
{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi}}
{{clear}}
{{clear}}

Revision as of 21:31, 21 February 2020

Draft Slope

Системное название
Draft Slope
Расположение в меню
Черчение → Утилиты → Set Slope
Верстаки
Draft, Arch
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Description

For a selected Draft Line or Draft Wire drawn on the XY plane, the Draft Slope tool increases the Z coordinate of all vertices after the first one, so that the line or wire has the defined slope.

The equivalent action is editing the object and moving the points manually to a new position.

Horizontal line; line with slope changed to 45°

Usage

  1. Select a Draft Line or Draft Wire object.
  2. Go to the menu Draft → Utilities → File:Draft Slope.png Set Slope.
  3. Set the desired slope value, and press the OK button.

The slope value is the tangent of the elevation angle:

  • 0 means the line is completely horizontal, because tan(0°) = 0.
  • 1 means 45 degrees up, because tan(45°) = 1.
  • 0.577 means 30 degrees up, because tan(30°) = 0.577.
  • 1.732 means 60 degrees up, because tan(60°) = 1.732, etc.

Negative values are also possible:

  • -1 means 45 degrees down, because tan(-45°) = -1, etc.