As the title states attempting to access a gui pie node called "fuel"
I see I can manipulate vertices with gui.get_perimeter_vertices & gui.set_perimeter_vertices
But I am having a difficult time referencing the node , what is correct sytax use for these?
Hm looks like the documentation is missing info on the argument list for that function, but I would guess the first argument is the node… So try calling gui.get_node(“fuel”) and using that as the argument.
This function might be of interest as well: gui.set_fill_angl()