Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to check whether the two polyhedrons is in contact

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to check whether the two polyhedrons is in contact


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] how to check whether the two polyhedrons is in contact
  • Date: Tue, 04 Feb 2014 16:06:33 +0100
  • Organization: GeometryFactory

On 02/04/2014 02:27 PM, vanessa wrote:
Hi all

I'm trying to do the intersection test for two 3D polyhedrons using the
function"CGAL::intersection_Polyhedron_3_Polyhedron_3(Poly1, Poly2,
std::back_inserter(polylines));".

It performs well.But when one polyhedron is in contact to the other, the
output (size of polylines) shows 1 instead of 0. Is there any method to
check the case that two polyhedrons are in contact?
What do you mean by in contact?
IIRC, note that this function is will not report intersection points.

Sebastien.


Many thanks
Vanessa



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/how-to-check-whether-the-two-polyhedrons-is-in-contact-tp4658761.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page