Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. PhillySurveyor

    LISP Routine to place a Northing and Easting at the end of a leader

    A reply from the autodesk forum works good! Your code with the minor modifications: (DEFUN C:PTT (/ osm p1 x y s p2) ; ID a point, place coordinates text (graphscr) (setq osm (getvar "osmode")) (command "osmode" 53) (setq p1 (getpoint "\nSNAP to point to be ID'd: ") x (car p1) y (cadr p1) s...
  2. PhillySurveyor

    LISP Routine to place a Northing and Easting at the end of a leader

    IFRs: First of all: Thanks for posting the original code. I still can't get the break to work though. I wind up with a "P" between my northing and easting in the graphic.
  3. PhillySurveyor

    LISP Routine to place a Northing and Easting at the end of a leader

    My first post! I found this code on this forum posted by IFRs (Petroleum)and made a couple changes based on what I was able to figure on my own. (DEFUN C:PTT (/ osm p1 x y s p2) ; ID a point, place coordinates text (graphscr) (setq osm (getvar "osmode")) (command "osmode" 53) (setq p1...

Part and Inventory Search