Draft Workbench/pl: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Updating to match new version of source page)
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{docnav
|[[Arch Workbench|Arch Workbench]]
|[[Drawing Workbench|Drawing Workbench]]
|IconL=Workbench_Arch.svg
|IconR=Workbench_Drawing.svg
}}

[[Image:Workbench_Draft.svg|64px]]

<div class="mw-translate-fuzzy">
Moduł szkicu (draft) jest w czasie tworzenie i jest dość eksperymentalnym modułem stworzonym by dodać bazową funkcjonalność rysunku 2D do FreeCADa. Napisano go w pythonie - przeznaczony jest także do ukazania jak bardzo można rozwinąć FreeCADa w samym pythonie, bez dotykania kodu źródłowego.
Moduł szkicu (draft) jest w czasie tworzenie i jest dość eksperymentalnym modułem stworzonym by dodać bazową funkcjonalność rysunku 2D do FreeCADa. Napisano go w pythonie - przeznaczony jest także do ukazania jak bardzo można rozwinąć FreeCADa w samym pythonie, bez dotykania kodu źródłowego.
</div>

The created 2D objects can be used for general drafting in a way similar to Inkscape or Autocad. These 2D shapes can also be used as the base components of 3D objects created with other workbenches, for example, the [[Part Workbench|Part]] and [[Arch Workbench|Arch Workbench]]es. Conversion of Draft objects to [[Sketcher Workbench|Sketches]] is also possible, which means that the shapes can also be used with the [[PartDesign Workbench|PartDesign Workbench]] for the creation of solid bodies.

FreeCAD is primarily a 3D modelling application, and thus its 2D tools aren't as advanced as in other drawing programs. If your primary goal is the production of complex 2D drawings and [[DXF|DXF]] files, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as [https://en.wikipedia.org/wiki/LibreCAD LibreCAD], [https://en.wikipedia.org/wiki/QCad QCad], TurboCad, and others.

{{TOCright}}
[[Image:Draft_Workbench_Example.png|600px|Draft Workbench Example]]

<div class="mw-translate-fuzzy">
===Rysowanie obiektów===
===Rysowanie obiektów===
</div>

Narzędzia do tworzenia obiektów.

<div class="mw-translate-fuzzy">
* [[Image:Draft_Line.png|32px]] [[Draft_Line/pl|Dwupunktowa linia]]: Rysuje odcinek pomiędzy dwoma punktami
* [[Image:Draft_Wire.png|32px]] [[Draft Wire/pl|wielopunktowa linia (Polilinia)]]: Rysuje łamaną składającą się z wielu odcinków (pomiędzy wieloma punktami)
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle/pl|Okrąg]]: Rysuje okrąg bazując na środku i promieniu
* [[Image:Draft_Arc.png|32px]] [[Draft_Arc/pl|Łuk]]: rysuje łuk na bazie środka, promienia, kąta początkowego i kąta końcowego
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse/pl|Ellipse]]: Draws an ellipse from two corner points
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon/pl|Polygon]]: Draws a regular polygon from a center and a radius
* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle/pl|Prostokąt]]: Rysuje prostokąt na bazie dwóch przeciwległych punktów
* [[Image:Draft_Text.png|32px]] [[Draft_Text/pl|Tekst]]: Rysuje wieloliniową adnotację tekstową
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension/pl|Wymiar]]: Rysuje linię wymiarową
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline/pl|BSpline]]: Draws a B-Spline from a series of points
* [[Image:Draft_Point.png|32px]] [[Draft_Point/pl|Point]]: Inserts a point object
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString/pl|ShapeString]]: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder/pl|Facebinder]]: Creates a new object from selected faces on existing objects
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve/pl|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_Label.png|32px]] [[Draft_Label/pl|Label]]: Places a label with an arrow pointing to a selected element {{Version/pl|0.17}}
</div>

<div class="mw-translate-fuzzy">
===Modyfikowanie obiektów===
</div>

Narzędzia do modyfikacji istniejących obiektów. Pracują na zaznaczonych obiektach, jeśli żaden nie jest zaznaczony, zostaniesz poproszony o zaznaczenie.

