高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】crash dwgdirect 1.1402
crash dwgdirect 1.1402
crash dwgdirect 1.1402
with attached file by odreadex in
oddbviewport::customscale();
best regards
mano
attached files
it is not crash it's exception. the exception is thrown because viewheight of viewport is 4.5 e-48. and the value to be returned from custom scale is height / viewheight.
viewheight is checked for zero with 1. e-10 tolerance.
probably it would be better to return huge double from customscale instead of throwing exception.
sergey slezkin
|