gis-liang 发表于 2007-3-21 12:48:00

与初学者共享程序

与初学者共享程序

gis-liang 发表于 2007-3-21 15:34:00

#include "StdAfx.h"
#include "StdArx.h"
// This is command 'SETSCALE'
void zysetscale()
{
// TODO: Implement the command
   int rc;
   ads_real sf;
   ads_name sname;
   ads_matrix matrix;
   acedPrompt("\nSelect enties to scale (transfrom)");
   rc=acedSSGet(NULL,NULL,NULL,NULL,sname);
   
   ident_init(matrix);
   for(int i=0;i

ganok 发表于 2007-3-22 15:13:00

谢谢楼主,也在初学arx,共勉!
页: [1]
查看完整版本: 与初学者共享程序