Hi!
I’m trying to update an add-on that previously used openNURBS 5 for the current iteration. For the most part it’s going peachy, but I’ve run into some issues. Maybe I’m overlooking something obvious, but I thought it wouldn’t hurt to ask here to save myself a few nerve cells.
-
The old ONX_Model_Object used to have an m_bDeleteObject member. Is it completely gone, or just replaced with something else?
-
There was an Audit method for the ONX_Model (int Audit(bool bAttemptRepair, int* repair_count, ON_TextLog* text_log, ON_SimpleArray* warnings)). Is that no longer an option?
Thanks in advance!