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

lisp for 3d polylinear quotas

  • Thread starter Thread starter giulio1962
  • Start date Start date

giulio1962

Guest
is there a lisp to automatically quote a 3d polylinea?
I found several lisp to quote 2d polylines (pdim, ad), but I couldn't find one for 3d polylines.
a way to do it, which seems valid to me and explode the 3d polylinea in lines, then set the ucs for each single line
(defun c:ue nil (command "_.ucs" "_ob" pauses "_.plan" "_c") (princ)

and then quote each single line (dimlinear). Is it very complicated to make a lisp that "automates" the bird and the quotation for each single line?
thanks for any suggestions and greetings.
 
is there a lisp to automatically quote a 3d polylinea?
I found several lisp to quote 2d polylines (pdim, ad), but I couldn't find one for 3d polylines.
a way to do it, which seems valid to me and explode the 3d polylinea in lines, then set the ucs for each single line
(defun c:ue nil (command "_.ucs" "_ob" pauses "_.plan" "_c") (princ)

and then quote each single line (dimlinear). Is it very complicated to make a lisp that "automates" the bird and the quotation for each single line?
thanks for any suggestions and greetings.
I attach a line.txt file of example lines and a ucs script file (rename with .scr extension) to better explain what I would look for.
in practice the thing would work if you make a ucs and a size aligned for each line.
 

Attachments

Forum statistics

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

Members online

No members online now.
ciao
Back
Top