Draft Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 61: Line 61:
* [[Image:Draft_ToggleConstructionMode.png|32px]] [[Draft_AddConstruction|Add to Construction group]]: Add selected objects to the Construction group {{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===
===Preferences===

* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences|Preferences...]]: Preferences disposable in Draft Tools.
* [[Image:Std_DlgParameter.png|32px]] [[Draft_Preferences|Preferences...]]: Preferences disposable in Draft Tools.



Revision as of 11:13, 27 May 2018

Верстак Draft позволяет быстро начертить в текущем документе простые двумерные объекты и предлагает некоторые инструменты для их модификации. Некоторые из этих инструментов так же работают на других объектах FreeCAD, сделанных не на верстаке Draft. На верстаке имеется полнофункциональная система привязки и некоторые утилиты для управления объектами и установками.

Drawing objects

These are tools for creating objects.

  • Line: Draws a line segment between 2 points
  • Wire: Draws a line made of multiple line segments (polyline)
  • Circle: Draws a circle from center and radius
  • Arc: Draws an arc segment from center, radius, start angle and end angle
  • Ellipse: Draws an ellipse from two corner points
  • Polygon: Draws a regular polygon from a center and a radius
  • Rectangle: Draws a rectangle from 2 opposite points
  • Text: Draws a multi-line text annotation
  • Dimension: Draws a dimension annotation
  • 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 introduced in 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.

  • Move: Moves object(s) from one location to another
  • Rotate: Rotates object(s) from a start angle to an end angle
  • Offset: Moves segments of an object about a certain distance
  • Trim/Extend (Trimex): Trims or extends an object
  • Upgrade: Joins objects into a higher-level object
  • Downgrade: Explodes objects into lower-level objects
  • Scale: Scales selected object(s) around a base point
  • 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 introduced in version 0.17

Utility tools

Additional tools available via right-click context menu, depending on the selected objects.

Preferences

Форматы файлов

Верстак Draft позволяет FreeCAD импортировать и экспортировать следующие форматы файлов:

Дополнительные возможности

  • Привязка: позволяет разместить новые точки на специальных частях существующих объектов
  • Геометрические ограничения: позволяет разместить новые точки горизонтально или вертикально относительно предыдущих точек
  • Работа с координатами вручную: позволяет вводить координаты вручную, вместо указания их на экране
  • Рабочая плоскость: позволяет задать плоскость в трёхмерном пространстве, где будут проводиться операции с плоскими фигурами

Сценарии

Модуль Draft предоставляет полный набор API, что делает возможным использование его функций в сценариях и макросах.

Руководства

Image Module/ru
Arch Module/ru