Abaqus - Update table in GUI plugin

Hi all,

I have created a table where the cells will include the coordinates of a node that is selected by the user. First, I created the table using the `AFXTableKeyword` command. I have also created a `SelectNode` class to select a node on the part (using the procedure mode) and I can get a tuple of the coordinates of that node (x, y, z).

The question is how to automatically write the x, y, z values on the table. Ideally, each row will have a small button that will invoke the `SelectNode` class and the coordinates will get written on that row of the table.

Thanks!

Abaqus ​​​​​​​