Can I create a custom worksheet?

tlewis3348
tlewis3348 Member Posts: 33
10 Comments Name Dropper Photogenic
**

I'm currently using a modified version of the PGEditor (see "C:\Program Files\ANSYS Inc\v###\Addins\ACT\libraries\Mechanical\Worksheet\PropertyGroupEditor.py") to build a table of data for the user to see mesh info (e.g., number of elements, nodes, etc.) for each specified named selection. This is associated with a custom object and is displayed when the user selects the corresponding property in the details pane. However, while this approach somewhat works, it tends to be buggy.

I'm therefore wondering if it is possible for me to create a custom worksheet to go along with my custom object.

Best Answer

  • Mike.Thompson
    Mike.Thompson Member, Employee Posts: 385
    25 Answers 100 Comments Second Anniversary 25 Likes
    ✭✭✭✭
    Answer ✓

    Try something like this. It is an example of UI controls that can be attached to a panel in mechanical. You can trigger the actions OnShow/OnHide of the ACT object.

Answers