Many operation tools (move, rotate, array, etc.) also work on solid objects ([[Part Workbench|Part]], [[PartDesign Workbench|PartDesign]], [[Arch Workbench|Arch]], etc.).

<div class="mw-translate-fuzzy">
* [[Image:Draft_Move.png|32px]] [[Draft_Move/pl|Przesuń]]: Przesuwa obiekty z jednego miejsca do drugiego
* [[Image:Draft_Rotate.png|32px]] [[Draft_Rotate/pl|Obróć]]: Obraca obiekty od kąta początkowego do końcowego
* [[Image:Draft_Offset.png|32px]] [[Draft_Offset/pl|Odsuń]]: Przenosi segmenty obiektu o określoną odległość
* [[Image:Draft_Trimex.png|32px]] [[Draft_Trimex/pl|Przytnij/Wydłuż (Trimex)]]: Przycina lub wydłuża obiekt
* [[Image:Draft_Upgrade.png|32px]] [[Draft_Upgrade/pl|Upgrade]]: Łączy obiekty do obiektu wyższego poziomu
* [[Image:Draft_Downgrade.png|32px]] [[Draft_Downgrade/pl|Downgrade]]: Rozbija obiekt na obiekty niższego poziomu
* [[Image:Draft_Scale.png|32px]] [[Draft_Scale/pl|Skaluj]]: Skaluje zaznaczone obiekty wokół punktu bazowego
* [[Image:Draft_PutOnSheet.png|32px]] [[Draft_Drawing/pl|Drawing]]: Writes selected objects to a [[Drawing Module|Drawing sheet]]
* [[Image:Draft_Edit.png|32px]] [[Draft_Edit/pl|Edit]]: Edits a selected object
* [[Image:Draft_WireToBSpline.png|32px]] [[Draft_WireToBSpline/pl|Wire to BSpline]]: Converts a wire to a BSpline and vice-versa
* [[Image:Draft_AddPoint.png|32px]] [[Draft_AddPoint/pl|Add point]]: Adds a point to a wire or BSpline
* [[Image:Draft_DelPoint.png|32px]] [[Draft_DelPoint/pl|Delete point]]: Deletes a point from a wire or BSpline
* [[Image:Draft_Shape2DView.png|32px]] [[Draft_Shape2DView/pl|Shape 2D View]]: Creates a 2D object which is a flattened 2D view of another 3D object
* [[Image:Draft_Draft2Sketch.png|32px]] [[Draft_Draft2Sketch/pl|Draft to Sketch]]: Converts a Draft object to Sketch and vice-versa
* [[Image:Draft_Array.png|32px]] [[Draft_Array/pl|Array]]: Creates a polar or rectangular array from selected objects
* [[Image:Draft_PathArray.png|32px]] [[Draft_PathArray/pl|Path Array]]: Creates an array of objects by placing the copies along a path
* [[Image:Draft_Clone.png|32px]] [[Draft_Clone/pl|Clone]]: Clones the selected objects
* [[Image:Draft_Mirror.png|32px]] [[Draft_Mirror/pl|Mirror]]: Mirrors the selected objects
* [[Image:Draft_Stretch.png|32px]] [[Draft_Stretch/pl|Stretch]]: Stretches the selected objects {{Version/pl|0.17}}
</div>

<div class="mw-translate-fuzzy">
===Ustawienia pracy===
</div>

