6ther

Results 8 issues of 6ther

my code like this: ![image](https://github.com/xBimTeam/XbimGeometry/assets/46700515/2440fc45-edbd-4e37-ab93-de24b5ea3c9e) and the error like this: ![image](https://github.com/xBimTeam/XbimGeometry/assets/46700515/31fccd8f-1287-4031-8263-0acbd184807b) target framework is .NET 6.0

bug
v6

![1692691473264](https://github.com/xBimTeam/XbimWindowsUI/assets/46700515/6c4aa5f3-cd0c-4735-9e88-ade8365b3aa2) My file of ifc has the representations as the picture shows,but i can not find anything in the 3D View.

enhancement
awaiting closure
need more information

my code like this: `var indexs = new List(){ 7, 0, 1, 2, 3, 4, 6, 7, 1, 2, 4, 5, 5, 6, 1, 1, 2, 5}; var verts =...

![059d4ca509a35b131072304396a050f](https://github.com/CGAL/cgal/assets/46700515/f88ba0b3-f22e-4c3a-a6d4-1b46b873698b) the geometry like this. [geoTest.obj.txt](https://github.com/CGAL/cgal/files/15103250/geoTest.obj.txt) this is a .obj file.

Using hole filling in Python,like this: ` mesh1 = Polyhedron_3('../../data/swept_mesh1.off') half_edges = mesh1.halfedges() for half_edge in half_edges: path_facets = Polyhedron_3_Facet_iterator() path_vertices = Polyhedron_3_Vertex_iterator() triangulate_refine_and_fair_hole(mesh1, half_edge, path_facets, path_vertices) ` but throw...

[model0.obj.txt](https://github.com/user-attachments/files/21745572/model0.obj.txt) [model1.obj.txt](https://github.com/user-attachments/files/21745574/model1.obj.txt) [model2.obj.txt](https://github.com/user-attachments/files/21745575/model2.obj.txt) [model3.obj.txt](https://github.com/user-attachments/files/21745576/model3.obj.txt) I union these meshes in Python, but I do not work it out.