OpenSCAD RefineShapeFeature/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav|[[OpenSCAD_RemoveSubtree|Remove Subtree]]|[[OpenSCAD_IncreaseTolerance|Increase Tolerance Feature]]|[[OpenSCAD_Module|OpenSCAD]]|IconL=OpenSCAD_RemoveSubtree.png|IconC=Workbench_OpenSCAD.svg|IconR=OpenSCAD_IncreaseTolerance.png}}
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_RemoveSubtree.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg
|IconC=Workbench_OpenSCAD.svg
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=OpenSCAD RefineShapeFeature
|Name=OpenSCAD RefineShapeFeature
|Name/ru=OpenSCAD RefineShapeFeature
|Name/ru=OpenSCAD RefineShapeFeature
|MenuLocation=OpenSCAD →Улучшить свойство фигуры
|MenuLocation=OpenSCAD →Улучшить свойство фигуры
|Workbenches=[[OpenSCAD Module/ru|OpenSCAD]]
|Workbenches=[[OpenSCAD_Workbench/ru|OpenSCAD]]
|SeeAlso=---
|SeeAlso=---
}}
}}
</div>


==Description==
==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.
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]]


==Usage==
==Usage==

# Select the shape to be cleaned.
# Select the shape to be cleaned.
# Click the {{KEY|OpenSCAD → Refine shape}} menu.
# Click the {{KEY|OpenSCAD → Refine shape}} menu.
* A parent-object is created and totally cleaned, the original object is rendered hidden.
* A parent-object is created and totally cleaned, the original object is rendered hidden.


==Limitations==
==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.
* 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|Part refine shape]] in the Part workbench, this feature '''WILL''' update when the underlying shapes are changed.
* As opposed to [[Image:Part_RefineShape.svg|24px]] [[Part_RefineShape|Part RefineShape]] in the [[Image:Workbench_Part.svg|24px|link=Part Workbench]] [[Part_Workbench|Part Workbench]], this feature '''WILL''' update when the underlying shapes are changed.


==Notes==
==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


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


{{Docnav|[[OpenSCAD_RemoveSubtree|Remove Subtree]]|[[OpenSCAD_IncreaseTolerance|Increase Tolerance Feature]]|[[OpenSCAD_Module|OpenSCAD]]|IconL=OpenSCAD_RemoveSubtree.png|IconC=Workbench_OpenSCAD.svg|IconR=OpenSCAD_IncreaseTolerance.png}}


{{Docnav
{{OpenSCAD_Tools_navi}}
|[[OpenSCAD_RemoveSubtree|Remove Subtree]]
|[[OpenSCAD_MirrorMeshFeature|Mirror Mesh Feature]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_RemoveSubtree.svg
|IconR=OpenSCAD_MirrorMeshFeature.svg
|IconC=Workbench_OpenSCAD.svg
}}


{{OpenSCAD_Tools_navi{{#translation:}}}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 18:35, 26 December 2022

Other languages:

OpenSCAD RefineShapeFeature

Системное название
OpenSCAD RefineShapeFeature
Расположение в меню
OpenSCAD →Улучшить свойство фигуры
Верстаки
OpenSCAD
Быстрые клавиши
Нет
Представлено в версии
-
См. также
---

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.