请教第一个问题:定义这个struct point有什么意义。
在ObjectARX中或者用ads_point,或者用AcGePoint3d类(gepnt3d.h )、AcGePoint2d类(gepnt2d.h),有现成的东东最好拿来用,因为其比较完善。
而且有现成的转换函数(geassign.h ):
double * asDblArray(const AcGePoint3d& pnt);
AcGePoint2d & asPnt2d(const double* pnt);
AcGePoint3d & asPnt3d(const double* pnt);
第二,函数 inifk()中变量pMin没有定义。
|