<div class="mw-translate-fuzzy">
Narzędzia konfigurujące twoje środowisko robocze.
Narzędzia konfigurujące twoje środowisko robocze.
</div>
* [[Image:Draft_Line.png|32px]] [[Draft_Line|Line]]: Draws a line segment between 2 points
* [[Image:Draft_Wire.png|32px]] [[Draft_Wire|Wire]]: Draws a line made of multiple line segments (polyline)
* [[Image:Draft_Circle.png|32px]] [[Draft_Circle|Circle]]: Draws a circle from center and radius
* [[Image:Draft_Arc.png|32px]] [[Draft_Arc|Arc]]: Draws an arc segment from center, radius, start angle and end angle
* [[Image:Draft_Ellipse.png|32px]] [[Draft_Ellipse|Ellipse]]: Draws an ellipse from two corner points
* [[Image:Draft_Polygon.png|32px]] [[Draft_Polygon|Polygon]]: Draws a regular polygon from a center and a radius
* [[Image:Draft_Rectangle.png|32px]] [[Draft_Rectangle|Rectangle]]: Draws a rectangle from 2 opposite points
* [[Image:Draft_Text.png|32px]] [[Draft_Text|Text]]: Draws a multi-line text annotation
* [[Image:Draft_Dimension.png|32px]] [[Draft_Dimension|Dimension]]: Draws a dimension annotation
* [[Image:Draft_BSpline.png|32px]] [[Draft_BSpline|BSpline]]: Draws a B-Spline from a series of points
* [[Image:Draft_Point.png|32px]] [[Draft_Point|Point]]: Inserts a point object
* [[Image:Draft_ShapeString.png|32px]] [[Draft_ShapeString|ShapeString]]: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
* [[Image:Draft_Facebinder.png|32px]] [[Draft_Facebinder|Facebinder]]: Creates a new object from selected faces on existing objects
* [[Image:Draft_BezCurve.png|32px]] [[Draft_BezCurve|Bezier Curve]]: Draws a Bezier curve from a series of points
* [[Image:Draft_Label.png|32px]] [[Draft_Label|Label]]: Places a label with an arrow pointing to a selected element {{Version|0.17}}
===Modifying objects===
These are tools for modifying existing objects. They work on selected objects, but if no object is selected, you will be invited to select one.
* [[Image:Draft_Move.png|32px]] [[Draft_Move|Move]]: Moves object(s) from one location to another
* [[Image:Draft_Rotate.png|32px]] [[Draft_Rotate|Rotate]]: Rotates object(s) from a start angle to an end angle
* [[Image:Draft_Offset.png|32px]] [[Draft_Offset|Offset]]: Moves segments of an object about a certain distance
* [[Image:Draft_Trimex.png|32px]] [[Draft_Trimex|Trim/Extend (Trimex)]]: Trims or extends an object
* [[Image:Draft_Upgrade.png|32px]] [[Draft_Upgrade|Upgrade]]: Joins objects into a higher-level object
* [[Image:Draft_Downgrade.png|32px]] [[Draft_Downgrade|Downgrade]]: Explodes objects into lower-level objects
* [[Image:Draft_Scale.png|32px]] [[Draft_Scale|Scale]]: Scales selected object(s) around a base point
* [[Image:Draft_PutOnSheet.png|32px]] [[Draft_Drawing|Drawing]]: Writes selected objects to a [[Drawing Module|Drawing sheet]]
* [[Image:Draft_Edit.png|32px]] [[Draft_Edit|Edit]]: Edits a selected object
* [[Image:Draft_WireToBSpline.png|32px]] [[Draft_WireToBSpline|Wire to BSpline]]: Converts a wire to a BSpline and vice-versa
* [[Image:Draft_AddPoint.png|32px]] [[Draft_AddPoint|Add point]]: Adds a point to a wire or BSpline
* [[Image:Draft_DelPoint.png|32px]] [[Draft_DelPoint|Delete point]]: Deletes a point from a wire or BSpline
* [[Image:Draft_Shape2DView.png|32px]] [[Draft_Shape2DView|Shape 2D View]]: Creates a 2D object which is a flattened 2D view of another 3D object
* [[Image:Draft_Draft2Sketch.png|32px]] [[Draft_Draft2Sketch|Draft to Sketch]]: Converts a Draft object to Sketch and vice-versa
* [[Image:Draft_Array.png|32px]] [[Draft_Array|Array]]: Creates a polar or rectangular array from selected objects
* [[Image:Draft_PathArray.png|32px]] [[Draft_PathArray|Path Array]]: Creates an array of objects by placing the copies along a path
* [[Image:Draft_Clone.png|32px]] [[Draft_Clone|Clone]]: Clones the selected objects
* [[Image:Draft_Mirror.png|32px]] [[Draft_Mirror|Mirror]]: Mirrors the selected objects
* [[Image:Draft_Stretch.png|32px]] [[Draft_Stretch|Stretch]]: Stretches the selected objects {{Version|0.17}}
===Utility tools===
Additional tools available via right-click context menu, depending on the selected objects.
* [[Image:Draft_SelectPlane.png|32px]] [[Draft_SelectPlane|Set working plane]]: Sets a working plane from a standard view or a selected face
* [[Image:Draft_FinishLine.png|32px]] [[Draft_FinishLine|Finish line]]: Ends the drawing of the current wire or bspline, without closing it
* [[Image:Draft_CloseLine.png|32px]] [[Draft_CloseLine|Close line]]: Ends the drawing of the current wire or bspline, and closes it
* [[Image:Draft_UndoLine.png|32px]] [[Draft_UndoLine|Undo line]]: Undoes the last segment of a line
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_ToggleConstructionMode|Toggle construction mode]]: Toggles the Draft construction mode on/off
* [[Image:Draft_ToggleContinueMode.png|32px]] [[Draft_ToggleContinueMode|Toggle continue mode]]: Toggles the Draft continue mode on/off
* [[Image:Draft_ApplyStyle.png|32px]] [[Draft_Apply|Apply style]]: Applies the current style and color to selected objects
* [[Image:Draft_ToggleDisplayMode.png|32px]] [[Draft_ToggleDisplayMode|Toggle display mode]]: Switches the display mode of selected objects between "flat lines" and "wireframe"
* [[Image:Draft_AddToGroup.png|32px]] [[Draft_AddToGroup|Add to group]]: Quickly adds selected objects to an existing group
* [[Image:Draft_SelectGroup.png|32px]] [[Draft_SelectGroup|Select group contents]]: Selects the contents of a selected group
* [[Image:Draft_ToggleSnap.png|32px]] [[Draft_ToggleSnap|Toggle snap]]: Toggles [[Draft Snap|object snapping]] on/off
* [[Image:Draft_ToggleGrid.png|32px]] [[Draft_ToggleGrid|Toggle grid]]: Toggles the grid on/off
* [[Image:Draft_ShowSnapBar.png|32px]] [[Draft_ShowSnapBar|Show snap bar]]: Shows/hides the [[Draft Snap|snapping]] toolbar
* [[Image:Draft_Heal.png|32px]] [[Draft_Heal|Heal]]: Heals problematic Draft objects found in very old files
* [[Image:Draft_FlipDimension.png|32px]] [[Draft_FlipDimension|Flip Dimension]]: Flips the orientation of the text of a [[Draft Dimension|dimension]]
* [[Image:Draft_VisGroup.png|32px]] [[Draft_VisGroup|VisGroup]]: Creates a VisGroup in the current document
* [[Image:Draft_Slope.png|32px]] [[Draft Slope|Slope]]: Changes the slope of selected Lines or Wires {{Version|0.17}}
* [[Image:Draft_AutoGroup.png|32px]] [[Draft AutoGroup|AutoGroup]]: Automatically place new objects in a given group {{Version|0.17}}
* [[Image:Draft_SetWorkingPlaneProxy.png|32px]] [[Draft SetWorkingPlaneProxy|Set Working Plane Proxy]]: Add a proxy object in the document to store a [[Draft_SelectPlane|Working Plane]] position {{Version|0.17}}
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_AddConstruction|Add to Construction group]]: Add selected objects to the Construction group {{Version|0.17}}
===Preferences===
* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences|Preferences...]]: Preferences disposable in Draft Tools.


