mazerLIU
Results
2
comments of
mazerLIU
I try to convert my mesh to polyhdron.But some mesh convert to polyhdron with wrong. How to solve the bug?
``` template class WorkMesh_to_polyhedron : public CGAL::Modifier_base { public: WorkMesh_to_polyhedron(const Work_Mesh &mesh) : m_mesh(mesh) {} void operator()(HDS& hds) { // get mesh data const std::vector& mFirstTris = m_mesh.GetFaces(); const std::vector&...