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

insert level curves

  • Thread starter Thread starter see3d
  • Start date Start date

see3d

Guest
Hello I need a lisp that numbers the level curves because the lisp as autosez create the level curves without writing next to the quota number and I would need that. Is there such a lisp or any other remedy? Thank you:
 
Yes, for the non visible parts registration is required.
However, once the lisp is loaded, the comado lce asks you to give some points of passage that intersect the polylines, and then insert the texts of the quotas.
 
Yes, for the non visible parts registration is required.
However, once the lisp is loaded, the comado lce asks you to give some points of passage that intersect the polylines, and then insert the texts of the quotas.
I'm so sorry, but I can't make it work, I have level curves, and I don't know where to go, there's a mini guide? :frown:
 
this and the guide present in the previous link, an animated gif showing the execution of the command. level curves must be "lwpolyline" entity.
 
Last edited by a moderator:
trascina il file gif su una finestra del browser (iexplore, firefox).
se il pc che usi è amd64, come da discussione originale, devi sostituire
. .
(if (vl-string-search "64" (getenv "processor_architecture"))
(lambda (obj) (vlax-invoke util 'getobjectidstring obj :vlax-false))
(lambda (obj) (itoa (vla-get-objectid obj)))
)
. .

Concealed
. ..
(if (vl-string-search "64" (getenv "processor_architecture"))
(lambda (obj) (itoa (vla-get-objectid obj)))
(lambda (obj) (itoa (vla-get-objectid obj)))
)
. ..
 
But nothing happens, but it doesn't even start. But then that stuff where I have to subtitle it? A little vague!:frown:
 

Forum statistics

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

Members online

No members online now.
Back
Top