高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】float divide by zero
float divide by zero.
float divide by zero.
hello people,
with the attached drawing, if i iterate through model space and getgeomextents from the 3dsolids, it throws the following exception :
"first-chance exception in project1.exe (dimensionx.ocx): 0xc000008e: float divide by zero."
code i use is as follows :
odgeextents3d extents;
try {
if ( entityptr->getgeomextents(extents) == eok ) {
}
} catch (.....................da da da etc....
is there anything i am doing wrong? is there a work around i can do?
thanx in advance as usual, and hope everyone has a great day.
cheers
jason
attached files
this is dd bug. it will be fixed in 1.14
sergey slezkin
|