Draft SubelementHighlight/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
{{Page_in_progress}}
<languages/>
<languages/>
{{UnfinishedDocu{{#translation:}}}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 26: Line 26:
==Описание==
==Описание==


The {{Button|[[Image:Draft SubelementHighlight.svg|16px]] [[Draft SubelementHighlight|SubelementHighlight]]}} tool allows you to graphically edit certain properties of the selected object such as:
The {{Button|[[Image:Draft SubelementHighlight.svg|16px]] [[Draft_SubelementHighlight|SubelementHighlight]]}} tool allows you to graphically edit certain properties of the selected object such as:
* the vertices of a {{Button|[[Image:Draft_Wire.svg|16px]] [[Draft Wire|Draft Wire]]}}
* the vertices of a {{Button|[[Image:Draft_Wire.svg|16px]] [[Draft Wire|Draft Wire]]}}
* the length and width of a {{Button|[[Image:Draft_Rectangle.svg|16px]] [[Draft Rectangle|Draft Rectangle]]}}
* the length and width of a {{Button|[[Image:Draft_Rectangle.svg|16px]] [[Draft_Rectangle|Draft Rectangle]]}}
* the radius of a {{Button|[[Image:Draft_Circle.svg|16px]] [[Draft Circle|Draft Circle]]}}
* the radius of a {{Button|[[Image:Draft_Circle.svg|16px]] [[Draft_Circle|Draft Circle]]}}


Unlike the standard [[Draft Edit|Draft Edit]], it allows you to edit multiple multiple nodes of multiple objects at the same time.
Unlike the standard [[Draft_Edit|Draft Edit]], it allows you to edit multiple nodes of multiple objects at the same time.


[[Image:Draft_Edit_Improved_Example.png|400px]]
[[Image:Draft_Edit_Improved_Example.png|400px]]

{{Caption|Editing a wire}}
{{Caption|Editing a wire}}


Line 40: Line 39:


# Select an object.
# Select an object.
# Invoke the SubelementHighlight command several ways:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Draft_SubelementHighlight.svg|16px]] [[Draft SubelementHighlight|SubelementHighlight]]}} button
#* Press the {{Button|[[Image:Draft_SubelementHighlight.svg|16px]] [[Draft_SubelementHighlight|SubelementHighlight]]}} button
#* Use the {{KEY|D}} then {{KEY|E}} keyboard shortcut
#* Use the {{KEY|D}} then {{KEY|E}} keyboard shortcut
#* Use the {{MenuCommand|Draft → Subelement highlight}} entry in the Draft menu
#* Use the {{MenuCommand|Modification → Subelement highlight}} entry in the Draft menu
# Click on all the points that you wish to move.
# Click on all the points that you wish to move.
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]] and press the {{Button|[[Image:Draft_AddPoint.svg|24px]] [[Draft_AddPoint|add point]]}} button.
# Click another point on the 3D view, or type a [[Draft_Coordinates|coordinate]] and press the {{Button|[[Image:Draft_AddPoint.svg|24px]] [[Draft_AddPoint|add point]]}} button.
Line 54: Line 53:


==Scripting==
==Scripting==

{{Emphasis|See also:}} [[Draft_API|Draft API]] and [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
See also: [https://www.freecadweb.org/api Autogenerated API documentation] and [[FreeCAD Scripting Basics|FreeCAD Scripting Basics]].


There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.
There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.



<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 69: Line 70:
</div>
</div>


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

Revision as of 10:40, 20 May 2021

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.

Draft SubelementHighlight

Системное название
Draft SubelementHighlight
Расположение в меню
Draft → Subelement highlight
Верстаки
Draft, Arch
Быстрые клавиши
D E
Представлено в версии
-
См. также
Draft Edit

Описание

The SubelementHighlight tool allows you to graphically edit certain properties of the selected object such as:

Unlike the standard Draft Edit, it allows you to edit multiple nodes of multiple objects at the same time.

File:Draft Edit Improved Example.png

Editing a wire

Использование

  1. Select an object.
  2. There are several ways to invoke the command:
    • Press the SubelementHighlight button
    • Use the D then E keyboard shortcut
    • Use the Modification → Subelement highlight entry in the Draft menu
  3. Click on all the points that you wish to move.
  4. Click another point on the 3D view, or type a coordinate and press the add point button.
  5. Press Esc or the Close button to complete the current command.

The tool mostly works on Draft objects: Draft Wires, Draft Lines, Draft Rectangles, Draft Circles, Draft Arcs, Draft Polygons, and Draft BSplines. Other object types must first be converted to these objects.

Options

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

There is no programming interface available for the Edit tool. Each object is modified by changing its attributes directly.