• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

draw a line

  • Thread starter Thread starter aSeptik
  • Start date Start date

aSeptik

Guest
Hello, everyone!

I am new to the forum but above all I am washed with pyrlana regarding autocad;

I come immediately to the therefore and I hope you do not stone me for what I will ask you:

how to design a straight line z or x with lisp?

Let me explain, suppose I have the coordinates (height length ) for eg: of a square, the question is

without using autocad, but learning lisp can create it by giving it coordinates?

Thank you in advance!
 
this is education for a line:
(command "_line" "0,0" "1,2,3" "")to replace the coordinate values. of course to build for example a square will be for example:
(command "_line" "0,0" "1,2,3" "4,5,6" "7,8,9" "")
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top