Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. j18wheeler

    Getpoiint in AutoLisp - Can I use Osnap???

    (setq PtCen (osnap pt1 "cen")) then? (setq pt1 (getpoint "\nPick first circle"))??? I'm setting it up to draw lines between nodes. click click click etc until Im done then cancel out... How would an error routine look? I'm pretty new to this stuff and am actually updating an existing .lsp...
  2. j18wheeler

    Getpoiint in AutoLisp - Can I use Osnap???

    Without setting Osnap using osmode, is there a way to set a temporary value for osnap? i.e. (getpoint "cen") for cen of? my problem is my Osnaps keep getting reset and if I use the osmode I cannot return to my basic settings when cancelling out of a while loop. I can manually type...

Part and Inventory Search

Back
Top