Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] how to add surface constraints for 3D mesh generation ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] how to add surface constraints for 3D mesh generation ?


Chronological Thread 
  • From: kyungjoo <>
  • To:
  • Subject: [cgal-discuss] how to add surface constraints for 3D mesh generation ?
  • Date: Tue, 2 Aug 2011 02:23:23 -0700 (PDT)

Hello,

I asked similar question before, and I got answered that
I could add surface mesh as features. I tried to find out
what class I utilize, but I have not yet found the correct
class and corresponding methods to add user-defined
surface features. My final objective is meshing a ball with
an object inside. I would like to retain the inside object mesh, too.


CGAL::Mesh_3::Labeled_mesh_domain_3 -
CGAL::Implicit_mesh_domain_3 - looks like it is only used for algebraic
surfaces such as sphere or ellipsoid.
CGAL::Polyhedral_mesh_domain_3 - in the manual, it is
CGAL::Polyhedral_mesh_domain_with_features_3 - This one automatically detect
sharp edge ( not about the object mesh inside )

The last one does not protect inside geometry or polyhedral surfaces. How
can I add surface features into domain ?

Can I use implicit mesh domain using polyhedral object inside as features ?


I am getting familiar to cgal but the cgal examples are not enough in
detail. Any comments are welcome.



Thanks.


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/how-to-add-surface-constraints-for-3D-mesh-generation-tp3711750p3711750.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] how to add surface constraints for 3D mesh generation ?, kyungjoo, 08/02/2011

Archive powered by MHonArc 2.6.16.

Top of Page