Draft Slope/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/pl |Rysunek roboczy do szkicu |Odwróć wymiar |środowisko pracy Rysunek Roboczy |IconL=Draft_Draft2Sketch.svg |IconR=Draft_FlipDimension.svg |IconC=Workbench_Draft.svg }}")
(Created page with "{{GuiCommand/pl |Name=Draft Slope |Name/pl=Rysunek Roboczy: Ustaw nachylenie |MenuLocation=Modyfikacja → Ustaw nachylenie |Workbenches=Rysunek Roboczy, Architektura |Version=0.17 }}")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/pl
|Name=Draft Slope
|Name=Draft Slope
|Name/pl=Rysunek Roboczy: Ustaw nachylenie
|MenuLocation=ModificationSet slope
|MenuLocation=ModyfikacjaUstaw nachylenie
|Workbenches=[[Draft_Workbench|Draft]], [[Arch_Workbench|Arch]]
|Workbenches=[[Draft_Workbench/pl|Rysunek Roboczy]], [[Arch_Workbench/pl|Architektura]]
|Version=0.17
|Version=0.17
}}
}}

Revision as of 10:28, 18 December 2023

Rysunek Roboczy: Ustaw nachylenie

Lokalizacja w menu
Modyfikacja → Ustaw nachylenie
Środowisko pracy
Rysunek Roboczy, Architektura
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
brak

Description

The Draft Slope command slopes selected Draft Lines or Draft Wires by increasing, or decreasing, the Z coordinate of all points after the first one. It can also be used to flatten Draft Wires. Note that the slope is relative to the XY plane defined by the DANEPlacement of the objects.

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

Usage

  1. Select one or more Draft Lines and/or Draft Wires.
  2. There are several ways to invoke the command:
    • Press the Set slope button.
    • Select the Modification → Set slope option from the menu.
  3. Enter a Slope value. 0 means each segment is horizontal, 0.5 means the delta height for each segment is 0.5 times its length, etc. The value can also be negative.
  4. Press Enter or the OK button to finish the command.

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.