[cgma-dev] iGeom Question

Grindeanu, Iulian R. iulian at mcs.anl.gov
Thu Feb 26 12:03:03 CST 2015


Are the curves in  a plane?
Are there other types you can try for the surface type?

Iulian
________________________________
From: cgma-dev-bounces at mcs.anl.gov [cgma-dev-bounces at mcs.anl.gov] on behalf of Andrew Davis [andrew.davis at wisc.edu]
Sent: Thursday, February 26, 2015 11:44 AM
To: cgma-dev at mcs.anl.gov
Subject: [cgma-dev] iGeom Question

Hi Guys

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.

Now, so I wrapped make_RefFace

 RefFace* tmp_surface =  gmt->make_RefFace(PLANE_SURFACE_TYPE,
                                            curves,
                                            true);

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

Do you guys have any suggestions?

Thanks

Andy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/cgma-dev/attachments/20150226/784de767/attachment.html>


More information about the cgma-dev mailing list