guohq 发表于 2014-6-19 10:46:36

如果获取Hatch的边界?

(setq hat (vlax-ename->vla-object (car (entsel))))
(vla-getloopat hat 0'LoopEnts)当hatch对象的AssociativeHatch属性为False时,LoopEnts为空。这种情况应该怎样获取边界信息?

SunSpring 发表于 2014-6-19 12:13:05

http://www.jtbworld.com/lisp/hatchb.htm
页: [1]
查看完整版本: 如果获取Hatch的边界?