AutoCad :: Convert Coordinates To Decimal Degrees
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
ADVERTISEMENT
May 18, 2012
How do I get the export parcel ananlysis to show degrees minutes and seconds instead of the default decimal degreees. My direction settings are set to DMS, but I can't see where to change arc deltas...
(running C3D 2012 sp4, Win7 64bit, 8GB)
View 1 Replies
View Related
May 15, 2012
Is there a way to convert decimal degrees to a point id? I have tried inputting the decimal degrees in as point but land no where close to the coordinate it should.
View 3 Replies
View Related
May 17, 2012
I've attached an image of my problem for reference. I've had this problem in other versions of CAD so it's likely a user error that I'm not clear on how to fix.
I have several dimensions which I'm trying to place on my drawing through VPMAX in my viewport, but the text keeps showing up upside down. When I manually tell it to rotate 90 degrees, the text remains upside-down but the landing becomes vertical. When I rotate 180 degrees, the text becomes vertical which isn't really useful. Rotating 270 degrees almost solves my problem, but the landing is once again vertical.
If it matters, the UCS coordinates have been rotated 90 degrees for ease of viewing in paper space.
View 2 Replies
View Related
Sep 17, 2012
How do i convert pitch to degrees, in order to get the proper angle?
View 6 Replies
View Related
May 21, 2013
Any good way to convert decimal values to fractions for use in inch measurements? I have a script that works great but it returns values like 5.5638 and I'd rather it return the closest fraction answer like 5 9/16. 1/16ths would be great, but I'd settle for 1/8ths.
I started trying to come up with a large if with lots of > and < conditions, but it might be better not to reinvent the wheel.
View 13 Replies
View Related
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
View Related
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
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
May 20, 2012
I have drawn a model using imperial units, at a scale of 1:1. When I switch the units to decimal, the unit factor remains the same, eg 5" shows as 5mm.
Is there a setting anywhere that would automatically show 5" as 127mm, or do I need to scale my model by 25.4.
View 3 Replies
View Related
Mar 14, 2012
I am having trouble with drawing lines in decimal. My length is Decimal, insertion scale is feet. So say I wanted to enter 21 inches in feet. I just click to draw my line, then use 21/12 as my input for length. That works fine. But when I have a line that I want drawn at 21.5" (I enter 21.5/12), it won't work, saying point or option keyword required.
View 4 Replies
View Related
Dec 13, 2012
So we have started some work overseas and I have been trying to make sense of the metric units in CAD. Metric units in general, make way more sense then imperial units but how they work in CAD has been confusing.
I am familiar with the UNITS command and have changed the drawing units to "decimal" and the insertion units to "unitless"
I know that when you draw a 1 unit line in model space it could represent a 1 millimeter line or a 1 meter line and that it is up to the drafter to decide what it will be. I also am familiar with setting up dim styles to dimension correctly based off of whether you are drawing in meters or millimeters.
I have set my Adobe pdf printer to A1 23.4" X 33.1" (594mm x 841mm). when I draw a 1 unit line in paper space and print the layout the 1 unit line measures 1 inch?
View 2 Replies
View Related
Mar 12, 2013
I am running AutoCAD Map 3D 2011. When i use the ID command to acquire x,y coordinates by snapping to an object, it gives me only one decimal place. When i do the command out in space, it gives me 4 decimal spaces. I need to get at least two decimal places while snapping to objects. Examples below:
id command (out in space, not using osnap)
X = 4006431.3366 Y = 359556.5635
id command (snapping to entity)
X = 4006252.3000 Y = 360712.5000
by the way, my units precision is set to .00 and it doesnt seem to make any difference with the id command.
View 4 Replies
View Related
May 3, 2012
When I save to acad my Dia dimensions are changing to a 4 place decimal. My radius dims stay the same.
INV 2009 SP 2.
View 1 Replies
View Related
Nov 14, 2011
Is there a way that i can Double Dimensioning? as to have one dimension in decimal and one in fraction all in the same dimension line?
Im using 2011 RS
View 1 Replies
View Related
Jul 31, 2013
Is it possible, when I dimension, to have decimals in apex?
View 7 Replies
View Related
Sep 4, 2012
How to get 20'-0" in a dim text to read 20.0' with out scaling down 12 times?
View 3 Replies
View Related
Dec 15, 2013
I have an AutoCAD map 3d 2014 .dwg with points that have object data and Easting, Northing and elevation values.
I am displaying the text of those points in particular the elevation value. This is done through task pane>data>add drawing layer>add style>text...
I hit the properties and select the Z1 from the object properties...
All is well and the text comes as e.g. 24.89752
The above number is accurate, however, I only want two or three decimal points since the number is too long.
Is there a way to reconfigure this so that the number is displayed as 24.89?
View 4 Replies
View Related
Jul 18, 2012
Is there a way to set the decimal place for the columns in Autodesk Inventor 2011? I have a length column I am trying to use for the p/n but I need it to be 2 places and they show up from zero to 4 dec places. I have set it inside excel but it never retains the setting.
View 9 Replies
View Related
Sep 26, 2012
I have used stringer connect in the past and it seemed that my traverse shots (which went to four decimal places 0.0000) that were in my raw file were converted to a fbk file and it held the decimal places. Now when I use it, the program rounds my shots to three decimal places (0.000) which changes the locations just slightly. I don't think I changed any settings deliberately. How can I get my four decimal places back?
View 3 Replies
View Related
Jul 29, 2011
I have have to use a program to do these hydraulic counts that must be done in decimal feet. So, what I want to be able to do is when I make a dimension that is 12'-8" for example, that it read 12.667.
View 6 Replies
View Related
Jan 17, 2013
My professor wants all of our dimensions to have 2 decimals places except for a few that he wants to have 3 decimal places. How do I change those few to have 3 places while everything else has 2?
View 1 Replies
View Related
Oct 31, 2012
Is there any way when I am dimensioning something to make it read feet and decimals of a foot for instance.
Instead of it reading 5’-6 9/16” it would read 5.546875’?
I tried a few different things on the dimension style and I can get it to read out in decimal inches (it would be 66.5625” with the example givin) but not feet.
The reason I need it is for a program that we run where we must enter the measurement in decimal feet
View 5 Replies
View Related
Jul 18, 2012
My data is in decimal format and
In metric I am geting the feet interval of contours
How to change the feet to decimal system
View 9 Replies
View Related
Dec 2, 2011
How to change the G_L parameter from decimal to fraction (1/16)? I've attached some screenshots.
View 9 Replies
View Related
Oct 5, 2011
If i have a property Type Single i can not type in a decimal number like 12.25. I only can input integer which becomes 12.00 in a pane. Is it a bug? I am working in Autodesk Map 2012 on Windows 7, 64 bit.
View 7 Replies
View Related