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.