You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for sharing this excellent work!
I am very interested in your team's paper "Meso-Skeleton Guided Hexahedral Mesh Design." Could you please tell me where the implementation of this part is located?
Additionally, section 3.1 mentions a platform that allows users to interactively edit the skeleton. Is this also included in this part of the code?
The text was updated successfully, but these errors were encountered:
Most of the code related to this paper is located in the following files:
cgogn/modeling/apps/tubular_mesh.cpp
cgogn/modeling/ui_modules/tubular_mesh_module.h
cgogn/modeling/algos/incidenceGraph_to_hex.h
However, I apologize in advance for the quite poor readability of the code and the low level of documentation...
The tool for interactive manipulation of a skeleton was done in another small web-based project.
If you have any questions about this, I suggest that you contact directly @paulviville who has authored this tool.
Hello, thank you for sharing this excellent work!
I am very interested in your team's paper "Meso-Skeleton Guided Hexahedral Mesh Design." Could you please tell me where the implementation of this part is located?
Additionally, section 3.1 mentions a platform that allows users to interactively edit the skeleton. Is this also included in this part of the code?
The text was updated successfully, but these errors were encountered: