How to reach the "Select entity with the same size" button using ACT in Mechanical

Options
IhorL
IhorL Member Posts: 8
First Anniversary Name Dropper First Comment
**

Hi All, :smiley:

Maybe someone knows how to reach the "Select entity with the same size" button using ACT in Mechanical?

BR Ihor

Answers

  • James Derrick
    James Derrick Administrator, Employee Posts: 379
    Ancient Membership 100 Comments 100 Likes 25 Answers
    admin

    Hi @IhorL thanks for the question, I think someone from the @Structures-Scripting-Team should be able to help :)

  • Eric Stamper
    Eric Stamper Member, Employee Posts: 11
    Second Anniversary First Answer Name Dropper Ansys Employee
    ✭✭✭
    edited June 17

    @lhorl,

    Please see the function: "SelectSameSize" in the "toolbar.py" file that's in your Ansys install directory: i.e.:

    C:\Program Files\ANSYS Inc\v242\aisol\DesignSpace\DSPages\Python\toolbar.py

    You can call this function with:

    import toolbar
    toolbar.SelectSameSize(ExtAPI)