wkq004 发表于 2015-12-14 21:27:50

follow the 'rules' of ObjectDBX 遵循ObjectDBX“规则”

http://www.lee-mac.com/odbxbase.html
Notes on Function ParametersfunA function requiring a single argument (the VLA Document Object)The supplied function should take a single argument (the VLA Document Object for each drawing processed), and follow the 'rules' of ObjectDBX, that is:
[*]No Selection Sets (use of ssget, ssname, ssdel etc)
[*]No Command calls (command "_.line" ... etc)
[*]No ent* methods (entmod, entupd etc)
[*]No access to System Variables (getvar, setvar, vla-getvariable, vla-setvariable etc)


页: [1]
查看完整版本: follow the 'rules' of ObjectDBX 遵循ObjectDBX“规则”