利用什么函数可以在cad中选择多条直线
char sbuf1[50];
ads_name ss;
eb1.restype = 0; // Entity type
strcpy(sbuf1, “LINE”);
eb1.resal.rstring = sbuf1;
eb1.rbnext = NULL;
int rc = acedSSGet(“X”, NULL, NULL, &eb1, ss);
SS就是line的选择集
利用什么函数可以在cad中选择多条直线
char sbuf1[50];
ads_name ss;
eb1.restype = 0; // Entity type
strcpy(sbuf1, “LINE”);
eb1.resal.rstring = sbuf1;
eb1.rbnext = NULL;
int rc = acedSSGet(“X”, NULL, NULL, &eb1, ss);
SS就是line的选择集