请问为什么ReadDwgFile不能显示?
AcDbDatabase *pDwg =new AcDbDatabase (Adesk::kFalse) ;Acad::ErrorStatus es=pDwg->readDwgFile(fd.GetPathName().GetBuffer(256));
AcApDocument *pDocment=acDocManager->document(pDwg);//获得pDb对应的文档
es=acDocManager->activateDocument(pDocment,Adesk::kFalse);//激活pDocument
以上代码调试执行全部eOk,就是达不到打开dwg的效果。连readDwgFile打开大文件都很快就执行过去。用cad的open命令可是要等很久哦。
readDwgFile不是用来打开文件的,它是用在不打开文件和情况下读写文件,恰恰和你想的不一样
页:
[1]