OpenSCAD RefineShapeFeature/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "==Beschreibung== Entfernt unnötige Linien. Nach einer Booleschen Operation bleiben einige Linien sichtbar, die zur vorigen Form gehören. Dieses Werkzeug erstellt eine Kopie...")
Line 3: Line 3:




==Description==
==Beschreibung==
Entfernt unnötige Linien. Nach einer Booleschen Operation bleiben einige Linien sichtbar, die zur vorigen Form gehören. Dieses Werkzeug erstellt eine Kopie des bereinigten Körpers.
Cleans unnecessary lines. After a Boolean operation some lines defining the previous form remain visible, this tool creates a copy of the totally cleaned.


[[File:PartRefineShape_it.png]]
[[File:PartRefineShape_it.png]]

Revision as of 15:08, 20 July 2018

OpenSCAD RefineShapeFeature

Menüeintrag
OpenSCAD → Form Feature verfeinern
Arbeitsbereich
OpenSCAD
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
---


Beschreibung

Entfernt unnötige Linien. Nach einer Booleschen Operation bleiben einige Linien sichtbar, die zur vorigen Form gehören. Dieses Werkzeug erstellt eine Kopie des bereinigten Körpers.

Use

  1. Select the shape to be cleaned.
  2. Click the OpenSCAD → Refine shape menu.
  • A parent-object is created and totally cleaned, the original object is rendered hiden.

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.
  • As opposed to Part refine shape in the 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