OpenSCAD Affinage de la forme

From FreeCAD Documentation
Revision as of 20:29, 4 May 2018 by Mario52 (talk | contribs) (Created page with "==Utilisation== # Sélectionnez la forme à nettoyer. # Cliquez sur le menu {{KEY|OpenSCAD → Affiner la forme}}. * Un objet-parent est créé et entièrement nettoyé, l'obj...")

Part Affiner la forme

Emplacement du menu
Pièce → Affiner la forme
Ateliers
Part, OpenSCAD
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun


Description

Nettoie les lignes inutiles. Après une opération booléenne, certaines lignes définissant les formes précédentes restent visibles, cet outil crée une copie de la totalité de l'objet nettoyé.

Utilisation

  1. Sélectionnez la forme à nettoyer.
  2. Cliquez sur le menu OpenSCAD → Affiner la forme.
  • Un objet-parent est créé et entièrement nettoyé, l'objet original est rendu caché.

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