Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: How coule I represent a range like this

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: How coule I represent a range like this


Chronological Thread 
  • From: Wang Hetao <>
  • To:
  • Subject: [cgal-discuss] Re: How coule I represent a range like this
  • Date: Fri, 31 Aug 2012 00:45:13 -0700 (PDT)

Thx for your answer. I see now that I can construct an arrangement *arr* by
inserting all the circles and the circle center *center* in. Since *center*
is a isolated point, I can get the face which *center* is in by applying
face() on it and the face is represented by a set of halfedges in
couter-clockwise.

Since I got all the edges covering a face, but they are stored in CGAL as
Arr_circle_segment_traits_2<Kernel>::X_monotone_curve_2 internally. There is
no further explanations about it. I'd like to know how could I use this type
properly or may I convert it into
Circular_arc_2<CGAL::Exact_circular_kernel_2>. I have tried
CGAL::object_cast() but it does not work.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-coule-I-represent-a-range-like-this-tp4655762p4655783.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page