Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] generating random cutting planes for a mesh

Subject: CGAL users discussion list

List archive

[cgal-discuss] generating random cutting planes for a mesh


Chronological Thread 
  • From: vimarsh <>
  • To:
  • Subject: [cgal-discuss] generating random cutting planes for a mesh
  • Date: Thu, 10 Dec 2015 00:01:03 -0800 (PST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:s8s7nhLOaVCQB00ZXNmcpTZWNBhigK39O0sv0rFitYgUL/7xwZ3uMQTl6Ol3ixeRBMOAu6wC0rSd6vmxEUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35rxjr75osSCKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FpwecbD/S/JvxwDecAVHV1e1wyscbkvB2GQQqU7WYHSU0XlABJCk7L9kLURJD05zX7s+NnwynSadP3SLkuQjTk5I9kTRbpjGEMMDtvozKfsdB5kK8O+UHpnBd42YOBO9nNOQ==

Hi,
i want to generate n random cutting planes that should pass through some
bounding box/cuboid or x/y/z extents that i have.
I understand that Random_points_on_sphere_3 could be used for generating
planes as shown in the examples, but how do i ensure they intersect the
bounding box(of a 3d mesh) that i have, or how to translate these planes
appropriately
(if anyone has tackled this before, or knows an approach or a specific
function relevant to this)
Otherwise i could write code handling different cases i guess.
Thankyou



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/generating-random-cutting-planes-for-a-mesh-tp4661460.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page