查看单个帖子
旧 2009-05-06, 04:07 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】invalid input exception with oddbellipse

invalid input exception with oddbellipse
invalid input exception with oddbellipse
hello,
i am getting an "invalid input" exception on my call to oddbellipse::set(). here is the call:
code:
oddbellipseptr pacadellipse = oddbellipse::createobject();
pacadellipse->set(ptcenter, odgevector3d::kzaxis, majoraxis, dratio);
the values being passed in are:
code:
dratio (double) 0.79313139580935765
majoraxis (odgevector3d)
{x=1.2031781624481199e-009
y=0.00000000000000000
z=0.00000000000000000 }

ptcenter (odgepoint3d)
{x=-122.49798407582628
y=37.851037434628481
z=0.00000000000000000 }
i am aware of the restriction that the ratio must be between 0 and 1 (not a problem in this case), but i do not know what other conditions can cause the invalid input exception. any help you can provide would be greatly appreciated. thanks.
i am using dwgdirect version 2.4.1 and visual studio 2005.
bob
i know ratio must be greater than 1e-06. maybe other parameters should be in the same range.
other conditions are:
code:
unitnormal.dotproduct(unitnormal) < 1.e-12
|| majoraxis.dotproduct(majoraxis) < 1.e-12
|| !majoraxis.isperpendicularto(unitnormal, 1.e-6)
|| fabs(endangle - startangle) < 1.e-6
vladimir
thanks for the information.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)