Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Face

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Face


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Face
  • Date: Thu, 09 Jun 2011 08:36:43 +0200

Not sure to understand the question.
You make two point locations and get two face handles.
Then you want to check if points are in the same face.
If this is what you want you simply need to check if the handle are
equal (f1==f2)

Sebastien.

Gaurav Kanade wrote:
Hello
I am performing point location queries on an arrangement and receiving the
handle to the Object in which the point is located. Now I am using the
assign function check if the object is assigned to a face or a vertex or
edge but what I really want to is to determine if two different points after
performing two different queries are in the same face or not. Could you help
me to find the documentation regarding this ? I tried reading up on Face and
Face_const_handle but could not find it.

Thanks





Archive powered by MHonArc 2.6.16.

Top of Page