Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Mesh simplification with edges marked as non-removable

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Mesh simplification with edges marked as non-removable


Chronological Thread 
  • From: 柳米 <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Mesh simplification with edges marked as non-removable
  • Date: Fri, 25 Oct 2013 09:33:28 +0800

Mark the edge cost as double positive infinity.


发自我的 iPhone

> 在 2013年10月25日,1:39,"Sebastien Loriot (GeometryFactory)"
> <>
> 写道:
>
> I can finally reproduce the problem you observed.
> I'll investigate and let you know.
>
> Thanks,
>
> Sebastien.
>
>> On 10/24/2013 05:32 PM, costantinos wrote:
>> Here is a .xyz file if you visualise it (I use Meshlab), you will see that
>> I
>> am treating the surface boundary edges as the borders! Maybe I cannot treat
>> them as such, maybe that is where my mistake is? I just want to ensure the
>> that the topology and volume are preserved on the model following the
>> simplification process.
>>
>> tens_boundary.xyz
>> <http://cgal-discuss.949826.n4.nabble.com/file/n4658281/tens_boundary.xyz>
>>
>>
>> I have been running my code at command line as follows (I have not been
>> using cmake):
>>
>> g++ 3d_decimation.cpp -o test -L/opt/local/lib -I/opt/local/include -lCGAL
>> -lgmp -lmpfr -lboost_thread-mt -frounding-math -lboost_system-mt
>>
>> and then,
>>
>> ./test tens.off results.off
>>
>>
>>
>> --
>> View this message in context:
>> http://cgal-discuss.949826.n4.nabble.com/Mesh-simplification-with-edges-marked-as-non-removable-tp4658180p4658281.html
>> Sent from the cgal-discuss mailing list archive at Nabble.com.
>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://sympa.inria.fr/sympa/info/cgal-discuss
>
>




Archive powered by MHonArc 2.6.18.

Top of Page