Draft Slope/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav |Draft para Sketch |Reverter a direção das cotas |Draft |IconL=Draft_Draft2Sketch....")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[Draft_Draft2Sketch/pt-br|Draft para Sketch]]
|[[Draft_Draft2Sketch/pt-br|Draft para Sketch]]
Line 9: Line 10:
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
}}
}}
</div>


{{GuiCommand
{{GuiCommand
|Name=Draft Slope
|Name=Draft Slope
|MenuLocation=Modification → Set slope<br>Utilities → Set slope
|MenuLocation=Modification → Set slope<br>Utilities → Set slope
|Workbenches=[[Draft_Module|Draft]], [[Arch_Module|Arch]]
|Workbenches=[[Draft_Workbench|Draft]], [[Arch_Workbench|Arch]]
|Version=0.17
|Version=0.17
}}
}}
Line 41: Line 43:




<div class="mw-translate-fuzzy">
{{Docnav
{{Docnav
|[[Draft_Draft2Sketch/pt-br|Draft para Sketch]]
|[[Draft_Draft2Sketch/pt-br|Draft para Sketch]]
Line 49: Line 52:
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
}}
}}
</div>


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

Revision as of 19:50, 24 August 2021

Draft Slope

Menu location
Modification → Set slope
Utilities → Set slope
Workbenches
Draft, Arch
Default shortcut
None
Introduced in version
0.17
See also
None

Descrição

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 DadosPlacement 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°)

Utilização

  1. Select one or more Draft Lines and/or Draft Wires.
  2. There are several ways to invoke the command:
    • Press the Draft Slope button.
    • Select the Modification → Set slope option from the menu.
    • Select the Utilities → 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.