Search the Community
Showing results for tags 'coordinate'.
-
labelling horizontal line or vertical line coordinate parallel to line
xinmh posted a topic in AutoLISP, Visual LISP & DCL
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.- 9 replies
-
- lisp
- horizontal line
-
(and 2 more)
Tagged with:
-
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...
- 47 replies
-
- coordinate
- handle
-
(and 2 more)
Tagged with:
-
Need a lisp to LIST all selected point coordinate at once
Sooshiant posted a topic in AutoLISP, Visual LISP & DCL
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...- 6 replies
-
- list
- coordinate
-
(and 1 more)
Tagged with:
-
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...
-
Extract Text data at a XYZ coordinate from Autocad
kArThIcK posted a topic in AutoLISP, Visual LISP & DCL
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...- 7 replies
-
- coordinate
- autolisp
-
(and 1 more)
Tagged with:
-
Boundary Creation Lisp- by Text selections
zefreestijl posted a topic in AutoLISP, Visual LISP & DCL
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!- 5 replies
-
- coordinate
- boundaries
-
(and 2 more)
Tagged with:
-
Draw a Lot using Latitude and Longitude from Google Earth
Subiran posted a topic in AutoCAD Drawing Management & Output
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.- 10 replies
-
- help me
- google earth
-
(and 2 more)
Tagged with:
-
Z Coordinate, moving all objects to 0 with space defined.
CafeJr posted a topic in AutoLISP, Visual LISP & DCL
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...- 8 replies
-
- coordinate
- lisp
-
(and 2 more)
Tagged with:
-
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....
-
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..
-
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.
- 4 replies
-
- cursor
- coordinate
-
(and 1 more)
Tagged with:
-
Extract coordinate data from AutoCAD
ahmerjaved posted a topic in AutoCAD Drawing Management & Output
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... -
what is the proper software fro drawing a pipeline layout and its deformation?
khoshravan posted a topic in AutoCAD General
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...- 4 replies
-
- draw
- coordinate
-
(and 1 more)
Tagged with: