Search the Community
Showing results for tags 'coordinates'.
-
I'm looking for a way to extract the X, Y and Z values from a set of selected blocks (there may be several types of blocks) and then have it export to a txt file. I'm not sure if it's possible but I'd like to have it export in the order that the blocks were placed. The format I'm looking for...
- 35 replies
-
- blocks
- coordinates
-
(and 2 more)
Tagged with:
-
We often have ditches in roadway cross sections. I create a feature line to model the bottom of the ditch, so that there's a target for the slope into the ditch. My question is, is there any way to specify a point by providing a station and an offset off the road alignment, so that I can place the f...
-
Hi mates, any idea to get the geo-coordinates of a Position Marker (new entity in Autocad 2016)? I tried to extract like a block attributes, but it doesn't work. Thanks in advance.
-
Hello everybody, Currently using Cad 2022 Map 3D, I have around three to four hundred GPS points for existing poles and probably more coming, I'm looking for a way to display their respective Lat and Long on the model space on Mtext format like the sample below, any help would be gr...
- 8 replies
-
- coordinates
- gps
-
(and 1 more)
Tagged with:
-
Change in lisp to get E,N Coordinates added to CH.
minejash posted a topic in AutoLISP, Visual LISP & DCL
hai, i need help.i have a working lisp routine which gives perpendicular line distance to main pline when clicked on a place perpendicular, all i want to add is the leader at the where i click and Easting and Northing and CH. and also instead of TEXT i need MText position where i can click. pls repl... -
Get Z coordenate from a point or 3Dpolyline
toxicsquall posted a topic in AutoLISP, Visual LISP & DCL
I'm having a problem getting a Z coordinate from a point or a object, like a 3dPolyline. I need to put a text in front of it. I have this one, but it only gets the X and Y coordinates and I just need the Z coordinate. -
Hello, I am looking for the next lisp. I need to create a plline (for example a rectangle) wherever I want inside the model. Then, the routine will ask me about the distance between coordinate tic marks (x) , the plot scale (1/500 for example) and the height text. Then I will click the rectangle...
-
coordinates extraction per polyline, together with hyperlink text
mariarfd posted a topic in AutoLISP, Visual LISP & DCL
Hello, I recently discovered the potential in acad with lisps, and first of all I want to thank all the people sharing their knowledge (specific thanks to Tharwat and GC gile)! I am completely ignorant regarding what seems like programming here, but I am very willing to try and learn (allready succe...- 22 replies
-
- hyperlink text
- coordinates
-
(and 1 more)
Tagged with:
-
get coordinates from model space to paperspace vb.NET
Wiktuors posted a topic in .NET, ObjectARX & VBA
hello, i am pretty new at vb.net and i am stucked at converting coordinates from model space to paper space, so please help at this. Actually i need some examples how to get coordinates from model space point to paper space (for example i am selecting point in model space and other point in pape...-
- paperspace
- modelspace
-
(and 2 more)
Tagged with:
-
Sample.dwg Hi all, I want to write a program which will export the coordinates of vertices for selected polylines with Object Data which corresponds to each polyline. Please refer to a sample drawing attached with this thread. I am happy with this program to export coordinates ; ----...
- 2 replies
-
- polyline
- object data
-
(and 3 more)
Tagged with:
-
I usually do extensive research before posting a question to this forum, but I have not been able to find the answer I'm looking for. I'm trying to create a lisp that asks you for a plane (getkword "X Y or Z <Y>:") Then pick a point (getpoint "\nSelect Point) Pick blocks (...
- 13 replies
-
accessing entity in a codes windows selection set
maerfl posted a topic in AutoLISP, Visual LISP & DCL
Hello I'm not able to figure out how to easily access the first entity of a slection set created with coded windows selection. I want to read out coodinates of the first point of 2 different objects which are "grabed" in a coded windows selection set. One polyline, one line. Then I want to c...- 2 replies
-
- selection set
- point
-
(and 3 more)
Tagged with:
-
Hello guys, I'm trying to make a lisp to import points from txt file to autocad, and then to polyline them and to make a union from those points, creating a iregular area. The main purpose is to calculate the area of this created object. The txt file is something like this: 101 234.442 442.42...
- 10 replies
-
- import coordinate
- coordinates
-
(and 1 more)
Tagged with:
-
Count Specific Block Name and Insert Block to Coords Depending on Block Count
kylaughlan posted a topic in AutoLISP, Visual LISP & DCL
Hi there, I'm looking for a Lisp routine that can count the number of one specific nested block (it will always have the same name) within a single layout, and then automatically insert the same block (which doesn't need to be nested) to differing coordinates depending on how many of that block... -
Hi, i'm want to import the code (or description) from csv file (X,Y,Code) on the coordinates of each point. I can do it in excel, but i'm looking for a easy way. The layer could be current, height 2, and rotation 0. I can change this properties later, so no problem about it....
- 3 replies
-
- csv file
- coordinates
-
(and 2 more)
Tagged with:
-
Trouble with xyz coordinate import LISP
philnesterovic posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi all, I am using the attached lisp to import xyz (PNEZD) coordinates into Autocad 2015 with their points numbers and descriptions. The lisp works great, the only problem is that when all the points are put in, I can't change the colour and layer of the attached descriptions and elevations....- 2 replies
-
- lisp
- coordinates
-
(and 3 more)
Tagged with:
-
Draw a Lot using Latitude and Longitude from Google Earth
Subiran posted a topic in AutoCAD Beginners' Area
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.- 3 replies
-
- google earth
- coordinates
-
(and 2 more)
Tagged with:
-
Help Aligning Various Pieces and Setting Coordinates
EatingSteak posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello all, I'm trying to align some text blocks and arrows, but I'm having a clumsy time navigating AutoCAD's "features" related to doing this. Quick demo pasted below I have my text centered, and want to align them to my (red) centerline. But whenever I select two blocks and try to M... -
Extracting the coordinates from a rectangle in modelspace
chiimayred posted a topic in AutoLISP, Visual LISP & DCL
Hey guys, I'm trying to get the four corners of a rectangle in modelspace set to variables and I'm having a hard time with it. I'm able to get the four corners into a list, but I'm having a hard time setting each coordinate to a variable. The issue I'm having at this point is that the se...- 3 replies
-
- polyline
- coordinates
-
(and 2 more)
Tagged with:
-
hi, I have a little problem with a lisp file that extract coordinates from DWG and label them with prefix and counters then export them to text file. if anybody can advice how to exit this lisp correctly i would really appreciate it a lot. (defun run () (setq pll (getstring "\nPlease E...
- 2 replies
-
- extract
- coordinates
-
(and 1 more)
Tagged with:
-
I have set in autocad the correct angle settings, have been applying 20 different functions to obtain the correct angle (Y axis) between two coordinates, but I keep getting strange angles back from this routine. Either the correct angle is difference with 90, or 450. Any idea why? I have gone throug...
- 14 replies
-
How do you turn off the coordinates(12.1588,1.7770,0.0000) that show up from the previous value(5) entered on command line so the value of last entered(5) shows up when using the keyboard up arrow? This done using the 'move' command.
-
Hi Guys, Is it possible to use Pscom object to get shapes coordinate? World or UCS both OK. I have a set of UCS points like this by using list command in prosteel. Med Res PolyCount=1 Med Nr=0 X=-152.500000 Y=-154.000000 Bulge=0.000000 Med Nr=1 X=152.500000 Y=-154.000000 Bulge=0.0000...
-
I have a AutoCAD plan with roughly 1000 points . I want to display a sl. number along side the respective points and then generate A excel file with point number and their co ordinates. I am very new to AutoCAD. Can anyone give me detailed procedure how to do this?? Thanks in advance