Jump to content

Search the Community

Showing results for tags 'coordinate'.

  • Search By Tags

    • coordinate ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. Dear all, Do you have a lisp to labelling horizontal line or vertical line coordinate, just the line's Northing or Easting coordinate parallel to line ,it can be above ,under or on line, can chose location. and can labelling several lines one time. thanks a lot.
  2. I have attached an AutoCAD 2010 file as an example of what i am about to try and explain. Please bare with me. I can export the x/y information in itself using the ptExport.lsp routine. I haven't found a way of exporting the entity information because i can't seem to get that one working. (both...
  3. When you select some points and type list, AutoCad brings a list of some data such as point coordinate and layer name or color etc. On the other hand if you have a large number of points you need to press enter and go to next page. One year ago I saw a lisp routine which could list all point coo...
  4. Hi, i have a problem opening the csv automatically, i modified tharwat code but its not open the csv after saving the csv in other folder location.. (defun c:C2XLS (/ sel f o l) (princ "\n Select All texts :") (if (and (setq sel (ssget '((0 . "TEXT")))) (setq f (getfiled "Save...
  5. Hi guys, Attachment: Test Drawing.dwg I want to retrive the text's content, the text is placed at a certain XYZ co-ordinate in Autocad, (same coordinates, always for all the drawings). [Refering to the attachment]: The text below the "Surface Area" and the "Weight", are mostly the texts...
  6. Thread: Boundary Creation Lisp- a request HI, I just learned how to create boundary smoothly from the above post. is there a way to create boundary by the coordinates of selected Texts? Thanks!
  7. Hi. I'm a beginner in CAD, I'm going to ask how to draft a lot using the coordinates(latitude and longitude) from google earth. Example: Point A. Latitude: 11 Degree 18'2.22"N Longitude: 124 Degree 57'46.89"E Please check my attachment picture.
  8. Hello to all, I'm back needing a help again, I have one "challenge" (problem! He he he...) that consist in get every object that has on a specific coordinate Z (plan), and I need to take every item of this plan moving it to Z=0, but, I have 200 plans with 6 objects each one, moving it to Z=0 it...
  9. Hi All: I'm looking for a lisp that will help accomplish the most mundane part of drafting - creating a coordinates table. I've found lisps on the internet that can do this, and actually work very well, here's an example: http://www.cadlispandtips.com/2011/09/lisp-coordinates-with-table....
  10. is there a function in autocad that can display the coordinates of a point...like when we use linear dimension lengthe of line is displayed..
  11. Hello, Is there some Lisp function to move the cursor for a coordinate that I want ? For an example, I want to move the cursor for the coordinate 0,0. Thanks.
  12. Hello all, I work in a manufacturing facility and we are trying to come up with a way to extract data from an AutoCAD file in to a .KML or .CSV file which gives coordinate points, etc. This will be used in a mapping-type software to display/highlight areas of the plant with zooming capabilit...
  13. I have a 2D pipeline layout. Nodes on the pipe are known by their X and Z coordinates. A FORTRAN written code calculated the nodes displacement in 2 direction of x and z. I have to draw the nodes, connect them to each other to obtain pipeline layout and then draw the x and z deformations separat...
×
×
  • Create New...