OpenSCAD RefineShapeFeature/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "===Utilizzo=== # Selezionare la forma da pulire # Avviare lo strumento dal menu {{KEY|OpenSCAD → Refine Shape Feature}}. * Viene creato un oggetto figlio e viene nascosto l...")
Line 10: Line 10:
[[File:PartRefineShape_it.png]]
[[File:PartRefineShape_it.png]]


==Use==
===Utilizzo===
# Selezionare la forma da pulire
# Select the shape to be cleaned.
# Click the {{KEY|OpenSCAD → Refine shape}} menu.
# Avviare lo strumento dal menu {{KEY|OpenSCAD → Refine Shape Feature}}.

* A parent-object is created and totally cleaned, the original object is rendered hiden.
* Viene creato un oggetto figlio e viene nascosto l'oggetto genitore.


==Limitations==
==Limitations==

Revision as of 21:06, 28 January 2016

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.

Affina forma

Posizione nel menu
OpenSCAD → Affina forma
Ambiente
Parte, OpenSCAD
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
..


Descrizione

Elimina le linee superflue. Dopo un'operazione booleana alcune linee che definiscono le forme precedenti rimangono visibili, questo strumento crea una copia pulita del del risultato.

Utilizzo

  1. Selezionare la forma da pulire
  2. Avviare lo strumento dal menu OpenSCAD → Refine Shape Feature.
  • Viene creato un oggetto figlio e viene nascosto l'oggetto genitore.

Limitations

  • The refinement algorithm only works on shells. Therefore it iterates over the shells of the input shape and then for each shell it creates a new shell with joined faces wherever possible. This means if your input shape is only a face, wire, edge or vertex then the algorithm does nothing.
  • Opposed to Part RefineShape - Feature in Part workbench, this feature WILL update when the underlying shapes are changed


Notes

  • the function does not modify the existing shape, but returns a new shape
  • the function is normally used as last step in the modelling history
  • the function can help to get difficult fillets to work
  • the function is intended to stop 3D printers from printing unwanted edges