Closed n-m-ya closed 5 years ago
Why have you closed the issue @nourhan-m. Have you found a solution?
Why have you closed the issue @nourhan-m. Have you found a solution?
@lrineau yes , I used read_off instead of load_off , it's solves the problem
@gdamiand Do we want to keep the undocumented function load_off
, in addition to read_off
?
@lrineau Yes we want, because Combinatorial map is not directly a model of HalfedgeGraph (contrary to Polyhedron and Surface_mesh). We need to use a special item class so satisfy the constraints of these models.
Outside this special case, we can use a combinatorial map and load an off by using this function. Maybe we can change its name, and/or document it.
I want to simplify or edge collapse a mesh read from .off file as a combinatorial map using CGAL
Source Code
the output :
Finished... 0 edges removed. 8337 final edges.
Darts=16674, #0-cells=2775, #1-cells=8337, #2-cells=5558, #ccs=1, is_valid=1
Issue Details
the method do nothing , I tried more than .off file and it's preview it properly but it cannot simplify it I appreciate any help .
Environment