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

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

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

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

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:28

回复 chpmould 的帖子

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:07

本帖最后由 chpmould 于 2011-6-27 23:16 编辑

highflybird 发表于 2011-6-27 20:44 http://bbs.mjtd.com/static/image/common/back.gif
回复 chpmould 的帖子

int


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