BUG with "(entsel)" type responses
Posted: Fri Aug 17, 2001 11:04 am
Hi!
When I use "trim" or "extend" sometimes it is necessary insertion of both "entity" and "point" like (entsel) does.
A Bug in intellicad doesn't allow that... and CRASH the program.
I.E.:
(command "trim" (entsel) "" (entsel) "")
I want trim a line but I want also said what side of that line I want trim.
That command may CRASH intellicad. And It doesn't work.
(but It works perfectly in Autocad)
Variants like
(command "trim" ent1 "" (list ent2 pto2) "")
doesn't works... becouse Intellicad doesn't works fine with "(entsel)" type responses like (<ent0003> (0.1000 0.43000 0.000))
Any workarround?
When I use "trim" or "extend" sometimes it is necessary insertion of both "entity" and "point" like (entsel) does.
A Bug in intellicad doesn't allow that... and CRASH the program.
I.E.:
(command "trim" (entsel) "" (entsel) "")
I want trim a line but I want also said what side of that line I want trim.
That command may CRASH intellicad. And It doesn't work.
(but It works perfectly in Autocad)
Variants like
(command "trim" ent1 "" (list ent2 pto2) "")
doesn't works... becouse Intellicad doesn't works fine with "(entsel)" type responses like (<ent0003> (0.1000 0.43000 0.000))
Any workarround?