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

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   ObjectARX(C++) (http://www.dimcax.com/hust/forumdisplay.php?f=34)
-   -   【转帖】arx中自定义实体中变量的问题,急求帮助! (http://www.dimcax.com/hust/showthread.php?t=6130)

yang686526 2009-04-14 03:31 PM

【转帖】arx中自定义实体中变量的问题,急求帮助!
 
arx中自定义实体中变量的问题,急求帮助!
arx中自定义实体中变量的问题,急求帮助!
'acad::errorstatus acdbdwgfiler::writeitem(const acdbhardownershipid &)' : cannot convert parameter 1 from 'const acgepoint3darray' to 'const acdbhardownershipid &'
reason: cannot convert from 'const acgepoint3darray' to 'const acdbhardownershipid'
用acgepoint3d ,doublel类型的可以,但用acgepoint3darray就不行?
private:
//member variables
int isvisibilitable;
acgepoint3darray ptarray;
而我现在必须定义一个acgepoint3darray 的变量,这个数据在dwgoutfields函数和dxfinfields函数中如何用呢?
没有人遇到过这样的问题吗?那位大侠帮帮忙呀
对于保存不定长的数据比如数组,你先把数组大小定在开头然后再一个一个数据保存,读取的时候先读取数组大小,再按数组大小小循环读取内容
我的作品,您的选择//www.umould.com/thread-1637-1-1.html


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