Save points of pattern feature

Hi together,

i have written a NX Journal, which creates a honeycomb pattern.

Now i want to save all the craeted corner points of each polygon in a .txt file, or .xls or whatever.

Is there any possibility to do this?

Best regards,
Benedict

My general approach would be: find (or have the user specify) the honeycomb pattern, find the line objects making up the pattern, record the start/end points, remove duplicate points, write out the results to text or XLS file. The details will depend on how the pattern was created, but I see no reason why it would not be possible.