AutoCAD Civil 3D :: How To Do Drawing Transformation
Mar 27, 2013
I am using Civil 3d 2012 and I have a dwg that is in AR North Nad83. The client needs it put in UTM 15 Nad83. Is there an easy way to do this?.
AutoCAD Civil 3D 2012 SP4
Windows 7 (64)
View 5 Replies
ADVERTISEMENT
Mar 1, 2012
I have some transformation parameters from WGS84 to ED50 and I dont know how to use them...How can I use these transformation parametrs in Civil3d ?
View 1 Replies
View Related
Mar 15, 2013
I am giving a drawing containing all the contour objects in a NAD 83 coordination, I need to transfer them to a project coordination system. I am given with the origins of both system. For NAD 83, it is N6360000 E467000, for the project it is N50000 E8000. I tried to do the transformation using Toolspace->Settings->Drawing Settings->Tranformation, and changed the Local Northing/Easting and Grid Northing/Easting, but does not seem to solve the problem.
View 1 Replies
View Related
Nov 20, 2012
My group is trying to convert a dwg from one coordinate system to another. The original drawing contains points, blocks, etc. in 1 system and we need it in a different one. We tried attaching the dwg to a new map with the new system using a layer query, but this did not appear to bring in the objects into the new system.
"Structures" is in the original system (OR83-NF), "StructuresHarn" is in the desired system (ORHP-NIF)
P.S. C3D 2011
Civil 3D 2013, HF3.0
Windows 7, 64-bit, SP1
View 2 Replies
View Related
Feb 21, 2012
I am using Civil 3D and Map 3D 2010.
I have some points in a drawing set up in a coordinate system and using a specified point file format, I successfully exported them to another coordinate system for use by our surveyors. I also wanted the pipe route in my destination drawing so I created a shp file from a polyline representing the pipe route in the original drawing using Map 3D Export. When I imported the shp file into my destination drawing there appears to be a slight horizontal difference from the point locations. The shp file doesn't land directly on the points.
To try another comparison, I ran a query on the pipe route to perform a manual coordinate system transformation. The result of this is the exact same as the shp file.
My questions are, which method (exporting points vs. shp files) results in the correct coordinate transformation and why are they different? When exporting points I am not using any specific transformation settings, I am simply selecting the destination coordinate system. When exporting a shp file, Map 3D creates a prj file from the specified coordinate system in the drawing. Are there any other settings I need to adjust to get the same result with both processes? The only thing I can think of is I only have the coordinates out to 4 decimal places in my point file format, do I need to go out farther?
View 9 Replies
View Related
Jul 9, 2013
I have a created a TIN surface with a DEM file. Drawing coordinates are State Plane NAD 83 feet. DEM file coordinates are UTM NAD27 meters. Surface is shifted approx. 835 miles east.
View 7 Replies
View Related
Jul 18, 2013
The transformation settings are changing every time a drawing is reopened. The computation method is switching from "reference point" to "unity" - see attachment. This is causing the software to use a scale factor of 1 instead of the computed scale factor at the defined reference point when scaling our points from state plane to our local ground system. This completely screws up our entire survey workflow that we have been using for almost 2 years. We had no issues like this in the 2012 or 2013 versions.
View 1 Replies
View Related
Feb 19, 2013
If you have a dwg that is, say, done in west zone but some agencies want you to provide a table of west and east zone coordinates is there a transform function that will do this in a label?
I would still wan everything in the dwg to be in west zone but be able to display coordinate values in other zones.
View 4 Replies
View Related
Sep 16, 2013
i am located in Greece and the current progection is GGRS87 .
before the GGRS87 we had a system named HATT with the folowing info:
maps 1/5000 based on the Bessel ellipsoid (1841)
i have many drawings with point coordinates in the old system. is there a way to transform them in the new projection?
what else info is needed for the transformation.
View 5 Replies
View Related
Jul 29, 2013
I have geotif images that I've purchased from Washoe County GIS. They have world files that work great with data connect. That is, as long as I want to work at sea level. We have a Combined Factor mandated by the County for all record maps. it's a simple grid to ground factor. I can set this factor in the drawing settings and import my sea-level coordinate files just fine. The pboblem is that I can't get the Data Connect to work with the transform settings.The problem is the same with Geotif files and SHP files. I've tried using an x-reference drawing to insert the Geotif and then scale up the geotif but the imagery doesn't scale up.
Is it a program bug that keeps Data Connect from recognizing the transformation settings?
View 7 Replies
View Related
Mar 3, 2013
when I import PNEZD format .csv using import wizard the coordinates get transformed. all points are shifted about 20' in northing and 5 feet in easting. I have to use the import wizard w/ survey database in order to process linework codes.
View 5 Replies
View Related
Nov 28, 2012
Recently upgraded to Civil 3D 2013 and drawings opened up fine. Now today any drawing that opens shows the plan view as last saved but then after loading takes the drawing and shifts it into a 3d view similar to a crossection. Is there a setting somewhere that has been changed? I noticed after a windows 7 update was preformed.
View 7 Replies
View Related
May 3, 2012
I have survey points in drawing A. I want those points to be available for drawing B. How do I do this?
(Coming from LDD where points were project based not drawing specific).
View 4 Replies
View Related
Aug 2, 2013
I have Lidar files both IMG files and LAS files. I work in Civil 3D so have most Map 3D functions. We also have IDSP 2014 so I have a full version of Map 3D 2014 in there. The Lidar is in UTM - Meters. I need to create a Civil 3D Surface in State Plane - Feet.
Civil doesn't work with IMG files. I have no problem creating a Point Cloud from the LAS files using that to create a Surface. With the Zones set correctly in the drawings I can get the horizontal aspect of the data into State Plane. However the Elevations are still in Meters. If the LAS files were in ASCII. I would convert them directly, but they're not.
Is there any method in Map 3D to do a vertical transformation on either of these file types?
Civil 3D 2012 SP 3 / IDSP 2014
Dell Precision T7400, Xeon CPU 3.16 GHz
Win 7 Pro, 64-bit,12 GB RAM, Nvidia Quadro FX 4600
View 3 Replies
View Related
Sep 6, 2013
I'm using a transformation matrix to adjust objects scale.
Sub Scale()
[...]
''Definition of the matrix
Dim ScaleMatrix(0 To 15) As Double
ScaleMatrix(0) = X_ScaleFactor
ScaleMatrix(1) = 0
[Code] ......
If X_ScaleFactor = Y_ScaleFactor all works fine, but if X_ScaleFactor <> Y_ScaleFactor (e.g. X_ScaleFactor = 2 and Y_ScaleFactor = 4 I get the following exception: eCannotScaleNonUniformly.
It isn't possible to define different scale factors for X and Y axis? It seems a strange thing.
View 2 Replies
View Related
Mar 22, 2011
I have acsii data that I need to add to a map. My coordinate system for the map is CANA83-3TM114
The coordinate system for the ascii points are unknown. How do I transform the data to the same coordinate system as my map?
View 3 Replies
View Related
Apr 1, 2010
I have some UTM images that I need to convert to State Plane. If I import them into map with raster design and export them to the state plane coordinate system, they work just fine, but I can't figure out a way to get rid of the black wedge that it makes along the edges of images.
If I query them in using map I can transform the coordinate system, but then every time I open the drawing it takes like 5 minutes just to open.
What has everyone else done to use multiple images in a drawing and transform or convert the coordinate system of the images?
View 3 Replies
View Related
Jan 6, 2014
Using ACAD2013, any command I try to execute requires two clicks. This specifically occurs with transformational commands - i.e. offset, rotate, mirror, but not line. For example I will enter the "OFFSET" command and hit enter, however instead of prompting me to input my OFFSET variables I will have to hit enter again and then enter the requisite variables. In effect I have to hit enter twice to execute any command of this sort. I have already tried changing my PICKFIRST settings, and AUTOCOMPLETE. I'm at a loss.
View 9 Replies
View Related
Aug 13, 2004
I am trying to create a CD cover and the back side is one solid color with the visual of a page turning down. How can I do this. I have been working with the 3D transformation, but not sure if this is the best way.
Also, the only way I can choose Filter - 3D Trans is when I am in Mask. At home I can choose it under a regular layer. Does anyone know why this is happening. I get the cone the way I want it, but when I hit OK it is in mask and not a solid cone.
View 4 Replies
View Related
Aug 20, 2013
Does the transformation box offer a good and bad choice?
The pic below shows the box with red and green sections. Is that just an odd thing or is that there for a reason?
Something like "if it's red you shouldn't move it and if it's green you can move it" kind of thing.
View 1 Replies
View Related
May 21, 2009
What happens to the image when I transform (Ctrl +T) the image regarding to its re-sampling interpolation aspects? By transform I mean make it bigger or smaller.
View 1 Replies
View Related
May 21, 2009
In the image size dialog you can determine what gonna happened with the pixels when you change the size of an image by check or uncheck the re-samping. But what happens to an image when I commit a transformation operation (Ctrl + T)?
View 2 Replies
View Related
Feb 19, 2012
I have an image and I would like to animate it's transformation into a skewed and distorted shape, e.g.: I'd like to show the steps of a rectange being distorted into a non-isosceles trapezoid. Is this possible?
View 16 Replies
View Related
Mar 1, 2013
I know RGB to CMYK color transformation may not exact. But how could it have so much difference?
I have a RGB = (28,97,255) want to transform into CMYK.
Which number should I use?
View 11 Replies
View Related
Oct 12, 2011
[URL]...
Basically, I have a text and I want it to "circulate" around a certain point, with perspective and readability as demonstrated on the picture.
View 3 Replies
View Related
Sep 3, 2005
I'm trying to warp a rectangular shape into something more arched, like the image below. There doesn't seem to be any transformation options under the Edit -> Transform menu. Can this be done? Can it be done to at least 180 degrees?
View 3 Replies
View Related
Oct 31, 2008
When I transform a smart object, its filter mask doesn't get transformed as well. The same holds true for the mask for the smart object itself, but one can put the smart object into a group and add the mask to the group as a workaround.
But what should I do with the filter mask ? The only workaround I was able to think of, was to copy the filter mask to another layer in the same group as the smart object, transform the whole group and put the filter mask back to its original place. But I can hardly imagine that this is the suggested way to work by Adobe, or is it?
All I could find in the help is this:
> By default, layer masks are linked to regular layers. When you move the layer mask or the layer using the Move tool, they move as a unit. Masks applied to Smart Object layers, including filter masks, arent linked to layers. If you move a filter mask or a layer using the Move tool, they do not move as one unit.
View 10 Replies
View Related
May 5, 2011
In Maya, how do I do a transformation sequence. my plan is to have the character transform into a tiger human hybrid that is at least twice the size. (also its texture changes as it morphs)and can there be a bone rig that grows along with it?
View 1 Replies
View Related
Nov 6, 2013
I am in trouble how to use the transformation matrix Placed Art (PlacedSuite ).
AIRealMatrix rasterMatrix;
AIRealMatrix placedMatrix;
if (artType == kRasterArt {
error = sAIRaster-> GetRasterMatrix (art, & rasterMatrix);
} else if ((artType == kPlacedArt) {
error = sAIPlaced-> GetPlacedMatrix (art, & placedMatrix);
}
When I converted to using the transformation matrix of PlacedArt, the target art could not be converted to expect. I could convert in case of the RasterArt. (The reference point of the transformation matrix of RasterArt is (0,0).)
In the PlacedArt, preference point is not (0,0)?
The tx/ty of the transformation matrix of PlacedArt is not correct?
In the transformation matrix of RasterArt and Placed Art, how are those two different?
View 1 Replies
View Related
Oct 8, 2012
Every time I rotate a layer, that layer is copied and then rotated. How do I just rotate a layer without making copies? i'm using CS5 with the latest updates.
View 2 Replies
View Related
Jun 22, 2013
I downloaded a trial of Adobe Photoshop CC and when I started it up I noticed these dotted lines on the transformation control lines. I sure it's not a new feature because I did not see this in videos of people using Photoshop CC. My computer also meets all the requirements for the application and it runs really smoothly. This really bugs me because it glitches sometimes too.
Here are images of the problem:
[URL].......
[URL]......
View 5 Replies
View Related