TCL Equivalence and Free Edge not working

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

Hello,

I try to remove free edges and equivalence with the following code.

I have no error with this code, but when I try to merge mesh with the GUI, HM found nodes and edges.

Consequently, it seems that code is not working.

Does somebody has an idea how to make this code working ?

 

*createmark elements 1 'by config' 103 4; # M3D3
*equivalence elements 1 0.01 1 0 0
*createmark elements 1 'by config' 103 4; # M3D3
*findedges elements 1 0
*deleteedges 
 

Thanks in advance

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2018

    Hello,

    is this someone would have an idea to solve my issue ?

    Thanks

  • tinh
    tinh Altair Community Member
    edited November 2018

    It is 'by config type'

    Not 'by config'