I am creating a module where i would like to display a closed curve after an event. The closed curve will change after each event (button / addition of fiducial point) dependent on the new coordinates defined.
How can I create the closed curve node and display it with a set of changing coordinates in a module, I am able to do this manually via python interactor but struggling to import this into my module?
Thanks in advance