Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Length of lwpolyline

2 REPLIES 2
Reply
Message 1 of 3
junno
244 Views, 2 Replies

Length of lwpolyline

How I can insert a block on a selected zig zag lwpolyline with given distance measured from the starting point of that line?
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: junno

Try PUT2.LSP from
http://www.turvill.com/t2/free_stuff
___

wrote in message news:5087776@discussion.autodesk.com...
How I can insert a block on a selected zig zag lwpolyline with given
distance measured from the starting point of that line?
Message 3 of 3
Anonymous
in reply to: junno

(setq ds (getreal "\nEnter the \"given\" distance: "))
(command "_.measure" pause ds)




Can you do this in VLISP?
(command "_.undo" "_be")
(command "_.undo" "_e")

No point in making a simple solution complicated.
--
Bill DeShawn
bdeshawn@nospamsterling.net
http://my.sterling.net~bdeshawn

wrote in message news:5087776@discussion.autodesk.com...
How I can insert a block on a selected zig zag lwpolyline with given
distance measured from the starting point of that line?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost