Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Buffer with 3d polygon

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Buffer with 3d polygon


Chronological Thread 
  • From: Roeland Boeters <>
  • To:
  • Subject: Re: [cgal-discuss] Buffer with 3d polygon
  • Date: Tue, 22 Jan 2013 16:33:55 +0100

Thank you for your answer. I forgot to mention that my polygon is in general not planar.

Also I'm not sure if it is clear that I want to get a buffer normal to the polygon's plane, and thus creating a NEF polyhedron.


2013/1/22 Sebastien Loriot (GeometryFactory) <>
If your polygon is planar but in 3D, you can compute a 2D polygon in the supporting plane and use this package [1].
If your polygon is almost planar, you can use this package [2] to compute the best plane approximation.

Sebastien.

[1] http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Minkowski_sum_2/Chapter_main.html
[2] http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Principal_component_analysis/Chapter_main.html


On 01/22/2013 03:16 PM, mastair wrote:
I want to buffer a polygon in 3d space. Apparently Minkowski sum only takes
NEF polyhedra as input?

How would I create a buffer around a polygon in 3d space, as such creating a
NEF polyhedron or general polyhedron?

Thank you for your help.



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Buffer-with-3d-polygon-tp4656520.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



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






Archive powered by MHonArc 2.6.18.

Top of Page