<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Are the curves in  a plane?
<br>
Are there other types you can try for the surface type?<br>
<br>
Iulian<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF391237"><font color="#000000" size="2" face="Tahoma"><b>From:</b> cgma-dev-bounces@mcs.anl.gov [cgma-dev-bounces@mcs.anl.gov] on behalf of Andrew Davis [andrew.davis@wisc.edu]<br>
<b>Sent:</b> Thursday, February 26, 2015 11:44 AM<br>
<b>To:</b> cgma-dev@mcs.anl.gov<br>
<b>Subject:</b> [cgma-dev] iGeom Question<br>
</font><br>
</div>
<div></div>
<div>
<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>
</div>
</div>
</div>
</body>
</html>