Draft Stretch/ro: 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:
<languages/>
<languages/>
{{Docnav
{{Docnav|[[Draft_Mirror|Mirror]]|[[Draft_SelectPlane|Set working plane]]|[[Draft_Module|Draft]]|IconL=Draft_Mirror.svg|IconC=Workbench_Draft.svg|IconR=Draft_SelectPlane.svg}}
|[[Draft_Mirror|Mirror]]
|[[Draft_SelectPlane|Set working plane]]
|[[Draft_Module|Draft]]
|IconL=Draft_Mirror.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_SelectPlane.svg
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 11: Line 18:
</div>
</div>


The Stretch tool works for objects like [[Draft Wire]]s and [[Draft BSpline]]s which are defined by many points.
The Stretch tool works for objects like [[Draft Wire|Draft Wire]]s and [[Draft BSpline|Draft BSpline]]s which are defined by many points.


[[Image:Draft_Stretch_Example.jpg|400px]]
[[Image:Draft_Stretch_Example.jpg|400px]]
Line 30: Line 37:
Notes:
Notes:
* The Stretch tool is designed to work with objects that are comprised of points. By moving only the selected points, the original figure is stretched in the desired direction.
* The Stretch tool is designed to work with objects that are comprised of points. By moving only the selected points, the original figure is stretched in the desired direction.
* So far, only [[Draft Line]], [[Draft Wire]], [[Draft BSpline]], [[Draft BezCurve]] and [[Draft Rectangle]] work with this tool.
* So far, only [[Draft Line|Draft Line]], [[Draft Wire|Draft Wire]], [[Draft BSpline|Draft BSpline]], [[Draft BezCurve|Draft BezCurve]] and [[Draft Rectangle|Draft Rectangle]] work with this tool.
* [[Draft Circle]]s and [[Draft Polygon]]s are only defined by their centers; the individual edges of those shapes don't have selectable points, and therefore can't be stretched. Performing a stretch operation on them will simply move the object like using {{Button|[[Image:Draft Move.svg|16px]] [[Draft Move]]}}.
* [[Draft Circle|Draft Circle]]s and [[Draft Polygon|Draft Polygon]]s are only defined by their centers; the individual edges of those shapes don't have selectable points, and therefore can't be stretched. Performing a stretch operation on them will simply move the object like using {{Button|[[Image:Draft Move.svg|16px]] [[Draft Move|Draft Move]]}}.


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 46: Line 53:
There is no programming interface available for the Stretch tool. All it does is change some attributes of the selected Draft objects, like {{incode|Placement}}, {{incode|Points}}, {{incode|Length}}, or {{incode|Height}}, which results in a stretched shape.
There is no programming interface available for the Stretch tool. All it does is change some attributes of the selected Draft objects, like {{incode|Placement}}, {{incode|Points}}, {{incode|Length}}, or {{incode|Height}}, which results in a stretched shape.


When using the Stretch tool the [[Python]] console shows the individual commands that were used to produce the stretching of the shape.
When using the Stretch tool the [[Python|Python]] console shows the individual commands that were used to produce the stretching of the shape.


{{Docnav
{{Docnav|[[Draft_Mirror|Mirror]]|[[Draft_SelectPlane|Set working plane]]|[[Draft_Module|Draft]]|IconL=Draft_Mirror.svg|IconC=Workbench_Draft.svg|IconR=Draft_SelectPlane.svg}}
|[[Draft_Mirror|Mirror]]
|[[Draft_SelectPlane|Set working plane]]
|[[Draft_Module|Draft]]
|IconL=Draft_Mirror.svg
|IconC=Workbench_Draft.svg
|IconR=Draft_SelectPlane.svg
}}


{{Draft Tools navi}}
{{Draft Tools navi}}

Revision as of 09:35, 28 January 2020

Draft Stretch

poziția meniului
Draft → Stretch
Ateliere
Draft, Arch
scurtătură
nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
Draft Offset

Descriere

Acest instrument permite întinderea unui obiect prin mutarea unora dintre vârfurile acestuia.

The Stretch tool works for objects like Draft Wires and Draft BSplines which are defined by many points.

Cum se utilizează

  1. Selectați obiectele pe care doriți să le întindeți
  2. Apăsați tasta Draft Stretch
  3. Alegeți primul colț al unui dreptunghi de selecție
  4. Alegeți colțul opus al dreptunghiului de selecție. Vitezele selectate sunt evidențiate
  5. Alegeți primul punct al deplasării pe care doriți să o dați acestor vârfuri
  6. Alegeți punctul final al deplasării

Notes:

  • The Stretch tool is designed to work with objects that are comprised of points. By moving only the selected points, the original figure is stretched in the desired direction.
  • So far, only Draft Line, Draft Wire, Draft BSpline, Draft BezCurve and Draft Rectangle work with this tool.
  • Draft Circles and Draft Polygons are only defined by their centers; the individual edges of those shapes don't have selectable points, and therefore can't be stretched. Performing a stretch operation on them will simply move the object like using Draft Move.

Opțiuni

  • Dacă nu este selectat niciun obiect la pornirea comenzii, veți fi invitat să alegeți unul. Dar pentru a lucra pe mai multe obiecte, trebuie să le selectați înainte de a porni comanda.
  • Până în prezent, numai obiectele Draft Wire, Draft Line, Draft BSpline, Draft BezCurve și Draft Rectangle obiecte vor fi supuse la întindere. Toate celelalte obiecte vor avea punctul lor de origine mutat dacă se află în interiorul dreptunghiului de selecție.

Script

Instrumentul Stretch nu are nicio funcție directă de tip python deoarece tot ceea ce face este să modifice proprietățile obiectelor selectate, cum ar fi proprietățile de plasare sau puncte ale obiectelor de proiect. Privind la ieșirea python atunci când utilizați instrumentul stretch, este ușor să reproduceți lucrul manual.

There is no programming interface available for the Stretch tool. All it does is change some attributes of the selected Draft objects, like Placement, Points, Length, or Height, which results in a stretched shape.

When using the Stretch tool the Python console shows the individual commands that were used to produce the stretching of the shape.