OpenSCAD RefineShapeFeature/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_RemoveSubtree.svg
|IconL=OpenSCAD_RemoveSubtree.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg
Line 40: Line 40:
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_RemoveSubtree.svg
|IconL=OpenSCAD_RemoveSubtree.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg

Revision as of 09:12, 23 August 2021

OpenSCAD RefineShapeFeature

Ubicación en el Menú
OpenSCAD → Refine Shape Feature
Entornos de trabajo
Part, OpenSCAD
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
..

Description

Cleans unnecessary lines. After a Boolean operation some lines defining the previous form remain visible, this tool creates a copy of the totally cleaned.

Usage

  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 hidden.

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 RefineShape 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