AutoCad :: Convert Coordinates From ISG To MGA
Jul 4, 2011
I was swapping between these 2 co-ordinates systems. I have drawings that have been started in ISG, but now the designs from 12D etc are being output in MGA, going forward MGA is now the standard and will have to be adopted.
How to convert from ISG - MGA? i have use of Autocad 2010, and also Autocad map 2008 however i'm new to cad map!! i also have use of microstation which seems to have more co-ordinate system features but i'm not familiar with them!
View 1 Replies
ADVERTISEMENT
Dec 13, 2011
I'm trying to convert coordinates from "LL-GDA94" to "MGA-56" (Australia's coordinates ) and i get the following massage.
"Can't transform point to Lat Long"
I do it through the following lisp routine:
(setq AA (ADE_PROJSETSRC "LL-GDA94" ) )
(SETQ BB (ADE_PROJSETDEST "MGA-56" ) )
(SETQ CC (GETPOINT) )
(SETQ DD (ADE_PROJPTFORWARD CC ) )
also i have tried to remove the Z coordinates but still does not work .
View 3 Replies
View Related
Feb 22, 2011
I have a dxf file from a client created using autocad. What these coordinates mean -40 558.37E and -46 244.43 N. These are UTM? I need to convert to decimal degrees. How do I do this?
View 9 Replies
View Related
Jun 9, 2012
I am new in civil 3d 2012 software and i have a major problem. i am a survey engineer and i have a topcon 3005 LN total station for using in field. i want to convert measurements from field into xyz coordinates via methods of civil 3d. i find that civil 3d uses fbk format (i don't know what is it), but my total station uses TOP format (ascii)
i ll give you two examples
EXAMPLE OF FBK FORMAT
UNIT FOOT DMS
HORIZ ANGLE RIGHT
PRISM CONSTANT 0
PRISM OFFSET 0
EDM OFFSET 0
CR OFF
ATMOS OFF
COLLIMATION OFF
JOB LINEWORK SAMPLE
SCALE FACTOR 1.000000
VERT ANGLE ZENITH
NE 1 5000.000 5000.000 263.650 "STA1"
NE 6 5088.000 6104.000 249.635 "STA6"
AZ 6 6000 135.000000
AZ 1 1000 315.000000
STN 1 0.000000 "STA1"
PRISM 0.000000
FC1 VA 1000 0.000000 00.000 90.000000 "AZMK"
FC1 VA 2 117.563300 300.023 90.421692 "STA2"
FC1 VA 101 29.082602 91.481 89.454093 "SDWK1 B"
EXAMPLE OF TOP FORMAT
S S1 1.443
D S2 1.564 328.7150 93.7675 4.412
D 3 1.564 225.6570 92.1310 9.926
D 4 1.564 241.7630 93.1510 9.680
D 5 1.564 256.0790 91.9080 4.420
D 6 1.564 344.5500 89.1070 1.714
D 7 1.564 189.6990 90.3460 1.703
D 8 1.564 203.8600 88.6180 2.567
Need converting TOP format to fbk format?
View 5 Replies
View Related
Jul 9, 2013
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.
View 9 Replies
View Related
Jul 9, 2013
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.
View 1 Replies
View Related
Jun 18, 2012
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]........
View 1 Replies
View Related
Aug 21, 2013
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.
View 5 Replies
View Related
Aug 15, 2012
The coordinates that we can apply in Revit (project/shared) aren't exactly the same to have real world projection coordinates (WGS84)??
If not how can we convert the revit shared coordinates to real world projection coordinates?
View 1 Replies
View Related
Jun 6, 2012
I have Autocad Map3D 2010. I have a set of points in a CSV file containing points, latitude and longitude, in columns, that I want to import to a map and place the points (houses) in the appropriate locations with the house number. I click IMPORT, MAP IMPORT, select my file as PNE and the data in the preview window appears correctly. I'm using OH83-SF coordinate code which the map is. When I click OK it appears to have completed the command but nothing appears on the map and I get no error notifications. As a test I put an incorrect value in one of the lists and it did flag the error. I've tried space delimiters, commas, txt and Excell tables and always the same - nothing. I've tried the command line MULTIPLE POINTS and entered the geo coordinates and again - nothing appears on the map.
View 7 Replies
View Related
Dec 9, 2013
I'm trying to get the cursor coordinates in autocad. using Point API from Windows and capturing i think WCS coordinates. With these coordinates do I convert to Autocad? In other words convert WCS to UCS?
Is it possible to do this [URL]....... or is it only with Object ARX?
View 1 Replies
View Related
Jul 11, 2013
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).
View 8 Replies
View Related
Feb 13, 2013
We are Town Planners. So we Work with SG Diagrams alot. I need to import co-ordinates that have been provided on a General Plan. how to do this.
View 5 Replies
View Related
Sep 4, 2012
I have GeoPDF that I can't attach properly to drawing in Civil 3D.
So with Global Mapper I exported it to geo-referenced ECW.
I checked ECW in Global Mapper and ArcMap, everything just fine.
However when I did mapiinsert in Civil 3D, image appeared with shifted coordinates.
The original coordinate system of PDF and ECW is BC/Albers and coordinate grid is Lat/ Longs.
[URL]
View 1 Replies
View Related
Feb 7, 2012
Work has finally given me a machine that can run AutoCAD properly and I now also have the office license of full AutoCAD 2011 (vanilla AutoCAD not architecture etc.)
I am about to start placing a lot of setting our coordinates onto some drawings and was wondering what the easiest/fastest way to produce setting out coordinates utilising all the fancy stuff AutoCAD has.
On LT I used to place points where I wanted the coordinates from, copy a peice of MText around say E:XXXXX N:XXXXXX with a leader from the point to the text. I would then go around listing each individual point and copy and paste from the AutoCAD text window to the MTEXT correcting the decimal point manually.
My director on this job hates tables of coordinates so I can't use them. Also the datum of the drawings is not world UCS, would this be a problem? I have looked at the LISP tutorial but have never used any LISP beyond this.
View 9 Replies
View Related
Jan 31, 2012
I was wondering if there was a way to set a point in autocad LT 08 using coordinates.
View 5 Replies
View Related
Mar 31, 2012
Sometimes, I get drawings in which the Z co-ordinates of some objects are not zero. In such a case, fillets dont appear properly. I dont know why these objects get values for z co ordinate.
Is there any method to set the z co ordinate of all objects in a drawing to zero?
View 8 Replies
View Related
Dec 7, 2013
I am looking for a method to export all the GPS coordinates which have been assigned to each point along with the properties of that point to an excel csv.
In our drawings, there are multiple columns and each column has four points and each point has X,Y,Z coordinates. I want to export all this information to an excel sheet.
View 3 Replies
View Related
Feb 14, 2012
In autocad 8, how could I get the XYZ coordinates of a point, on the drawing. With ID or list command it is possible to get the coordinates of a point, but they would not appear on the drawing the way dimensions do.
View 9 Replies
View Related
Jan 17, 2013
I got a little issue about pasting by coordinates from one drawing to another. Drawing are absoloutely similiar, both ucs's checked (world) and units are same. why i cant paste ?
View 8 Replies
View Related
Feb 16, 2012
how to input coordinates in the following format into autocad?
-12625,50 +3274832,92
-12772,91 +3274920,73
These are off a surveroy generals diagram (SG Diagram) of an erf/ site boundary.
View 9 Replies
View Related
Oct 11, 2012
if it's possible to import a list of coordinates into a drawing so that it places points in the drawing at the specified locations?
View 2 Replies
View Related
Jul 15, 2012
I'm writing function for user to offset dimension. After enter command, he select dimension and select point near one of dimension's arrowheads. Then I'm calculating new XLinePoint1 or XLinePoint2 and replacing original.
I have everything done. I thought ... The problem is when user firstly create AlignedDimension and after that he create RotatedDimension by using continous function. After that XLinePoint1 and XLinePoint2 are not parallel to the DimLinePoint (look at image).
How can I get coordinates of points selected in red rectangles?
I know that one is specified as "dimension line defining point" but what about second? How can I get its coordinates? Or maybe there is other way to get this point?
[URL]
View 6 Replies
View Related
Jul 9, 2012
I need to get the dimensions of a lot of centers from parts in a drawing for inspection with a laser tracker.
Is there a way of setting a point from an reference and get a table of the values from the centers I select (x, y and z).
I need to get all the coordinates from the blue and white parts (inside and outside)...
View 1 Replies
View Related
Jan 17, 2013
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.
View 3 Replies
View Related
Sep 9, 2013
I have TXT file with XYZ value from echo sounder. How to import that into Autocad 2013 and generate a 3d mesh?
View 3 Replies
View Related
Feb 14, 2013
I have a 3D part that produced from an assembly document. (pic.1). How can I take the coordinates of the curve that is designed on the right surface (pic.2) in a .txt or better .xls file ?
That curve I want to draw it in Excel.
View 2 Replies
View Related
May 28, 2013
My quick question id for an alternative way of exporting a cluster of points as .shp files and then manipulating the .dbf file in order to create an excel/csv file.
Is there another way of exporting my data as .csv or excel from Map3D?
View 3 Replies
View Related
Feb 15, 2012
For almost a decade I'm used to AutoCAD standard 3D coordinates display: X to right, Y away and Z straight up. For some reason Inventor is configured differently: X to right, Y straight up and Z toward you.
View 3 Replies
View Related
Jul 17, 2012
I have been working with Map 3D 2011 and assigning Global Coordinates to my drawings for 2 years with no problems. Now when I click on the icon or enter the command "adesetcrdsys" in the command line trying to Assign Global Coordinates the dialogue box to select my options does not appear.
I only get a response in the command line to enter a code. And I can't assign coordinates with other options available. How do I get the dialogue box back?
View 1 Replies
View Related
Mar 27, 2012
I use POINTCLOUDINDEX to convert .las file to .pcg file, then I use POINTCLOUDATTACH to add .pcg file to model space.
How can I get the 3d coordinates of points in .pcs files?
I use ObjectARX in .net.
I can't find any Entity types related to pointcloud, should I find in other namespace?
View 2 Replies
View Related