Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
I currently can't sphere/cylinder map this type of chart/cuts
12-24-2015, 04:03 AM (This post was last modified: 12-24-2015 04:04 AM by ggaliens.)
Post: #1
I currently can't sphere/cylinder map this type of chart/cuts
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 ?
Reply


Messages In This Thread
I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-24-2015 04:03 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)