We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
リリースに向けたテスト中,自前で用意したNURBS曲面を持たないIGESデータを読み込むと,Kodatunoライブラリ側のDrawBody関数(正確にはntdll.dllになるのかな?)で例外が発生します.try/catchブロックを埋め込みましたが catch できない??まあまあピンチかも. 2be8827 やっぱり OnDraw関数で tryブロックは書きたくないね.IGESデータを読み込むときにNURBS曲面を持っているか等々のチェックを入れてみるかな.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
リリースに向けたテスト中,自前で用意したNURBS曲面を持たないIGESデータを読み込むと,Kodatunoライブラリ側のDrawBody関数(正確にはntdll.dllになるのかな?)で例外が発生します.try/catchブロックを埋め込みましたが catch できない??まあまあピンチかも.
![exception](https://user-images.githubusercontent.com/49426048/159824382-b34c1d1a-0ee0-4cb5-ae6f-1fc775b62a53.png)
2be8827
やっぱり OnDraw関数で tryブロックは書きたくないね.IGESデータを読み込むときにNURBS曲面を持っているか等々のチェックを入れてみるかな.
The text was updated successfully, but these errors were encountered: