Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface_mesh_parameterization didn't keep face information

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface_mesh_parameterization didn't keep face information


Chronological Thread 
  • From: Mael Rouxel-Labbé <>
  • To:
  • Subject: Re: [cgal-discuss] Surface_mesh_parameterization didn't keep face information
  • Date: Fri, 20 Apr 2018 10:03:14 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:/y58Uh93y6CUcP9uRHKM819IXTAuvvDOBiVQ1KB20eocTK2v8tzYMVDF4r011RmVBd6ds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55Pebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMsrqQL06Wzmv4b5nRAPnhSwaMzI08H3bhsl2galGohyuugZ/zpbJbo+LOvpwfqDTc90USmVOXMleSyNPD5igb4YNFecNIfpUoof/qlYIsBCwBROsBOTqyjJQgXH5x7M10+A5Hg/a2wwgAt0Pv2rQrNnsMqkdS/u6w7LSyj7eaP5W3C3y55bMchw7u/GMWq9wcMXPxkkrDQ/Fik+fppf+MDyLzekNvHaU7+1lVe2xl24nsQFwoja1ycgwlonJgZgVy1De+Splx4Y1IMS1RUhmatCqF5tQsjuVN4pwQs46RWFnoj01xaYCuZGlZiQF1JMnxxvHZ/yIcoiI/hLjVPuKLjtimH1lf7e/ihCv+kaj0u3xTsa53VdQoiZYjtXBtmoB2h7S58SdS/Zw/l+t1SuL2g3d8O1IPFw4mKXBJ5Mv37I8jIcfvVjeEiLwhU74lrWZdl8+9eit8+nnYqvpppubN4JslA3yKKEumsu+DOgiNwgBRWmb+eCl2L3k4E35XK9GjvookqnZqpzaI9oUprKhDw9U1IYs9Qq/Ai+p3dkZh3ULMU5JdRKdg4XrOlzCOvH1APenj1SpijhrxvTGPrP7ApXKK3jOiLLhcqxj5E5Y0gYz19df549bC74fJPL/QEvxu8bDARAiLQO52OnnB8t61oMbR22PHrWZMaPcsVCS+u0vP+6MZJUVuTrnN/cl4PvugWcjmVABZampwYcXaHegE/t6LEWWe37sjs4cHmcLpQoxUPHqiEaZUTNIfHazX6c85ikhB468DIfDQJqtgL2b0yuhEJ1WfDMONlfZGnjhc8CIWuwHdTmJCs5niD0NE7a7GKE70hT7kQb3z41dKffE9yldkZvp3lk9s+jamBV07ztpH8mZlWWERWt5tmwFQDo7wLpur0V21lCZwO5zhPkORo8b3O9ATgpvbc2U9Od9Ed2nB1qYL4W5DW2+S9DjOgkfC9c4wtsAeUF4QYzwgR3E2ie2Ga4bnreXA4YltKnb2iqpfpov+zP9zKAkymIebI5XL2T83/xw+g/WCpLTgkuQnLqtb7Va1ynIpj/akDi++XpAWQs1ap3rGHASYkyM8YajoEbFEfmrALUjdwxc1YiFNKsMbND13w1L

Hello,

Please check out this issue: https://github.com/CGAL/cgal/issues/2994,
which seems similar to what you want.


On 20/04/2018 02:37, theidleman wrote:
> I test several examples by using example mesh. The result is good. But when
> I
> open the mesh file, I found the face in the mesh between input and result is
> very different.
>
> For example,
>
> Input:
> First three lines of face information.
> 3 170 169 218
> 3 304 259 871
> 3 299 298 8
>
> Result:
> First three lines of face information.
> 3 921 914 901
> 3 901 914 885
> 3 883 885 914
>
> What I want is to change the face of the result as same as the input.
>
> How can I deal with it?
> Thank you very much.
>
>
>
> --
> Sent from: http://cgal-discuss.949826.n4.nabble.com/
>




Archive powered by MHonArc 2.6.18.

Top of Page