Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Mesh Generation - Multi-domain

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Mesh Generation - Multi-domain


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Mesh Generation - Multi-domain
  • Date: Fri, 16 Apr 2010 14:10:20 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=M50SqIdlwECOfkwYO8wUjEpuN2+7iHopP2CY8SB4vc7hAXarF5c8DVRiSZs7SRNNFZ tHcn4t8QoRW4ORCeHPytf29CQxFLMVpiS7yLxJL+vNRNr0ir7deynFCeAQhBE/GuUWqA mmm8iGVzAwl4TorNg++yEbJOZzgwgIsGe2kL4=

Answering my own question. I found this technical report in citeseer:

Meshing 3D domains with smooth constraints
http://acs.cs.rug.nl/acstr/ACS-TR-241304-01.pdf

-Ramin


On Thu, Nov 26, 2009 at 5:58 PM, Ramin H <> wrote:
Hi,

I am going to implement my own multi-domain polyhedron oracle.

I read http://www.cgal.org/Manual/3.5/doc_html/cgal_manual/Mesh_3_ref/Concept_MeshDomain_3.html
but the information is very abstract.

Is there a technical report or a paper that can help me understand how
this should work?

Thank you,
-Ramin

On Fri, Nov 20, 2009 at 4:02 AM, Stephane Tayeb
<> wrote:
> Ramin H wrote:
>>
>> Thank you for your response. I think I didn't ask my question
>> properly. I saw *47.3.3 Mesh Generation From a Segmented 3D Image*.
>>
>> I wanted to know how the multi-domain input can be defined when using
>> polyhedron domains.
>>
>> -Ramin
>>
>
> Hi,
>
> There is no such thing in the current implementation.
>
> You will have to define your own multi-domain polyhedron oracle (cf.
> MeshDomain_3 concept in the reference manual). A naive (and computationnaly
> costly) solution could be to combine several polyhedron domains, one for
> each subdomain.
>
> Best,
> --
> Stephane Tayeb
> Software engineer - INRIA Sophia Antipolis
> Geometrica Project-Team
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



  • Re: [cgal-discuss] 3D Mesh Generation - Multi-domain, Ramin H, 04/16/2010

Archive powered by MHonArc 2.6.16.

Top of Page