几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » AutoCAD二次开发 » DirectDWG
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


 
 
主题工具 搜索本主题 显示模式
旧 2009-05-04, 05:26 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】cannot create a region from closed curve segments containing

cannot create a region from closed curve segments containing
cannot create a region from closed curve segments containing an ellipse.
i cannot create a region from a closed curve segments that contains an ellipse. here is the sample code that i used to create the region.
void dbfiller::createdish(const oddbobjectid& btrid)
{
odrxobjectptrarray regions;
odrxobjectptrarray curvesegments;
oddbblocktablerecordptr bbtr = btrid.safeopenobject(oddb::kforwrite);
odgepoint3d vertices[3];
vertices[0] = odgepoint3d(0.0, 1.0, 0.0);
vertices[1] = odgepoint3d(0.0, 0.0, 0.0);
vertices[2] = odgepoint3d(5.0, 0.0, 0.0);
// adds first line.
oddblineptr pline1 = oddbline::createobject();
pline1->setdatabasedefaults(bbtr->database());
pline1->setstartpoint(vertices[0]);
pline1->setendpoint(vertices[1]);
curvesegments.push_back(pline1.get());
// adds second line.
oddblineptr pline2 = oddbline::createobject();
pline2->setdatabasedefaults(bbtr->database());
pline2->setstartpoint(vertices[1]);
pline2->setendpoint(vertices[2]);
curvesegments.push_back(pline2.get());
// adds an ellipse.
odgepoint3d center = odgepoint3d(0.0, 0.0, 0.0);
odgevector3d unitnormal = odgevector3d(0.0, 0.0, 1.0);
odgevector3d majoraxis = odgevector3d(5.0, 0.0, 0.0);
oddbellipseptr pellipse = oddbellipse::createobject();
pellipse->setdatabasedefaults(bbtr->database());
double sangle = odatoradian(0.0);
double eangle = odatoradian(90.0);
double radiusratio = .2;
pellipse->set(odgepoint3d(center.x, center.y, center.z), unitnormal, majoraxis, radiusratio, sangle, eangle);
curvesegments.push_back(pellipse.get());
// creates a region from a closed curve segments of an ellipse and two lines
// exception is thrown after this line.
odresult res = oddbregion::createfromcurves(curvesegments, regions);
oddb3dsolidptr p3dsolid = oddb3dsolid::createobject();
bbtr->appendoddbentity(p3dsolid);
double angle = odatoradian(360.0);
odgevector3d axisdirection = odgevector3d(0.0, 1.0, 0.0);
res = p3dsolid->revolve((oddbregionptr) regions[0], odgepoint3d(0.0, 0.0, 0.0), axisdirection, angle);
}
if i replace the ellipse with an arc, then the region is ok, and a dish is created. i am using dwgdirect 2.1.0.
thank you in advance.
last edited by hnguyen; 18th october 2006 at 06:44 pmfff">.
this is bug. dbellipse will be fixed in next release. try to use dbspline instead dbellipse.
great, thank you very much. i can wait for the fix.
last edited by hnguyen; 19th october 2006 at 01:22 pmfff">.
is this bug fixed on version 2.1.1?
hi alexander rumyantsev,
we just had the new dwg library (version 2.1.1). i just wonder if it fixed this bug. please let me know.
thank you.
the only difference between 2.1.0 and 2.1.1 is trusted dwg support which was removed in 2.1.1 according to tro.
sergey slezkin
hi,
i remember bug. it was fixed. fix will be available with next 'non political' release
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
 


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】『theswamp』炸开多段线出错 - 精华帖集合 yang686526 ObjectARX(VB.NET/C#) 0 2009-04-29 05:06 PM
谁能帮忙解释以下几个问题吗?vlax-curve... yang686526 ObjectARX(AutoLISP) 0 2009-04-27 01:49 PM
【转帖】auto create 11 flat pattern and save as dxf yang686526 SolidWorks二次开发 0 2009-04-13 09:08 AM
【转帖】equation to create 3d curve yang686526 SolidWorks二次开发 0 2009-04-12 08:50 PM


所有的时间均为北京时间。 现在的时间是 06:48 PM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多