<div class="mw-translate-fuzzy">
* [[Image:Draft_SelectPlane.png|32px]] [[Draft SelectPlane/pl|Płaszczyzna robocza]]: Ustawia płaszczyznę roboczą dla kolejnych operacji
* [[Image:Draft_FinishLine.png|32px]] [[Draft_FinishLine/pl|Finish line]]: Ends the drawing of the current wire or bspline, without closing it
* [[Image:Draft_CloseLine.png|32px]] [[Draft_CloseLine/pl|Close line]]: Ends the drawing of the current wire or bspline, and closes it
* [[Image:Draft_UndoLine.png|32px]] [[Draft_UndoLine/pl|Undo line]]: Undoes the last segment of a line
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_ToggleConstructionMode/pl|Toggle construction mode]]: Toggles the Draft construction mode on/off
* [[Image:Draft_ToggleContinueMode.png|32px]] [[Draft_ToggleContinueMode/pl|Toggle continue mode]]: Toggles the Draft continue mode on/off
* [[Image:Draft_Apply.png|32px]] [[Draft_Apply/pl|Zastosuj styl]]: Zastosowuje aktualny kolor i grubość linii do obiektu
* [[Image:Draft_ToggleDisplayMode.png|32px]] [[Draft_ToggleDisplayMode/pl|Toggle display mode]]: Switches the display mode of selected objects between "flat lines" and "wireframe"
* [[Image:Draft_AddToGroup.png|32px]] [[Draft_AddToGroup/pl|Add to group]]: Quickly adds selected objects to an existing group
* [[Image:Draft_SelectGroup.png|32px]] [[Draft_SelectGroup/pl|Select group contents]]: Selects the contents of a selected group
* [[Image:Draft_ToggleSnap.png|32px]] [[Draft_ToggleSnap/pl|Toggle snap]]: Toggles [[Draft Snap|object snapping]] on/off
* [[Image:Draft_ToggleGrid.png|32px]] [[Draft_ToggleGrid/pl|Toggle grid]]: Toggles the grid on/off
* [[Image:Draft_ShowSnapBar.png|32px]] [[Draft_ShowSnapBar/pl|Show snap bar]]: Shows/hides the [[Draft Snap|snapping]] toolbar
* [[Image:Draft_Heal.png|32px]] [[Draft_Heal/pl|Heal]]: Heals problematic Draft objects found in very old files
* [[Image:Draft_FlipDimension.png|32px]] [[Draft_FlipDimension/pl|Flip Dimension]]: Flips the orientation of the text of a [[Draft Dimension/pl|dimension]]
* [[Image:Draft_VisGroup.png|32px]] [[Draft_VisGroup/pl|VisGroup]]: Creates a VisGroup in the current document
* [[Image:Draft_Slope.png|32px]] [[Draft Slope/pl|Slope]]: Changes the slope of selected Lines or Wires {{Version/pl|0.17}}
* [[Image:Draft_AutoGroup.png|32px]] [[Draft AutoGroup/pl|AutoGroup]]: Automatically place new objects in a given group {{Version/pl|0.17}}
* [[Image:Draft_SetWorkingPlaneProxy.png|32px]] [[Draft SetWorkingPlaneProxy/pl|Set Working Plane Proxy]]: Add a proxy object in the document to store a [[Draft_SelectPlane/pl|Working Plane]] position {{Version/pl|0.17}}
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_AddConstruction/pl|Add to Construction group]]: Add selected objects to the Construction group {{Version/pl|0.17}}
</div>

