chpmould 发表于 2011-6-27 20:07:00

将一个选择集加到另一个选择集

请教高手:
   不知ARX中能否做到,将一个选择集(SS1)中所有实体,按实体名称一个个的加到另一个选择集(SS2)中.

highflybird 发表于 2011-6-27 20:40:00

int
acedSSAdd(
const ads_name ename,
const ads_name sname,
ads_name result);
ename Entity to add
sname Selection set
result Resulting selection set
Creates a new selection set or adds an entity to an existing selection set.

highflybird 发表于 2011-6-27 20:44:00

回复
int
acedSSAdd(
const ads_name ename,
const ads_name sname,
ads_name result);
ename Entity to add
sname Selection set
result Resulting selection set
Creates a new selection set or adds an entity to an existing selection set.

chpmould 发表于 2011-6-27 22:32:00


谢谢指导,现测试通过
页: [1]
查看完整版本: 将一个选择集加到另一个选择集