Subject: CGAL users discussion list
List archive
- From: Joan Hensen <>
- To: "" <>
- Subject: AW: [cgal-discuss] Polysurf does not load my .off files correctly
- Date: Tue, 27 Jun 2017 12:29:38 +0000
- Accept-language: de-DE, en-US
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
- Ironport-phdr: 9a23:SfCqrR32yaVRcRnQsmDT+DRfVm0co7zxezQtwd8ZseMRLPad9pjvdHbS+e9qxAeQG96KtLQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYQhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb5Sq06WSm576dzVhDnlDsHOTA+8GHSkMNwjaRbqw+lqxFwx4PYZYeYP+d8cKzAZ9MXXWpPUNhMWSxdDI2ybIUPAOgdMulXtITyvUcCoQekCAWwGO/iyjlFjWL2060g1OQhFBnL0ggnH90UtnTfsdf7O7kUUeCu0qbIyyjIYvRS1zf68ofIdAotr/OSUrJ2asre108vGhjCjlWNtYzlOzSV1uMOs2SB8uVvS/uihmg6oA9/pTivw90jiojPho8Ny1DE8z95wIcvKtGiRk57e8aoH4ZKtyGdL4t5WcQiQm5ytCkmzb0GvJi2dzUJxpQ/3xPSZOCLf5KM7x79TuqcIyl0iGh7dL6inxqy/1avx+7gWsSx1VtFsjdJncPMu30IyhPf98eKR/p480i/xzqC0wXe5v9aLk03m6fWLYMqzKQqmZoJq0vDGzf7mEXog6+ScUUp4uem5Or7bLn6qJKQLoB7hA7jPqg3ncywGvo3PhIJX2iG5eSzz7rj/VD/QLpXlPE2irPZsJfGJcsFuqG5Hw5V0oEl6xqlCDemzcgYnX0ALFJCexKLlZTmO1bLIPzgDPe/hUqjkCtzyv3JIrHtGJHAImbZnLrjY7px8VBQxBcrwdBa/Z1UC7UBIPzpWk/2sdzVFhs3MwuuzObhEtlz1J0RWWSUAqCHNqPfqliI5v8zI+mIY48VvzX9J+I46PHwlXM5g0MSfbG13ZsLb3C1BuhpI0qDbnrom9sODGYKvhEiQ+z3k12CSiVeZ22yXqI5/jE0EpiqDYbFRoC3gbyOxj23HpNMZjMON1aXDH29d5mYQ+xeL2WJM8p5m3oFU6KgQskvz1a1pQriwv1mKOTTvSYXvJam2Nlu7PDIjkIO8mk+BMuU1ySBTnp/g3gTbz4wxqF250JngB/X2qdxh7lUFMdY+uhSegY8L5/VieJgXYPcQAXEK/WOQVDuYtigGjw3BoYTxNYIJWZwHc6viDjEwjauBLgW0bCGUs9nupnA1mT8cp4ug03N07Ms2gV3Tw==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Thank you for your responses. Does CGAL provide functionality to fix these mesh issues?
Von: <> im Auftrag von Sebastien Loriot (GeometryFactory) <>
Gesendet: Dienstag, 27. Juni 2017 13:56:25
An:
Betreff: Re: [cgal-discuss] Polysurf does not load my .off files correctly
Gesendet: Dienstag, 27. Juni 2017 13:56:25
An:
Betreff: Re: [cgal-discuss] Polysurf does not load my .off files correctly
On 06/27/2017 01:53 PM, Andreas Fabri wrote:
>
> It must be a two-manifold, that is not more than two faces
> sharing an edge.
>
+ you have some pinched vertices (at least 2 umbrella of faces around
some vertices)
> andreas
>
> On 27/06/2017 13:51, Joan Hensen wrote:
>> Dear community,
>>
>>
>> I have several meshes given as .off files, which I would like to load in
>> the following way:
>>
>>
>> PolyhedralSurf P;
>>
>> std::ifstream stream(if_name.c_str());
>>
>> stream >> P;
>>
>>
>> But neither vertices nor facets are loaded.
>>
>>
>> Please check this
>> ( https://www.dropbox.com/s/2dkt0idgzdy1atq/example.off?dl=0 ) example
>> file out the attached file and tell me what I could do, please.
>>
>>
>> Best,
>>
>>
>> Joan
>>
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
>
> It must be a two-manifold, that is not more than two faces
> sharing an edge.
>
+ you have some pinched vertices (at least 2 umbrella of faces around
some vertices)
> andreas
>
> On 27/06/2017 13:51, Joan Hensen wrote:
>> Dear community,
>>
>>
>> I have several meshes given as .off files, which I would like to load in
>> the following way:
>>
>>
>> PolyhedralSurf P;
>>
>> std::ifstream stream(if_name.c_str());
>>
>> stream >> P;
>>
>>
>> But neither vertices nor facets are loaded.
>>
>>
>> Please check this
>> ( https://www.dropbox.com/s/2dkt0idgzdy1atq/example.off?dl=0 ) example
>> file out the attached file and tell me what I could do, please.
>>
>>
>> Best,
>>
>>
>> Joan
>>
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Polysurf does not load my .off files correctly, Joan Hensen, 06/27/2017
- Re: [cgal-discuss] Polysurf does not load my .off files correctly, Andreas Fabri, 06/27/2017
- Re: [cgal-discuss] Polysurf does not load my .off files correctly, Sebastien Loriot (GeometryFactory), 06/27/2017
- AW: [cgal-discuss] Polysurf does not load my .off files correctly, Joan Hensen, 06/27/2017
- Re: [cgal-discuss] Polysurf does not load my .off files correctly, Sebastien Loriot (GeometryFactory), 06/27/2017
- AW: [cgal-discuss] Polysurf does not load my .off files correctly, Joan Hensen, 06/27/2017
- Re: [cgal-discuss] Polysurf does not load my .off files correctly, Sebastien Loriot (GeometryFactory), 06/27/2017
- Re: [cgal-discuss] Polysurf does not load my .off files correctly, Andreas Fabri, 06/27/2017
Archive powered by MHonArc 2.6.18.