<div class="mw-translate-fuzzy">
===Preferencias===
</div>

<div class="mw-translate-fuzzy">
* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences/pl|Preferencje ...]]: Preferencje są jednorazowe w Narzędziach roboczych.
</div>

<div class="mw-translate-fuzzy">
===Importowanie i eksportowanie===
===Importowanie i eksportowanie===
</div>


<div class="mw-translate-fuzzy">
Obecne są funkcję otwierające, importujące lub eksportujące inne formaty plików. Otwarcie następuje w nowym dokumencie z zawartością pliku, podczas gdy import załącza zawartość pliku do aktualnego dokumentu. Eksport zapisuje do pliku wybrane obiekty. Jeśli niczego nie zaznaczono wszystkie obiekty zastaną wyeksportowane. Bądź świadom, że moduł Szkicu (Draft) jest przeznaczony do pracy z obiektami 2d i jego importery skupiają się tylko na obiektach 2d i, pomimo że formaty DXF i OCA wspierają definicje obiektów w przestrzeni 3d, nie pozwalają one na import objętościowych obiektów jak siatki, powierzchnie 3D itp., tylko importują linie, okręgi, teksty lub płaskie kształty. Obecnie wspierane formaty plików:
Obecne są funkcję otwierające, importujące lub eksportujące inne formaty plików. Otwarcie następuje w nowym dokumencie z zawartością pliku, podczas gdy import załącza zawartość pliku do aktualnego dokumentu. Eksport zapisuje do pliku wybrane obiekty. Jeśli niczego nie zaznaczono wszystkie obiekty zastaną wyeksportowane. Bądź świadom, że moduł Szkicu (Draft) jest przeznaczony do pracy z obiektami 2d i jego importery skupiają się tylko na obiektach 2d i, pomimo że formaty DXF i OCA wspierają definicje obiektów w przestrzeni 3d, nie pozwalają one na import objętościowych obiektów jak siatki, powierzchnie 3D itp., tylko importują linie, okręgi, teksty lub płaskie kształty. Obecnie wspierane formaty plików:
</div>

