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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Buffer with 3d polygon
  • Date: Tue, 22 Jan 2013 16:39:22 +0100
  • Organization: GeometryFactory

Did you have a look at the section "31.5 Glide"
on this page:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Minkowski_sum_3/Chapter_main.html

It looks like this is what you want to do.

Sebastien.

On 01/22/2013 04:33 PM, Roeland Boeters wrote:
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)
<
<mailto:>>

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

<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

<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

<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
<https://sympa.inria.fr/sympa/info/cgal-discuss>







Archive powered by MHonArc 2.6.18.

Top of Page