请教一个关于标注样式的问题?
我在一个新建的CAD文件中新建了一个mystyle标注样式!并置为当前样式!但当我再去打开这个文件的标注样式表时,却发现当前样式为mystyle的样式替代!请高手指教,问题出在哪儿!!我的代码如下:<BR>AcDbDatabase *pDb = new AcDbDatabase();<BR>//// ??óò???±ê×¢?ùê?<BR>AcDbDimStyleTable *pdst;<BR>pdb->getDimStyleTable(pdst,AcDb::kForWrite);<BR>AcDbDimStyleTableRecord *pdstr=new AcDbDimStyleTableRecord;<BR>AcDbObjectId dimstyleid;<BR>pdst->getAt(ACDB_MODEL_SPACE,pdstr,AcDb::kForWrite);<BR>pdstr->setName("mydimsty");<BR>setDimVar(pdstr);<BR>pdstr->setDimadec(3);<BR>AcCmColor suiceng;<BR>suiceng.setColorIndex(256);<BR>pdstr->setDimclrd(suiceng);<BR>pdstr->setDimclre(suiceng);<BR>pdstr->setDimclrt(suiceng);<BR>pdstr->setDimtxsty(txtstyleid);<BR>pdstr->setDimtxt(3);<BR>pdstr->setDimexo(0);<BR>pdstr->setDimasz(3);<BR>pdstr->setDimtad(1);<BR>pdst->add(dimstyleid,pdstr);<BR>pdb->setDimstyle(dimstyleid);<BR>pdstr->close();<BR>pdst->close();<BR>pDb->saveAs("tes.dwg");<BR>delete pDb; 怎么没有高手来解答一下啊?????就是在我运行了一次这个程序后,再去打开这个tes.dwg文件,打开它的标注样式表的时候,发现当前标注样式不是mystyle,而是它的一个样式替代!请问怎么消除这个问题!!怎么样直接设置mystyle为当前标注样式???? 怎么又可以发帖子了,晕!! 顶 顶! 这么简单的问题,为什么没有人回答呢,我也不会
页:
[1]