Draft Trimex/cs: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/cs|Name=Draft_Trimex|Name/cs=Kreslení Trimex|Workbenches=Kreslení, Architektura|MenuLocation=Kreslení -> Zakrácení/Pro...")
(Updating to match new version of source page)
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand/cs|Name=Draft_Trimex|Name/cs=Kreslení Trimex|Workbenches=[[Draft Module/cs|Kreslení]], [[Arch Module/cs|Architektura]]|MenuLocation=Kreslení -> Zakrácení/Prodloužení|Shortcut=T R|SeeAlso=[[Part Extrude/cs|DílVysunutí]]}}

{{Docnav
|[[Draft_Offset|Offset]]
|[[Draft_Stretch|Stretch]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_Offset.svg
|IconR=Draft_Stretch.svg
|IconC=Workbench_Draft.svg
}}

<div class="mw-translate-fuzzy">
{{GuiCommand/cs|Name=Draft Trimex|Name/cs=Kreslení Zakrácení/Prodloužení|Workbenches=[[Draft_Workbench/cs|Kreslení]], [[Arch_Workbench/cs|Architektura]]|MenuLocation=Kreslení → Zakrácení/Prodloužení|Shortcut=T R|SeeAlso=[[Part Extrude/cs|DílVysunutí]]}}
</div>


<span id="Description"></span>
==Popis==
==Popis==


<div class="mw-translate-fuzzy">
Tento nástroj upravuje/zařezává a prodlužuje přímky a lomené čáry a vysunuje plochy.
Tento nástroj zakracuje a prodlužuje přímky a lomené čáry a vysunuje plochy.
</div>


[[Image:Draft trimex example.jpg|400px]]
[[Image:Draft trimex example.jpg|400px]]
{{Caption|Top: a Draft Wire extended and then trimmed.<br>
Bottom: a face extruded into a solid body.}}


==Použití==
==Trim or extend==


===Usage===

<div class="mw-translate-fuzzy">
# Vyberte drát, který chcete zakrátit nebo prodloužit nebo vyberte plochu, kterou chcete vysunout
# Vyberte drát, který chcete zakrátit nebo prodloužit nebo vyberte plochu, kterou chcete vysunout
# Stiskněte tlačítko {{KEY|[[Image:Draft Trimex.png|16px]] [[Draft Trimex/cs|Kreslení Trimex]]}} nebo stiskněte klávesy {{KEY|T}} a potom {{KEY|R}}
# Stiskněte tlačítko {{KEY|[[Image:Draft Trimex.png|16px]] [[Draft Trimex/cs|Kreslení Zakrácení/Prodloužení]]}} nebo stiskněte klávesy {{KEY|T}} a potom {{KEY|R}}
# Click a point in the 3D view
# Klikněte na bod ve 3D pohledu
</div>


==Volby==
===Options===


The single character keyboard shortcuts available in the task panel can be changed. See [[Draft_Preferences|Draft Preferences]]. The shortcuts mentioned here are the default shortcuts.

* Hold down {{KEY|Alt}} to invert the default result of the command.
* Hold down {{KEY|Shift}} to restrict the operation to the current segment of a [[Draft_Wire|Draft Wire]].
* Press {{KEY|S}} to switch [[Draft_Snap|Draft snapping]] on or off.

Here is an example to explain the modifier keys. The left edge or the bottom edge of the U-shaped wire was extended. All [[Draft_Snap|Draft Snaps]] were turned off.

[[Image:Draft_Trimex_example2.png]]

<div class="mw-translate-fuzzy">
* zakracování nebo prodlužování je řízeno automaticky podle pozice myši
* zakracování nebo prodlužování je řízeno automaticky podle pozice myši
* když posunete kurzor přes další objekt, operace zakrátit/prodloužit zachytí tento objekt nebo segment
* když posunete kurzor přes další objekt, operace zakrátit/prodloužit zachytí tento objekt nebo segment
Line 20: Line 53:
* stisknutí klávesy {{KEY|ALT}} změní směr zakracování
* stisknutí klávesy {{KEY|ALT}} změní směr zakracování
* pokud je vybraným objektem plocha nebo je vybrána plocha z existujícího objektu, nástroj Trimex se přepne do vysunovacího módu. Stisknutí klávesy {{KEY|SHIFT}} ve vysunovacím módu uvolní vysunutí z kolmice plochy a umožní zachycení k čemukoliv.
* pokud je vybraným objektem plocha nebo je vybrána plocha z existujícího objektu, nástroj Trimex se přepne do vysunovacího módu. Stisknutí klávesy {{KEY|SHIFT}} ve vysunovacím módu uvolní vysunutí z kolmice plochy a umožní zachycení k čemukoliv.
</div>


==Extrude==

===Usage===

See also: [[Draft_Snap|Draft Snap]] and [[Draft_Constrain|Draft Constrain]].

# It can be helpful to first change the [[Draft_SelectPlane|Draft working plane]] so that it is not coplanar with the face you want to extrude.
# Optionally select a single face or an object with a single face.
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Draft_Trimex.svg|16px]] [[Draft_Trimex|Draft Trimex]]}} button.
#* Select the {{MenuCommand|Modification → [[Image:Draft_Trimex.svg|16px]] Trimex}} option from the menu.
#* Use the keyboard shortcut: {{KEY|T}} then {{KEY|R}}.
# If you have not yet selected an object or a face: select an object with a single face in the [[3D_view|3D view]].
# The {{MenuCommand|Trimex}} task panel opens. See [[#Options_2|Options]] for more information.
# To define the extrusion direction and distance do one of the following:
#* Pick a point in the [[3D_view|3D view]] that does no lie on the same plane as the face.
#* Make sure the pointer is on the correct side of the face in the [[3D_view|3D view]] and enter a {{MenuCommand|Distance}}.

