[gts-general] Help on gts_surface_coarsen function
Brought to you by:
popinet
|
From: Stephane P. <s.p...@ni...> - 2001-08-30 21:09:41
|
Eric Chow writes: > Hi, > > I am trying to use the coarsen function, but it's not working. Hi Eric, Did you first try to use the "coarsen" program in the "examples/" directory? If it works with this example code, you should be able to reproduce the result you get by writing your own code inspired from this example. > Could it be the fact that my surface is not a closed surface (so > gts_surface_coarsen couldn't handle it)? Or is it something else I missed in > my code? Not it couldn't, gts_surface_coarsen() can handle non-close, non-manifold and non-orientable surfaces. Hope this helps, Stephane |