* [[Image:Preferences-import-export.svg|32px]] [[Import_Export_Preference|Preference ...]] Import Export


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 75: Line 127:
</div>
</div>


===Install importers===

* [[FreeCAD_and_DWG_Import|FreeCAD and DWG Import]]: Imports and exports DWG files
* [[FreeCAD_and_DXF_Import|FreeCAD and DXF Import]]: Imports and exports DXF files

<div class="mw-translate-fuzzy">
===Zwykłe zachowanie===
===Zwykłe zachowanie===
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 87: Line 146:
</div>
</div>



<div class="mw-translate-fuzzy">
===API===
===API===
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 104: Line 166:
</div>
</div>


{{Draft Tools navi}}
[[Category:User Documentation/pl]]

<languages/>
{{Userdocnavi}}

[[Category:Workbenches]]

Revision as of 16:29, 12 November 2019

Moduł szkicu (draft) jest w czasie tworzenie i jest dość eksperymentalnym modułem stworzonym by dodać bazową funkcjonalność rysunku 2D do FreeCADa. Napisano go w pythonie - przeznaczony jest także do ukazania jak bardzo można rozwinąć FreeCADa w samym pythonie, bez dotykania kodu źródłowego.

The created 2D objects can be used for general drafting in a way similar to Inkscape or Autocad. These 2D shapes can also be used as the base components of 3D objects created with other workbenches, for example, the Part and Arch Workbenches. Conversion of Draft objects to Sketches is also possible, which means that the shapes can also be used with the PartDesign Workbench for the creation of solid bodies.

FreeCAD is primarily a 3D modelling application, and thus its 2D tools aren't as advanced as in other drawing programs. If your primary goal is the production of complex 2D drawings and DXF files, and you don't need 3D modelling, you may wish to consider a dedicated software program for technical drafting such as LibreCAD, QCad, TurboCad, and others.

Draft Workbench Example

Rysowanie obiektów

Narzędzia do tworzenia obiektów.

  • Dwupunktowa linia: Rysuje odcinek pomiędzy dwoma punktami
  • wielopunktowa linia (Polilinia): Rysuje łamaną składającą się z wielu odcinków (pomiędzy wieloma punktami)
  • Okrąg: Rysuje okrąg bazując na środku i promieniu
  • Łuk: rysuje łuk na bazie środka, promienia, kąta początkowego i kąta końcowego
  • Ellipse: Draws an ellipse from two corner points
  • Polygon: Draws a regular polygon from a center and a radius
  • Prostokąt: Rysuje prostokąt na bazie dwóch przeciwległych punktów
  • Tekst: Rysuje wieloliniową adnotację tekstową
  • Wymiar: Rysuje linię wymiarową
  • BSpline: Draws a B-Spline from a series of points
  • Point: Inserts a point object
  • ShapeString: The ShapeString tool inserts a compound shape representing a text string at a given point in the current document
  • Facebinder: Creates a new object from selected faces on existing objects
  • Bezier Curve: Draws a Bezier curve from a series of points
  • Label: Places a label with an arrow pointing to a selected element dostępne w wersji 0.17

