Can I create a custom worksheet?

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
-
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.
1
Answers
-
I think that should work.
0