buanhui 发表于 2003-7-27 11:00:00

紧急求救acedSSGet的问题

// Selects entities enclosed by the specified polygon.
pt3 = 10.0; pt3 = 5.0; pt3 = 0.0;
pt4 = 5.0; pt4 = pt4 = 0.0;
pointlist = acutBuildList(RTPOINT, pt1, RTPOINT, pt2,
         RTPOINT, pt3, RTPOINT, pt4, 0);
acedSSGet("WP", pointlist, NULL, NULL, ssname);
能否把pointlist 改造成根据Array的长度length()变化
例如当length()为4时,pointlist 就四个点
当length()为n时,pointlist 就n个点
页: [1]
查看完整版本: 紧急求救acedSSGet的问题