AutoCAD 2013 :: Converting Coordinates From None To Ll84?
Jul 18, 2013
I just finished a project without using any coordinate system (it shows none), and now i need it to be in ll84 coordinate system. Is there a way to convert it? When i try to do it, the streets go to a random location (in a random longitude and latitude), and even if i move it to the right place it doesnt work, because the scale of the drawing doesnt seem to be right, and i cant manage to fix it.
I'm a GIS analyst trying to learn Cad. I'd like to place a single point in autocad model space at a specific Northing/Easting position. After reading several forum threads I don't think CAD allows me to change the coordinate system of model space from map coords to northing easting coords, as we can in GIS.
I am extracting the data form my blocks in CSV file with the dataextraction function, but the problem is that my block is located at lets say X,Y(10,10) and in the CSV table shows X,Y(40000,40000).
We are a couple of students just starting at our finale thesis at the university. We got some problems that we can't find a resolution to.
We are going to use Ultramarine MOSES to simulate a ship. We got the drawings as 2d construction lines (.dwg) and 3d (.igs) of the ship, and need all the coordinates, x,y,z of all lines, to the coding in MOSES.
Our problem is to get these coordinates from autocad. We have tried to open the dwg in autocad and use dataextraction to get the coordinates without any sucess. We have also tried the igs without any sucess there as well.
I have a cad-model in a .dwg file (I have attached the file to this post) and I want to export its x,y - coordinates to excell or a text file. Is there some way I can do that from DWG TrueView? I normally just use Autocad Inventor so if there is a way to export the coordinates from there.
I am trying to use the command PASTEORIG and it does not work for me in AutoCAD 2013 or Civil 3D 2013. Is this a known issue with a fix or am I missing something here?
I know for the longest time to paste to original cooridinates you had to select an object and right click and paste by using the menu. I also used to create a keyboard shortcut that let me use Ctrl+Shift+V, but now these workarounds do not work either. It echos the command on the command line, but does nothing, not even a returned error.
This is a pretty significant issue when working in the Civil field.
Civil 3D 2013 Windows 7 64-bit Xeon W3550 3.07 GHz Nvidia Quadro 4000 12.0 GB RAM
How do I get the last input to come up when pressing the up arrow key? Say I'm drawing a line & input @10,10. When I press the up arrow, the coordinates come up. How do I get @10,10 to come up? I've changed it before, but I can't remember how & I can't think of what to search for.
I am struggling to create absolute coordinates on my autocad. I've done it before and tried on different computers drawing the same shape and it works but for some reason when i enter the points into autocad on my comp a line is created instead of a triangle.
I noticed that relative coordinates are not working in UCS Origin in Autocad 2013.
I used to create an UCS according to a mesh of coordinates (North/East). To do that I first aligned the UCS to the North axis and point the origin to known coordinates (this part is working). Then I created a new UCS using relative coordinates, like "non @ -286200,-7485500".
This relative coordinates entry are not working anymore in this version of Autocad (2013).
A way to automatically output a point into a table. For instance having a table searching for a specific block reference or point inside a block or external reference and submitting this into a table with x,y coordinates?
I make a lot of civil drawings and sometime i need to list up relevant coordinates. In stead of manually plotting these in a table i would like to list them up automatically.
I amdrawing in autocad version 2010,,and move to version 2013 end then i open my project in version 2013 Text Coordinates & Description picture can't display after use autocad version 2013,,what happen??
I have been tasked with trying to create some type of template (or multiple templates, if needed) to convert my coordinates (some having straight lines and some having arcs) into a script file. I will be gathering the coordinates from an excel file then linking them to my script file.
My problem is, I have hundreds of sets of coordinates (all with varying arcs and straight lines and varying order in which arcs and lines are used) in which I'm trying to establish a method to convert to a script file. Also, the total number of lines (arcs and straight) vary. Some have as little as 10 lines and some contain as many as 20 lines total.
I have successfully created a script file using one set of coordinates but can't imagine doing this hundreds of times over. I have attached a PDF file showing an example of the coordinates along with the radii (in some cases there is no radius, therefore must be a straight line) and how I can accomplish this without creating a script file for each and every set of coordinates I have. The example I have is only a small portion of what I am working with.
To the expert here, I have tank foundation with multi circle column under it. How to create or find in afast way the coordinate of each center of column? Any special command for this?
I am using the ALIGN command to overlay two groups of blocks, I'm then using some VBA code to export the coordinates of the blocks to an excel sheet to make comparisons.
The issue I'm having is when I use the ALIGN command the coordinates exported are different to those in the drawing (but only for those moved using the ALIGN command).
I don't get this issue when I use the move, rotate and mirror commands, only ALIGN. What may be causing this?
I have a drawing in CAD (2013) and I am trying to assigned a Geo-coordinate system so I can import it into my ArcMap GIS program with the coordinates assigned to it already. Is there any way of doing this?
I am testing using script files to automate inserting blocks for As-Built drawings. My script files run fine, but AutoCAD is placing the blocks at a location that is different than what the input on the command line shows. For instance, I am placing a block at (6,6), which is reflected in the command line, but the block is actually placed at (6,5.898). The 5.898 does not appear anywhere in my script file, and the command line even shows that (6,6) was entered for the insertion point.
Looking for converting DRW files to DWG? I have inherited a library of CAD files at work. Unfortunately, they are all DRW and I only have AutoCAD at my disposal. I need to convert these files to a form that AutoCAD can use.
I want to insert or import an image that automatically recognizes my drawing coordinates.If I need to, I can use AUD (as Map 3D).However, my computer has difficulty processing too much data.
I created multiple base views and projected views on drawing (autocad 2014). suddenly when I create base view it doesn't show anything, jumps to 0,0,0 coordinates (it is fixed can't be changed), scale can't be changed. It shows it is drawing view in properties, however when I want to edit (click edit then select the view , it won't recognize it is view). I created many views without problem, now all base views jumps to 0,0,0 coordinates....
i am trying to translate a Point coordinates from Paperspce to world coordinates in model space.The code i used in Land2006 worked OK but now in Civil3d 2012 it doesn't!
Private Sub GetPlais_Click() Dim tmpnt1 As Variant, tmpnt2 As Variant, tmpPnt1 As Variant Dim lole(0 To 2) As Double, upri(0 To 2) As Double Dim returnobj As AcadObject
FrmGrid3.Hide On Error GoTo Eline ThisDrawing.Utility.GetEntity returnobj, tmpPnt1, "ÅðÝëåîå ôï ViewPort ðïõ èá äçìéïõñãçèåß ï êÜíáâïò!" If TypeOf returnobj Is IAcadPViewport Then [code]........
I've been trying to convert 3D dwg models to 3D dgn models without success, using AutoCAD 2012.
The DGN either displays the solid, which isn't visible in a Microstation extraction or it just exports the centrelines/linework and not the solids.
Is this possible in newer version ? i.e. 2013/2014.
I've tried the export to ACIS .sat file and that works fine, but it moves everything to the same lavel/layer which defeats to object of seperatng the items in the first place.
I am working on my company template. We are trying to keep it as close to INDOT standards as we can. Indot uses microstation and provides many files for microstation users. I converted one of the files to a .DWG and impoted all the linetypes to my template. This had a lot of bad side effects.
How to extract the actual code for the Linetypes, so that i can simply re-write a code as autocad wants it and then import?
I am trying to convert a 2013 ACAD file to ACAD 2010LT but some objects are not viewable in the converted file. I used DWG Truview to convert the 2013 file to 2010LT.
I have a query as to how I could automate the replacing of selected individual lines with predetermined sized rectangular blocks centered on the line at the angle and on the “0” layer . See attached file:
The rectangle need not necessarily be a polyline, 4 single lines would be sufficient. And whether the original line is or is not replaced is unimportant either.
I need to find out how to import/ convert a real hand drawn sketch into a .dwg or .dxf format so it can be used on a CNC machine to cut the pattern out of a 6mm sheet of aluminium
is there a simple way of converting a drawing from a complex draiwng including blocks/dynamic blocks so that it becomes effectively a dumb drawing of lines arcs and text.
the only solution i have is to convert the drawing to a pdf then convert it back to a dwg using a pdf to dwg converter.
the reason being i dont want my client to work out how i construct my drawings.
I installed a brand new install of 2013 Product Design Suite Premium on a new machine. When I go to run Inventor everything seems to work fine. I make a drawing of a part and export to DWG. That's a requirement here. When I go to open the file in AutoCAD, the hatch pattern doesn't show and it looks like the boundaries for the hatch move to 0,0,0. Very stange and I haven't been able to figure this out. I installed Premium on another machine and performed the same export. Works fine on the other machine. The other machine however, has 2012 installed as well. Could this simply be a bad install?
I have a set of dimensions in meters and I am trying to automatically convert to feet. So I am going to the Dimension Style that rules the numbers that I want to convert and after clicking in Modify button>Primary Units I go to Linear dimensions group and change the Unit format from decimal to Architectural and 100 m turns to 8' - 4" not to 328.08'.