How to Unmask all 1D element in a displayed component through scripting

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

Hi , 

 

How to unsmask all 1D elements in a displayed component  through scripting 

 

 

kindly help me to solve this issue 

 

thanks in advance 

 

regards 

 

suresh 

Answers

  • tinh
    tinh Altair Community Member
    edited July 2017

    Hi,

    Use:

    *createmark comps 1 displayed

    *createmark elems 1 'by comps on mark' 1

    *createmark elems 2 'by config' bar2 rod;#put here if need more 1d types

    *markintersection elems 1 elems 2

    *unmaskentitymark elems 1

    *clearmarkall 1

    *clearmarkall 2