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

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