|
ads_point pt1;
ads_real rl;
acedCommand(RTSTR,_T("circle"),RT3DPOINT,pt1,RTREAL,rl,0); //圆
ads_point pt1;
acedCommand(RTSTR,_T("point"),RT3DPOINT,pt1,RTSTR,whoIam::strNull,0); //点
ads_point pt1,pt2;
acedCommand(RTSTR,_T("line"),RT3DPOINT,pt1,RT3DPOINT,pt2,RTSTR,whoIam::strNull,0);//直线
其中块和pline的参数具体怎样设置不知道,还望高手指点 |
|