Extract bug

Forum for reporting problems
Post Reply
atrev
Posts: 24
Joined: Tue Jul 30, 2013 9:19 am

Extract bug

Post by atrev »

using the new extract functions in meshex, it only seems to work on surfaced point sets, rather than meshes from file, if this intentional or am I missing something?

thanks

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Extract bug

Post by nickz »

No, it is not good. It has to work for any mesh. Try calling IMeshEx.Upgrade() before extract. we are investigating...
Nick

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Extract bug

Post by nickz »

Yes, this was the problem. Calling IMeshEx.Upgrade() before Extract() works. We have added a check for that. In the next update it will be automatic
Thanks for reporting
Nick

Post Reply