Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Intersection of polyhedrons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Intersection of polyhedrons


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Intersection of polyhedrons
  • Date: Thu, 17 Oct 2019 09:15:43 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:fA+vsh9ZRxD+6f9uRHKM819IXTAuvvDOBiVQ1KB20uIcTK2v8tzYMVDF4r011RmVBN6dtKwP0rOI+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhGiTanY75/LRq6oRjMusQXnIBvNrs/xhzVr3VSZu9Y33loJVWdnxb94se/4ptu+DlOtvwi6sBNT7z0c7w3QrJEAjsmNXs15NDwuhnYUQSP/HocXX4InRdOHgPI8Qv1Xpb1siv9q+p9xCyXNtD4QLwoRTiv6bpgRxjuhikbLjI383vZhtVsgaJdpxKhoRx+w4vVYICUKvV+ZL7WcdcHSWZdW8pcUTFKDIGhYIsVF+cPIPhWr4f9qVUNoxWxCwajC+HzxTFHnXL2wa833v49HQ3a0gEtHdQDu2nUotXvM6cSVPi4wKfVwzrddPxZwyz96JTJch8/p/GHQLR+cc3LyUkuEAPFkkibpYjkMTyL0eQNtnaU7/Z6VeOvi2AosR1+oiSoxsc2iojFg4wZwU3D+CVixIY1Ise4SE98Yd64CpdQsiWaOpB5QsMnWW5ouSI6xqcatp68eSgH0ZIqzAPRZfyAdoiH+BPjVOCJLDd+nn1qY6mwhxKs/kS61uL8Ucy03E5WoSpKiNbMsmoB1xvJ6siITPZ240Sv2S6X2gzN9u1JJVo4mKnbJpI73LI8iIcfvV7MEyL1gEn7gq2bel8k9+Wr8ejqYrHrqoWYOoNqjAz1L74gldalAesiNwgDR2ib9vq41L3k5UD5Ra9FjvwykqXAvpHaP9kXqre3AwJa0Ysv8Rm/DzCh0NQXmXkIMkhJdw6Aj4jsI13OIfb4Aumjg1m0jjtn2/TLMqfiD5jNNHTPjqntcatn50NTywc/1dVf6IhVCrEFLvLzQEjxtNnAAx8iNwy0xPznCNR61oMCQ26PB6uZPbjdsV+N/O0vIu2MaJUJtzb6Lvgp/+TugmMhmV8BYamp2oMaZ2y3Hvt8J0WVeGfjgtYaEWgWowo+V/fqhUaZUT9TYnayR7gz6is6CIKgF4fDR5qijKaP3CehTdVqYTVNBVmIVHvpbI6ZQOwkaSSII8YnnCZXe6KmTtpr7hykvRTmyrdhZs7T4Cwfqdqj+9Vy4uDPjwAc/DdoCN6MkivFG3pwmXkJQCNw2aRXrkl0y1PF2q991a8LXedP7u9EB19pfaXXyPZ3XomqA1OTTpKyUF+jB+6eL3Q0R9M1zcUJZh8kSdqnhxHHmSGtBu1MzuHZNNkP6qvZmkPJCYN9xnLBjvRzilAnRo5QLzTjiPIvsQfUAIHNngOSkKP4Lf1Ajh6Iz3+KyC+1hG8dSBR5CPyXUnUWZ0+QptP8tBvP

Is it an option to compute the intersection of the small polys with the big one at once and compute the volume independently?
Note that this will be possible if the small polys do not intersect each other.

Sebastien.

On 10/17/19 8:49 AM, EgorU wrote:
Hi Sebastien,

Thank you a lot for your quick response.
I'm beginner in cgal.
I'll clarify my issue.

I have one big polyhedron_3 (> 1000 vertexes or more)
and many different small polyhedron_3's (like cube or brick, about 10
vertex )

I want to estimate a volume of intersection between big and one of small
polyhedron fast (ideally not more than 4-10 ms).

I don't need too much accuracy, only relative rating.
I saw this class
https://doc.cgal.org/latest/Polygon_mesh_processing/classCGAL_1_1Side__of__triangle__mesh.html.
But how do you propose using it? I mean, I can to check where is point
relative to the body, but if I will sort through a large number of points, I
think it will not be very effective.




--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page