|
发表于 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
|
|