===Options===

The modifier key mentioned here can be changed. See [[Draft_Preferences|Draft Preferences]].

* Hold {{KEY|Shift}} to extrude in a direction that is not parallel to the normal of the face.

==Scripting==

<div class="mw-translate-fuzzy">
==Skriptování==
==Skriptování==
</div>


<div class="mw-translate-fuzzy">
Není dostupné. Podívejte se na nástroj [[Part Extrude/cs|Díl vysunutí]].
Není dostupné. Podívejte se na nástroj [[Part Extrude/cs|Díl vysunutí]].
</div>


{{Code|code=
<languages/>
extrusion = extrude(obj, vector, solid=False)
}}

* {{incode|obj}} is the object to be extruded.
* {{incode|vector}} is the extrusion direction and distance.
* If {{incode|solid}} is {{incode|True}} a solid is created instead of a shell.
* {{incode|extrusion}} is returned with the created object.

Example:

{{Code|code=
import FreeCAD as App
import Draft

doc = App.newDocument()

rectangle = Draft.make_rectangle(1500, 500)
doc.recompute()

vector = App.Vector(0, 0, 300)
solid = Draft.extrude(rectangle, vector, solid=True)
doc.recompute()
}}


{{Docnav
|[[Draft_Offset|Offset]]
|[[Draft_Stretch|Stretch]]
|[[Draft_Workbench|Draft]]
|IconL=Draft_Offset.svg
|IconR=Draft_Stretch.svg
|IconC=Workbench_Draft.svg
}}

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

Latest revision as of 05:02, 9 January 2024

Kreslení Zakrácení/Prodloužení

Umístění Menu
Kreslení → Zakrácení/Prodloužení
Pracovní stoly
Kreslení, Architektura
Výchozí zástupce
T R
Představen ve verzi
-
Viz také
DílVysunutí

Popis

Tento nástroj zakracuje a prodlužuje přímky a lomené čáry a vysunuje plochy.

Top: a Draft Wire extended and then trimmed.
Bottom: a face extruded into a solid body.

Trim or extend

Usage

  1. Vyberte drát, který chcete zakrátit nebo prodloužit nebo vyberte plochu, kterou chcete vysunout
  2. Stiskněte tlačítko Kreslení Zakrácení/Prodloužení nebo stiskněte klávesy T a potom R
  3. Klikněte na bod ve 3D pohledu

Options

The single character keyboard shortcuts available in the task panel can be changed. See Draft Preferences. The shortcuts mentioned here are the default shortcuts.

  • Hold down Alt to invert the default result of the command.
  • Hold down Shift to restrict the operation to the current segment of a Draft Wire.
  • Press S to switch Draft snapping on or off.

Here is an example to explain the modifier keys. The left edge or the bottom edge of the U-shaped wire was extended. All Draft Snaps were turned off.

  • zakracování nebo prodlužování je řízeno automaticky podle pozice myši
  • když posunete kurzor přes další objekt, operace zakrátit/prodloužit zachytí tento objekt nebo segment
  • stisknutí klávesy SHIFT vytvoří vazbu k segmentu, který je aktuálně zakracován nebo prodlužován
  • stisknutí klávesy ALT změní směr zakracování
  • pokud je vybraným objektem plocha nebo je vybrána plocha z existujícího objektu, nástroj Trimex se přepne do vysunovacího módu. Stisknutí klávesy SHIFT ve vysunovacím módu uvolní vysunutí z kolmice plochy a umožní zachycení k čemukoliv.

Extrude

Usage

See also: Draft Snap and Draft Constrain.

  1. It can be helpful to first change the Draft working plane so that it is not coplanar with the face you want to extrude.
  2. Optionally select a single face or an object with a single face.
  3. There are several ways to invoke the command:
    • Press the Draft Trimex button.
    • Select the Modification → Trimex option from the menu.
    • Use the keyboard shortcut: T then R.
  4. If you have not yet selected an object or a face: select an object with a single face in the 3D view.
  5. The Trimex task panel opens. See Options for more information.
  6. To define the extrusion direction and distance do one of the following:
    • Pick a point in the 3D view that does no lie on the same plane as the face.
    • Make sure the pointer is on the correct side of the face in the 3D view and enter a Distance.

Options

The modifier key mentioned here can be changed. See Draft Preferences.

  • Hold Shift to extrude in a direction that is not parallel to the normal of the face.

Scripting

Skriptování

Není dostupné. Podívejte se na nástroj Díl vysunutí.

extrusion = extrude(obj, vector, solid=False)
  • obj is the object to be extruded.
  • vector is the extrusion direction and distance.
  • If solid is True a solid is created instead of a shell.
  • extrusion is returned with the created object.

Example:

import FreeCAD as App
import Draft

doc = App.newDocument()

rectangle = Draft.make_rectangle(1500, 500)
doc.recompute()

vector = App.Vector(0, 0, 300)
solid = Draft.extrude(rectangle, vector, solid=True)
doc.recompute()