Draft: Curva di Bézier cubica

From FreeCAD Documentation
Revision as of 21:15, 13 May 2019 by Renatorivo (talk | contribs) (Created page with "=== Dati ===")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.


Curva di Bézier cubica

Posizione nel menu
Draft → Strumenti Bezier → Curva di Bézier cubica
Ambiente
Draft, Arch
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Polilinea, B-spline, Curva di Bézier

Descrizione

Lo strumento Curva di Bézier cubica crea unaCurva di Bézier di terzo grado. Questa è una delle curve di Bezier più usate. Questo strumento consente di creare una grande spline composta da diversi segmenti Bezier di 3° grado, in un modo simile allo strumento Bezier in Inkscape. Una curva di Bezier di qualsiasi grado può essere creata con lo strumento Curva di Bézier.

Gli strumenti Curva di Bézier e Curva di Bézier cubica utilizzano i punti di controllo per definire la direzione della curva; invece lo strumento B-spline specifica i punti esatti attraverso i quali passa la curva.

File:Draft CubicBezCurve Example.png

Curva di Bézier cubica definita da tre punti di controllo

Utilizzo

  1. Press the Draft CubicBezCurve button.
  2. Click a first point on the 3D view, and hold the mouse pointer.
  3. Drag the pointer to another point on the 3D view, and release the pointer.
  4. Move the pointer to another point on the 3D view to adjust the curvature of the spline, and click and hold on the point.
  5. Move the pointer to another point on the 3D view to adjust the final curvature of the spline, and then release the pointer. This creates a Bezier curve of 3rd degree, and continues drawing from the last point.
  6. Repeat the process of clicking, holding, dragging, and releasing to add points, and create further 3rd-degree Bezier segments.
  7. Press Esc or the Close button, to complete the edition.

Opzioni

Proprietà

Dati

View

Scripting

See also: Draft API and FreeCAD Scripting Basics.