Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Adding 1D Features to a Domain constructed from a Vector of Implicit Functions

Subject: CGAL users discussion list

List archive

[cgal-discuss] Adding 1D Features to a Domain constructed from a Vector of Implicit Functions


Chronological Thread 
  • From: MariusZeinhofer <>
  • To:
  • Subject: [cgal-discuss] Adding 1D Features to a Domain constructed from a Vector of Implicit Functions
  • Date: Thu, 12 Nov 2020 08:14:23 -0600 (CST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=Pass
  • Ironport-phdr: 9a23:uAY8ghdW3q97Tf4VtYum9SIblGMj4u6mDksu8pMizoh2WeGdxcW+ZR7h7PlgxGXEQZ/co6odzbaP7Oa5AzdLusvJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRe7oR/MusUIj4ZuJag8xxvUqXZUZupawn9lK0iOlBjm/Mew+5Bj8yVUu/0/8sNLTLv3caclQ7FGFToqK2866tHluhnFVguP+2ATUn4KnRpSAgjK9w/1U5HsuSbnrOV92S2aPcrrTbAoXDmp8qlmRAP0hCoBKjU09nzchM5tg6JBuB+vqRxxzZDXbo+IO/VxYqzTcMgGRWdDQspdSzBNDp+iY4YJEuEPPfxYr474p1YWqhWxHxOsBOLyyj9ThXD5w6w60+IhEQHB0gwvAcgOu2nTodXwLqgSS+G1zLTTzTnZbvJZxzb96I7IchAmr/GDQ6hwfNHUyUY1CwPFjkufqYn/MDOJ1+QNsHKX7/dmVeKukmInpRtxrSauxsg3l4nJnI0VxkrZ+ipn2Ys4I8CzR0Fnb9C+CpRQqz2aOJVsQsMkW2xmtzg2x6ACtJOmfiUG1ogryhzdZvGbb4SE/w/uWemMLDp4i3xoeryxiwis/UWj1ODxSNS43EpEoCRKnNTAq24B2hrO4caJTft9+12u2TeJ1w3L7OFLO1s7mrHfK5E/2LI/ip0TsUHFEyTrm0v2lLebelgg9+Ws8ejqbLbrqoWfOoJ1kA3zM6Ujl8qiCuoiKAcORXKU+eGk2b3j40L5RLJKg+UwkqTWqpzaI94UqbWiDA9RzIkv8QqwDzCj0NgAnHkHKkxKeA6fgoT0P1zDJOr0APm8jli2kzpmxurKM7zgD5nVK3jMirbhfbJz605GzwozyMhS55dOBbEbIfLzR1TxuMbZDxAnMgy0xebnCNJz1owAQ2KCGaqZP7nOsV+I+O0vJvODZJMUuDb+MfQl+vjujX4glV8TZ6mmw5oXZ2ulHvR8LEWVe2fjjckZHWcQogU+VPDqiEGFUTNLe3myULgz5jUiBI27DIfDXZyigKGa3CegBZBWfWBHClWUEXjybYmEWvEMaDiTIsB7iDAEW6KhGMcd0kSluwb+jrZmNeHJ4TYwtJT51dEz6feAuws18GlRBt6cznq/QmBynmQGSiV+iKV2u01g0RGR3Kl+g/tWGMZ74vpVUgo/PILdzKpnDdG3VBjMf92UUlngTtjwUmJ5dc4439JbOxU1IN6llB2Wh3P7UY9QrKSCAdkPyoyZ2nHwI8hnzHOchPskhkUmT85GKWylwLN59k3dHYPImViDmOCmePZEhXKfxCK41WOL+XpgfktoS6yfDSIab1fWoNHw+kLBCaKoCPEpKAZAw9OYJe1GZ4+x1AgUdLLYIN3bJlmJtSKwCBKPn+7eatasfWwX1iHQTkMDllJK8A==

Dear all,

I was working with the example 3.2.1. "Construction from a Vector of
Implicit Functions" in the 3D Mesh Generation manual and was wondering if
(or rather how) it is possible to add sharp features to a mesh generated in
this way. My naive attempt to call "domain.add_features(...)" just produced
the message that there is no such member function as ".add_features(...)".

Is this because the domain is composed of two implicit functions? On the
other hand example 3.2.3. indicates that calling ".add_features()" should be
ok even though we compose the domain of several parts.

I am very thankful for your help.

Best
Marius



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



Archive powered by MHonArc 2.6.19+.

Top of Page