marko_ribar 发表于 2022-7-6 00:31:29

Shay, I've tested my code both on A2009 and on A2014... I don't see why it wouldn't work on A2010... Maybe you haven't used my corrected updated version (I've added PEDITACCEPT into the code like pBe suggested and it worked fine...)
 
M.R.

samifox 发表于 2022-7-6 00:36:09

 
Sorry Marko
 
i mis copy-paste it
 
its exactly what i needed
 
thanks dude!

pBe 发表于 2022-7-6 00:38:25

 
Glad you had it sorted. IMO what you require can be done with less coding as long as you properly set the conditions.
 
Happy coding Samifox

samifox 发表于 2022-7-6 00:40:34

Hay Marko , and everybody,
i start to learn your code line by line until i got the line of the express function (acet-ss-union)
where can i find the documentation for those functions?
 
Thanks
Shay

marko_ribar 发表于 2022-7-6 00:45:39

This is where I found them :
 
http://www.afralisp.net/archive/lisp/acet-utils.htm
 
But it's only base for learning... Search on www.google.com if you get to some you don't know, I am sure they are explained...
 
All acet-utils functions you may find in this xls file...
 
M.R.
2010311112734_ACET-FUNCTIONS.xls

samifox 发表于 2022-7-6 00:49:12

 
i google it a bit , lots of experienced programmers dont like to use those functions and advice not to use them, what you guys think?
 
Shay

marko_ribar 发表于 2022-7-6 00:52:59

 
If you have ALISP alternative that is fast enough than use ALISP, else use ACET-... (my opinion)...

MSasu 发表于 2022-7-6 00:55:12

This library is included in Express pack; for a while this was distributed separately from AutoCAD installer, now its installation is optional. For this reason, if you distribute your routines, it may happen that some users will not be able to run them since the functions from aforementioned library aren't available on their workstations.

samifox 发表于 2022-7-6 00:59:10

(command "_.convertpoly" "l" ent "")
 
what is it?
 
Thanks
Shay
页: 1 [2]
查看完整版本: 将直线分解为线段