Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Meshing a 2D domain

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Meshing a 2D domain


Chronological Thread 
  • From: "Amir Vaxman" <>
  • To: <>
  • Subject: RE: [cgal-discuss] Meshing a 2D domain
  • Date: Thu, 2 Apr 2009 10:40:53 +0300

I would like a triangulation of a domain, with inner points, such that every
edge is adjacent to one inner point and one original point. That way, the
inner points have minimal graph distance of one edge exactly to the
boundary. That type of triangulation makes the inner points a sort of a
spine, resembling the medial axis. I don't want to use straight skeletons
because of the high running time.

Amir.

-----Original Message-----
From: Andreas Fabri
[mailto:]

Sent: Thursday, April 02, 2009 10:32 AM
To:

Subject: Re: [cgal-discuss] Meshing a 2D domain

Hi Amir,

I guess part of the problem to answer you is what you mean with distance
and k-edges. Also do you want something that approximates this somehow,
or do you need that if from the boundary you go to the straight skeleton
(along which trajectory by the way), you traverse exactly k edges.

Maybe you have to create k offsets with the Straight skeleton package,
and then you just make a conforming triangulation of the offset polygons.

Or you might have a look at the Meshing demo. In the 'Tools' menu,
you find 'Make Lipschitz Delaunay Mesh'. It has a size criterion based
on the distance to the boundary. It is only in the demo and not a
documented meshing criterion.

hope this helps,

andreas (today without moustache)


Amir Vaxman wrote:
> Hello,
>
>
>
> Anyone has a close-by answer for this?
>
>
>
> Thanks,
>
> Amir.
>
>
>
> *From:* Amir Vaxman
> [mailto:]
> *Sent:* Sunday, March 29, 2009 3:18 PM
> *To:*
>
> *Subject:* [cgal-discuss] Meshing a 2D domain
>
>
>
> Hello,
>
>
>
> Is there a possibility within CGAL to mesh a 2D with the restriction
> that every inner point is at most "k" (for some constant "k") edges far
> from the boundary? E.g., regular constraint triangulation is bounded by
> "0" and straight skeleton (or medial axis) triangulation is at most "1".
>
>
>
> Amir.
>

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page