Modyfikowanie obiektów

Narzędzia do modyfikacji istniejących obiektów. Pracują na zaznaczonych obiektach, jeśli żaden nie jest zaznaczony, zostaniesz poproszony o zaznaczenie.

Many operation tools (move, rotate, array, etc.) also work on solid objects (Part, PartDesign, Arch, etc.).

  • Przesuń: Przesuwa obiekty z jednego miejsca do drugiego
  • Obróć: Obraca obiekty od kąta początkowego do końcowego
  • Odsuń: Przenosi segmenty obiektu o określoną odległość
  • Przytnij/Wydłuż (Trimex): Przycina lub wydłuża obiekt
  • Upgrade: Łączy obiekty do obiektu wyższego poziomu
  • Downgrade: Rozbija obiekt na obiekty niższego poziomu
  • Skaluj: Skaluje zaznaczone obiekty wokół punktu bazowego
  • Drawing: Writes selected objects to a Drawing sheet
  • Edit: Edits a selected object
  • Wire to BSpline: Converts a wire to a BSpline and vice-versa
  • Add point: Adds a point to a wire or BSpline
  • Delete point: Deletes a point from a wire or BSpline
  • Shape 2D View: Creates a 2D object which is a flattened 2D view of another 3D object
  • Draft to Sketch: Converts a Draft object to Sketch and vice-versa
  • Array: Creates a polar or rectangular array from selected objects
  • Path Array: Creates an array of objects by placing the copies along a path
  • Clone: Clones the selected objects
  • Mirror: Mirrors the selected objects
  • Stretch: Stretches the selected objects dostępne w wersji 0.17

Ustawienia pracy

Narzędzia konfigurujące twoje środowisko robocze.

Preferencias

Importowanie i eksportowanie

Obecne są funkcję otwierające, importujące lub eksportujące inne formaty plików. Otwarcie następuje w nowym dokumencie z zawartością pliku, podczas gdy import załącza zawartość pliku do aktualnego dokumentu. Eksport zapisuje do pliku wybrane obiekty. Jeśli niczego nie zaznaczono wszystkie obiekty zastaną wyeksportowane. Bądź świadom, że moduł Szkicu (Draft) jest przeznaczony do pracy z obiektami 2d i jego importery skupiają się tylko na obiektach 2d i, pomimo że formaty DXF i OCA wspierają definicje obiektów w przestrzeni 3d, nie pozwalają one na import objętościowych obiektów jak siatki, powierzchnie 3D itp., tylko importują linie, okręgi, teksty lub płaskie kształty. Obecnie wspierane formaty plików:

Install importers

Zwykłe zachowanie

  • Przyciąganie (Snapping): Pozwala umieszczać nowe punkty na specjalnych miejscach istniejących obiektów
  • Ograniczanie (Constraining): Pozwala na umieszczenie nowych punktów poziomo lub pionowo w odniesieniu do poprzednich
  • Praca z ręcznymi współrzędnymi: Pozwala wprowadzić współrzędne manualnie zamiast klikanie na ekranie
  • Kopiowanie (Copying): Wszystkie narzędzia modyfikacji mogą też modyfikować lub tworzyć zmodyfikowane kopie zaznaczonych obiektów. Podczas użycia narzędzia naciśnij ALT by stworzyć kopię.
  • Tryb konstrukcji (Construction): Pozwala wstawić geometrię niezależnie od reszty dla łatwego włączenia/wyłączenia
  • Wszystkie nowo stworzone obiekty przyjmują kolor i szerokość aktualnego Szkicu (Draft)


API

Zajrzyj do strony API Szkicu by uzyskać kompletny opis funkcji Szkicu których możesz użyć w skryptach i makrach.

Raytracing Module/pl
Image Module/pl