Mesh Evaluation/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|[[Mesh_RemeshGmsh/de|Netz WiedervernetzenGmsh]]
|[[Mesh_RemeshGmsh/de|NeuVernetzenGmsh]]
|[[Mesh_EvaluateFacet/de|Netz FacetteAuswerten]]
|[[Mesh_EvaluateFacet/de|FacetteAuswerten]]
|[[Mesh_Workbench/de|Netz]]
|[[Mesh_Workbench/de|Netz]]
|IconL=Mesh_RemeshGmsh.svg
|IconL=Mesh_RemeshGmsh.svg
Line 10: Line 9:
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
</div>


{{GuiCommand/de
{{GuiCommand/de
Line 19: Line 17:
}}
}}


<span id="Description"></span>
==Beschreibung==
==Beschreibung==


The '''Mesh Evaluation''' command evaluates and repairs a mesh object.
Der Befehl '''Mesh Auswertung''' wertet ein Netzobjekte aus und repariert es.


[[Image:Mesh_Evaluation_dialog.png]]
[[Image:Mesh_Evaluation_dialog.png|300px]]
{{Caption|The Evaluate & Repair Mesh dialog box with the Folds on surface option enabled}}
{{Caption|Das Dialogfenster Netz auswerten & reparieren mit aktivierter Option Folds on surface}}


<span id="Usage"></span>
==Anwendung==
==Anwendung==


# Optionally select a single mesh object.
# Optionally select a single mesh object.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Mesh_Evaluation.svg|16px]] [[Mesh_Evaluation|Mesh Evaluation]]}} button.
#* Press the {{Button|[[Image:Mesh_Evaluation.svg|16px]] [[Mesh_Evaluation|Evaluate and repair mesh...]]}} button.
#* Select the {{MenuCommand|Meshes → Analyze → [[Image:Mesh_Evaluation.svg|16px]] Evaluate and repair mesh...}} option from the menu.
#* Select the {{MenuCommand|Meshes → Analyze → [[Image:Mesh_Evaluation.svg|16px]] Evaluate and repair mesh...}} option from the menu.
# The {{MenuCommand|Evaluate & Repair Mesh}} dialog box opens.
# The {{MenuCommand|Evaluate & Repair Mesh}} dialog box opens.
Line 49: Line 49:
# The {{Button|Refresh}} button does not work properly at this time.
# The {{Button|Refresh}} button does not work properly at this time.


<span id="Notes"></span>
==Hinweise==
==Hinweise==


Line 54: Line 55:
* See [https://forum.freecadweb.org/viewtopic.php?f=3&p=533252#p533252 this forum post] for an explanation of the mesh data structure. This information may help to understand why a mesh has problems.
* See [https://forum.freecadweb.org/viewtopic.php?f=3&p=533252#p533252 this forum post] for an explanation of the mesh data structure. This information may help to understand why a mesh has problems.


<span id="Preferences"></span>
==Einstellungen==
==Einstellungen==


Line 61: Line 63:




<div class="mw-translate-fuzzy">
{{Docnav/de
{{Docnav/de
|[[Mesh_RemeshGmsh/de|Netz WiedervernetzenGmsh]]
|[[Mesh_RemeshGmsh/de|NeuVernetzenGmsh]]
|[[Mesh_EvaluateFacet/de|Netz FacetteAuswerten]]
|[[Mesh_EvaluateFacet/de|FacetteAuswerten]]
|[[Mesh_Workbench/de|Netz]]
|[[Mesh_Workbench/de|Netz]]
|IconL=Mesh_RemeshGmsh.svg
|IconL=Mesh_RemeshGmsh.svg
Line 70: Line 71:
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
</div>


{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}

Latest revision as of 13:13, 26 November 2023

Netz Auswertung

Menüeintrag
Netze → Analyse → Netz auswerten und reparieren...
Arbeitsbereich
Netz
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Keiner

Beschreibung

Der Befehl Mesh Auswertung wertet ein Netzobjekte aus und repariert es.

Das Dialogfenster Netz auswerten & reparieren mit aktivierter Option Folds on surface

Anwendung

  1. Optionally select a single mesh object.
  2. There are several ways to invoke the command:
  3. The Evaluate & Repair Mesh dialog box opens.
  4. Optionally press the Settings... button to change the following settings:
    • Check for non-manifold points
    • Enable check for folds on surface
    • Only consider zero area faces as degenerated
  5. If you have not yet selected a mesh object: select one from the dropdown list at the top of the dialog box.
  6. The dialog contains 7 or 8 (if the Folds on surface option is enabled) test options.
  7. Do not use the checkboxes, they will be checked automatically if errors are found.
  8. Press any of the Analyze buttons to start a test.
  9. Or use the Analyze button from the All above tests together option to run all 7 or 8 tests together.
  10. Errors will be indicated in the dialog box, and also, with yellow and red markers, in the 3D view.
  11. Optionally press one or more Repair buttons to repair the errors that were found.
  12. Optionally press the Reset button to reset all test results. This will reset the dialog and remove the colored markers from the 3D view. If you want to repeat the same test or run all tests together there is no need to do this.
  13. Optionally select a different mesh object from the dropdown list to continue testing and repairing.
  14. Press the Close button to close the dialog box and finish the command.
  15. The Refresh button does not work properly at this time.

Hinweise

Einstellungen

  • The Check for non-manifold points setting is stored: Tools → Edit parameters... → BaseApp → Preferences → Mod → Mesh → Evaluation → CheckNonManifoldPoints.
  • The Enable check for folds on surface setting is stored: Tools → Edit parameters... → BaseApp → Preferences → Mod → Mesh → Evaluation → EnableFoldsCheck.
  • The Only consider zero area faces as degenerated setting is stored: Tools → Edit parameters... → BaseApp → Preferences → Mod → Mesh → Evaluation → StrictlyDegenerated.