Fixing invalid free edges

In this task, you will use the Mesh editing tools to eliminate the Free Edges indicated in the Mesh Statistics dialog.

alert icon Download the files for this tutorial from Autodesk Knowledge Network - Mesh editing tutorial.

  1. Ensure the Tutorial 3 project you created in Task 1 is open.

  2. Click app menu icon then import icon (Open > Import) and import the file tutorial_free_edges.sdy from where you stored the tutorial files.

  3. Click free edges icon (Mesh tab > Mesh Diagnostics panel > Free Edges) .

  4. Select the Place results in diagnostics layer checkbox.

  5. Click Show , and then click Close.

  6. In the Layers pane, right-click on Diagnostic results and select Hide All Other Layers .

    Three groups of problem elements consisting of nine free edges are present.

  7. Click expand icon Expand Layer from the top of the Layers panel, accept the defaults, and click OK.

  8. Click Mesh tab > Entity Navigator)and select T12983 from the drop-down box.

    The model should appear as shown in the following image. free edges

    Three edges need stitching, one for each of the adjacent triangles. There is a very fine gap between the triangles that cannot be detected visually.

  9. Click stitch edges icon (Mesh tab > Mesh Edit panel > Stitch Free Edges)

  10. Click and drag a rectangle around the three nodes that lie along the red line and click Apply. The edges are stitched.

    You can also hold down the Ctrl key and select individual nodes along the edge instead of dragging a rectangle around the free edges.

    stitched edge

    Notice how the largest adjacent triangle has been split into two smaller elements in the process.

  11. Click Mesh tab > Entity Navigator)and select T14997 from the drop-down box. Rotate the model until it looks similar to the image below.

    missing element

    It is not appropriate to stitch this triangle. Instead you could use the Fill Hole or Create Triangles as you did in an earlier task. You will use Create Triangles in this instance.

  12. Click create triangles icon (Mesh tab > Mesh panel > Create Triangles).

  13. Select Automatically apply when selection complete. When three appropriate nodes are selected, the triangle will be generated without the need to click the Apply button.

  14. Select the three corner nodes of the hole. The element is added to the model automatically.

    new triangle

  15. Click mesh statistics icon ( Mesh tab > Mesh Diagnostics panel > Mesh Statistics) to verify that all free edges have been removed.

Parent topic: Edit the mesh

Previous topic: Fixing high aspect ratios

Next topic: Fix intersecting elements