Forum Replies Created
-
AuthorPosts
-
SidatyBlocked
Did you rebuild SOFA and updated the CGAL_DIR ?
Otherwise, As I said before if you are not willing to use the component UpsamplePointCloud you can comment it at the lines 19 and 33 in the CMakeLists file of CGALPlugin.
SidatyBlockedThe thing is as you can see here
CGAL4.7
have been released in October 2015 so I am not sure it is a good idea to install a SOFA version that old.For Sofa 21.06 I am using
CGAL(5.0.2-3)
with the changes that we’ve discussed above, and I would recommend you the same.Best,
SidatyBlockedOk, this is probably because you are using CGAL4.7
You can Either try to update your CGAL version(recommended) or install a previous version of SOFA.
SidatyBlockedHi @mikhail,
Perfect,
As suggested by the compiler, for CylinderMesh.inl you have to change
helper::types
withtype
in the lines 511, 518, 525 and 549You may also have to change
sofa::defaulttype
bysofa::type
at the lines 387 and 402 in the Refine2DMesh.inl file.Let me know if it works,
Best,
Sid,SidatyBlockedHi @mikhail,
Can you please try to change
using namespace sofa::defaulttype;
in line 56 of your DecimateMesh.h byusing namespace sofa::type;
Otherwise, It seems like your errors comes from the DecimateMesh component(Engine), if you are not willing to use this one you can just deactivate it in the CMakeLists file of the plugin.
Let me know if how it goes 🙂
Best,
Sid,
-
AuthorPosts