Draft: Întindere

From FreeCAD Documentation
Revision as of 10:37, 20 May 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
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 Stretch

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

Description

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.

Usage

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.

Options

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.

Scripting

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.