Draft Slope/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 11: Line 11:


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand|Name=Draft Slope|Workbenches=[[Draft Module|Draft]], [[Arch Module|Arch]]|MenuLocation=Draft → Utilities → Set Slope|SeeAlso=}}
{{GuiCommand|Name=Draft Slope|Workbenches=[[Draft Workbench|Draft]], [[Arch Workbench|Arch]]|MenuLocation=Draft → Utilities → Set Slope|SeeAlso=}}
</div>
</div>



Revision as of 07:29, 28 August 2021

Draft Slope

Menu location
Draft → Utilities → Set Slope
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
-
See also
None

Description

Descriere

Acest instrument permite setarea pantei (orizontală verticală) a filamentelor sau liniilor selectate. Prin setarea unei valori a pantei, toate vârfurile după primul vor avea valoarea Z modificată, astfel încât diferitele segmente ale firelor sau liniilor vor avea înclinarea dată.

On the left a horizontal Draft Line. On the right the same line with a slope value of 1 (angle is 45°)

Usage

Cum se utilizează

  1. Selectați unul sau mai multe obiecte Wire sau Line
  2. Selectați meniul Schiță → Utilitare → 16px Setați panta
  3. Setați valoarea dorită "" panta "" în caseta panoului de activități
  4. Apăsați butonul 'OK'

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

There is no Python method to slope objects. To emulate the results of the Draft Slope command the Points property of wire objects has to be modified.