Matching meshes - map nodes

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hello everybody,

 

I need to mesh the upper part of the cube and I want the nodes of the mesh to be exactly on those I have projected.

Basically I would like to map the nodes in order to join them afterwards using 1-D elements.

 

How can this can be done?

<?xml version="1.0" encoding="UTF-8"?>post-33986-0-71100900-1446412602_thumb.j

Tagged:

Answers

  • tinh
    tinh Altair Community Member
    edited November 2015

    Hi

    it's very simple:

    1) mesh the cube (2d>automesh)

    2) project node of cube onto flat surf (tool>project>to plane)

    3) ruled mesh from those nodes to outside boundary lines (2d>ruled>nodelist-linelist)

     

    or from hm12, you can automesh both, then using imprint (2d>mesh edit>imprint) to make mapped nodes

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2015

    Thank you Tinh,

     

    your suggestion helped me a lot.