ThroughCurveMeshBuilder CommitFeature fails but ...

...leaves a Feature in the model.
That empty and unnamed feature is not erased if I destroy the builder. I can't figure out a way to find it and get rid of it.

The reason I need to do this is because I am using exception handling to retry to build the loft feature slightly differently until it gets it to commit.

If I try to delete it from the GUI I get a memory access violation error.

Figured it out! Right after the post haha
I placed an undo mark right before the commit and in the block catching the exception I performed a session undo.

mihaipruna.com