Hi All,
Maybe someone knows how to reach the "Select entity with the same size" button using ACT in Mechanical?
BR Ihor
Hi @IhorL thanks for the question, I think someone from the @Structures-Scripting-Team should be able to help
@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)