Hi Brian
Looks like the 'reducing collection' is part of the problem - however there is still an issue of 'not actually exploding'
More info;
I am creating my sketch by copying text items from another sketch (so as I can export text as a DXF without destrying the original sketch)
If I explode the original sketch programatically - it works - curves are created
If I copy the text items to the new sketch and explode - no curves are returned
If I copy the text items to a new sketch, open it - edit it - close it - and then explode programatically - it works
So it seems that I am 'not doing something important' having once copied the text items to the new sketch
Minimal example of it not working - attached
Requires one sketch with one text item to run
Should create a new sketch with the item copied across (comment out the 'explode' loop at the end to see that it has created the new sketch with a text item)
Any help or insight gratefully accepted!
Ian B