Code:
find_axes(Fs,BEdges,We) ->
    ChartNormal = chart_normal(Fs,We),
    case forms_closed_object(BEdges,ChartNormal,We) of
    undefined ->
        throw(
          ?__(1,"I currently can't sphere/cylinder map this type of chart/cuts,\n"
          "I can't figure out which axes you want as X,Y, and Z,\n"
          "please use unfolding or one of the projection mappings."));
%%        find_axes_from_eigenv(Fs,ChartNormal,BEdges,We);
    Nice -> 
        Nice
    end.In my manifoldlab releases folder is a dense sphere with cutlines.
Filename testsphere2.wing
https://www.dropbox.com/s/g1hso6aleviuy1...wings?dl=0
It is very similer to one that has about 1/2 as many polys ... but the same structure ... which did UVMAP.
What sort of things might throw off the axes finder ?
	

![[Image: spheric-map_zps389d38b5.png]](http://i1330.photobucket.com/albums/w578/Micheus/Wings3D%20-%20Forum%20II/spheric-map_zps389d38b5.png)
 @MicheusVieira   
 @MicheusVieira   
 Micheuss   
 micheus4wings3d   ![[Image: sphere-ggaliens-2_zpshbniobu3.png]](http://i1330.photobucket.com/albums/w578/Micheus/Wings3D%20-%20Forum%20II/sphere-ggaliens-2_zpshbniobu3.png)
![[Image: sphere-ggaliens-1_zpsevlmo0bd.png]](http://i1330.photobucket.com/albums/w578/Micheus/Wings3D%20-%20Forum%20II/sphere-ggaliens-1_zpsevlmo0bd.png)
