AutoLisp did not give correct result in AutoCAD 2000 while it works well in A

AutoLisp did not give correct result in AutoCAD 2000 while it works well in A

Anonymous
Not applicable
208 Views
2 Replies
Message 1 of 3

AutoLisp did not give correct result in AutoCAD 2000 while it works well in A

Anonymous
Not applicable
I have a peculier problem while I was developing a
small AutoLisp program in AutoCAD 2000. The program
involves a pline and extrude commands.

The problem I faced is that it is not giving the
correct results in AutoCAD 2000 while the same
program works well in AutoCAD R13.

I have enclosed herewith the AutoLISP program and
the dat file. Together I have enclosed the result
obtained in both AutoCAD 2000 and Rel 13. (pl scroll
down and see the sequence of commands in the text screen)

Please explain me why the program is not giving
the correct result in AutoCAD 2000.

Please help me to solve this problem.


Thank you,


Sincerely,

S.Jeeva
0 Likes
209 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
There are some problens with the new LWPolylines. Set the sysvar
PLINETYPE to 0 before you start the LISP and try if this will help.

HTH
Juergen


yesjeeva wrote:
>
> I have a peculier problem while I was developing a
> small AutoLisp program in AutoCAD 2000. The program
> involves a pline and extrude commands.
>
> The problem I faced is that it is not giving the
> correct results in AutoCAD 2000 while the same
> program works well in AutoCAD R13.
>
> I have enclosed herewith the AutoLISP program and
> the dat file. Together I have enclosed the result
> obtained in both AutoCAD 2000 and Rel 13. (pl scroll
> down and see the sequence of commands in the text screen)
>
> Please explain me why the program is not giving
> the correct result in AutoCAD 2000.
>
> Please help me to solve this problem.
>
> Thank you,
>
> Sincerely,
>
> S.Jeeva
0 Likes
Message 3 of 3

Anonymous
Not applicable
Where are the enclosures?

Noah
0 Likes