<div dir="ltr">Hi Guys<div><br></div><div>I'm making some modification to iGeom to allow degenerate tori, I've done this by adding functions which create vertices (points), curves (edges) and a function that takes curve and makes a surface.</div><div><br></div><div>Now, so I wrapped make_RefFace</div><div><br></div><div> RefFace* tmp_surface =  gmt->make_RefFace(PLANE_SURFACE_TYPE,               </div><div>                                            curves,</div><div>                                            true);</div><div><br></div><div>My curve argument is a DLIList of RefEdges*, Ive written out the state of igeom before this call into a sat file, and I can see my vertices, and curves, but I get a segfault from within BridgeManager::topology_bridge -> GeometryModifyTool::common_modify_engine -> GeometryModifyTool::make_RefFace</div><div><br></div><div>Do you guys have any suggestions?</div><div><br></div><div>Thanks</div><div><br></div><div>Andy</div><div><br></div></div>