Fix intersecting elements

In this task you will complete steps to fix intersecting elements.

In this task, you will:

Intersecting mesh elements are triangles that touch each other at locations other than edges and nodes. You need to fix intersecting elements before attempting to analyze your model. These errors are reported in the Mesh Statistics dialog.

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

Fix Intersecting Elements-Delete and Fill.

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

  2. Click import icon (Home tab > Import panel > Import) and import the file base_mesh.sdy from where you saved tutorial files.

  3. Click mesh statistics icon (Mesh tab > Mesh Diagnostics panel > Mesh Statistics). Click Show in the Mesh Statistics Tools panel.

    Note there are 4 Fully overlapping elements . Click Close.

  4. Click mesh overlap icon (Mesh tab > Mesh Diagnostics panel > Overlap).

  5. Select Place results in diagnostics layer.

  6. Click Show , and then click Close.

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

  8. Click expand icon Expand Layer, accept the default, and click OK.

    Two pairs of intersecting elements should now be visible.

    To help visualize where these overlaps occur within the model, you will now create a transparent layer.

  9. Select the New Triangles checkbox in the Layers panel.

  10. Click display icon Layer Display from the toolbar across the top of the Layers panel.

  11. Select Transparent from the Show as drop-down list and click Close.

  12. Click rotation angle icon (View tab > Viewpoint panel > Rotation Angles), Enter the values -155 145 -75 in the Rotation Angles text box. Press Enter to rotate the model.

    overlap

  13. Un-check the New Triangles layer and zoom in on the large group of elements.

    overlap 2

  14. Click delete entities icon (Mesh tab > Mesh Edit panel > Delete Entities) from the Mesh Repair panel drop-down menu.

  15. Select the blue element. Click Apply. The small underlying element that is now apparent is also part of the problem and needs to be deleted.

    overlap 3

  16. Select the second small element.

  17. Click Apply.

    overlap 4

  18. Click insert nodes icon (Mesh tab > Mesh Edit panel > Insert Nodes).

  19. Select the nodes along the long edge of the hole as illustrated below.

    overlap 5

  20. Click Apply.

    overlap 6

    A node has been inserted along the selected edge and the adjacent element was modified.

  21. Click fill hole icon (Mesh tab > Mesh Edit panel > Advanced > Fill Hole).

  22. Select a node along the edge of the hole. Click Search and a line appears around the hole.

  23. Click Apply and the hole is filled.

    overlap 7

    You could have filled the mesh without adding a node along the long edge of the hole, but you would have introduced a high aspect ratio element in the process.

  24. Click next icon (Mesh tab > Diagnostic Navigator panel > Next).

  25. Enter -5 155 35 into the Rotation Angle textbox rotation angle icon (View tab > Viewpoint panel > Rotation Angle) to rotate the model.

    overlap 8

    Deleting the overlapping elements and filling the resulting hole would introduce a jagged edge to the curved surface as shown below.

    overlap 9

    To remove overlap without causing this jagged edge, you will merge nodes. This will maintain the smoother profile.

  26. Rotate the model to -155 155 -45.

    We will eliminate the short edge of the highlighted element by merging the inner node to the outer edge of the model.

    overlap 10

  27. Click merge nodes icon (Mesh tab > Mesh Edit panel > Merge Nodes).

  28. Select the node on the outer edge of the model. Note how the node number for this element has been entered in the Node to merge to text box in the Tools panel.

  29. Select the inner node and note how this node number is entered in the Nodes to merge from text box.

  30. Click Apply. Rotate the model to ensure the profile is appropriate.

    overlap 11

  31. Click mesh statistics icon (Mesh tab > Mesh Diagnostics panel > Mesh Statistics). Click Show in the Mesh Statistics tab.

    All elements with intersection problems have been eliminated.

Parent topic: Edit the mesh

Previous topic: Fixing invalid free edges

Next topic: Tutorial review