|
|
| poziția meniului |
|---|
| Draft → Trim/Extend |
| Ateliere |
| Draft, Arch |
| scurtătură |
| T R |
| Prezentat în versiune |
| - |
| A se vedea, de asemenea, |
| Part Extrude |
Descriere
Acest instrument taie/scurtează și/sau extinde linii și polilinii, și extrudează fațete.
Top: a Draft Wire extended and then trimmed.
Bottom: a face extruded into a solid body.
Trim or extend
Usage
- Selectați filamentul/polilinia pe care doriți să-l tăiați sau extindeți sau selectați o fațetă pe care doriți să o extrudați
- Apăsați butonul
Draft Trimex sau apăsați tatele T apoi R - Faceți clic pe un punct din vizualizarea 3D
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.
- tăierea sau extinderea este decisă automat din poziția mouse-ului
- dacă mutați cursorul mouse-ului peste un alt obiect, operația de ajustare / extindere se va apropia de acel obiect sau segment
- apăsând SHIFT va constrain pe segmentul în curs de curățare sau extindere
- apăsând ALT va inversa direcția de tăiere
- Când obiectul selectat este o față sau o față este selectată dintr-un obiect existent, instrumentul trimex trece în modul extruder. În modul extrudat, apăsarea tastei SHIFT eliberează extrudarea de pe fața normală și permite fixarea în altă parte.
Extrude
Usage
See also: Draft Snap and Draft Constrain.
- It can be helpful to first change the 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
Draft Trimex button.
- Select the Modification →
Trimex option from the menu.
- Use the keyboard shortcut: T then R.
- Press the
- If you have not yet selected an object or a face: select an object with a single face in the 3D View.
- The Trimex task panel opens. See Options for more information.
- To define the extrusion direction and distance do one of the following:
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
Scrip-Programare
Nu este disponibil. A se vedea instrumentul Part Extrude.
extrusion = extrude(obj, vector, solid=False)
objis the object to be extruded.vectoris the extrusion direction and distance.- If
solidisTruea solid is created instead of a shell. extrusionis 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()
Această pagină este preluată de la https://wiki.freecad.org/Draft_Trimex