How to get Shape files to convert to DWG with elevations?
- December 20, 2017
- 23 replies
- 189 views
23 replies
- Contributor
- 3725 replies
- December 20, 2017
Hi @caddrafter, have you had a chance to review How to convert SHP to DWG (Esri Shapefile to AutoCAD)? This is a tutorial guiding you how to do the translation.
- Author
- 12 replies
- December 20, 2017
Hi, yes I did watch it, a few times in fact. The shape file gets converted but there are no elevations on the contours. I'm downloading lidar contours which we've been able to import into Carlson Survey and output as a DWG file. Problem is we only have one seat of it, which is in the office, and I work remotely so I'm trying to find an alternate method.
- Safer
- 260 replies
- December 20, 2017
Hi @caddrafter
Have you tried using the 3DForcer to force your Shapefile into 3 dimensions? If that doesn't work, uploading a sample dataset and/or workspace might help troubleshoot the translation.
Thanks!
- Author
- 12 replies
- December 29, 2017
Thanks Nathan. I haven't had an opportunity to try that out yet but I'll let you know when I do and what the results are.
Thanks,
- Author
- 12 replies
- December 29, 2017
Hi @caddrafter
Have you tried using the 3DForcer to force your Shapefile into 3 dimensions? If that doesn't work, uploading a sample dataset and/or workspace might help troubleshoot the translation.
Thanks!
Thanks Nathan. I haven't had an opportunity to try that out yet but I'll let you know when I do and what the results are.
Thanks,
- Contributor
- 3725 replies
- December 29, 2017
The 3DForcer will make your polylines all 3D, which might be what you want. It is also possible to use the "autocad_elevation" format attribute on your DWG writer to set that elevation property on a 2d polyline. This uses less space in the output DWG. All depends on what you want created.
Check the documentation on this at https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Lines.htm and see screenshot below as to how to expose this:
(Really you could also just rename the elevation attribute you read from Shape to autocad_elevation and it would work too)
- Author
- 12 replies
- January 23, 2018
The 3DForcer will make your polylines all 3D, which might be what you want. It is also possible to use the "autocad_elevation" format attribute on your DWG writer to set that elevation property on a 2d polyline. This uses less space in the output DWG. All depends on what you want created.
Check the documentation on this at https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Lines.htm and see screenshot below as to how to expose this:
(Really you could also just rename the elevation attribute you read from Shape to autocad_elevation and it would work too)
- Author
- 12 replies
- January 24, 2018
Hi @caddrafter
Have you tried using the 3DForcer to force your Shapefile into 3 dimensions? If that doesn't work, uploading a sample dataset and/or workspace might help troubleshoot the translation.
Thanks!
Thanks!
- Contributor
- 3725 replies
- January 24, 2018
Hi @caddrafter -- check out the attached template example. If you run it in FME 2017.1 or later, you should get elevation set in the resulting DWG file. Hopefully that then can be modified for your input.
- Author
- 12 replies
- March 26, 2018
I still can't get this to work and I've been trying for hours. I have to say customer service is pretty lousy seeing how I can't find any resolution since my original question back in December. I've tried all the suggestions and I still can't get the elevations! When I add the "elevation" attribute it still doesn't appear like the example shown. Very frustrating.
- 388 replies
- March 26, 2018
- 388 replies
- March 26, 2018
I still can't get this to work and I've been trying for hours. I have to say customer service is pretty lousy seeing how I can't find any resolution since my original question back in December. I've tried all the suggestions and I still can't get the elevations! When I add the "elevation" attribute it still doesn't appear like the example shown. Very frustrating.
Having that said, I just curious whether your shapefile is 3D, or is it 2D and does it have a height attribute?
Also you can share your workspace, which would allow us to have a look at it and see if you did something wrong there. Sometimes even without having the source data at hand.
- Author
- 12 replies
- March 26, 2018
I still can't get this to work and I've been trying for hours. I have to say customer service is pretty lousy seeing how I can't find any resolution since my original question back in December. I've tried all the suggestions and I still can't get the elevations! When I add the "elevation" attribute it still doesn't appear like the example shown. Very frustrating.
I can't blame the seller because I have a 6 month free trial. I certainly am not inclined to purchase at this rate.
It is 2D Lidar contours, no 3D. The contours will convert but everything is assigned a 0 elevation.
- Author
- 12 replies
- March 26, 2018
- 388 replies
- March 27, 2018
I can't blame the seller because I have a 6 month free trial. I certainly am not inclined to purchase at this rate.
It is 2D Lidar contours, no 3D. The contours will convert but everything is assigned a 0 elevation.
Looking again at your issue, have you checked the ELEVATION attribute for having the right values? If those values are 0, no way your contours will get an elevation.
Again, it would be helpfull if you share (a subset of) your data and or your workspace.
- Author
- 12 replies
- March 27, 2018
I still can't get this to work and I've been trying for hours. I have to say customer service is pretty lousy seeing how I can't find any resolution since my original question back in December. I've tried all the suggestions and I still can't get the elevations! When I add the "elevation" attribute it still doesn't appear like the example shown. Very frustrating.
output-26.zip
- 388 replies
- March 27, 2018
Hi @caddrafter,
this simple workspace creates the 3D elevation lines and writes them to AutoCAD DWG. I have checked the output and the lines are in 3D.
Attached are both the workspace (esrishape2realdwg.fmw) and the DWG (elevation.dwg) I created.
Hopes this will make it possible for you to create your output.
- Author
- 12 replies
- March 27, 2018
Hi @caddrafter,
this simple workspace creates the 3D elevation lines and writes them to AutoCAD DWG. I have checked the output and the lines are in 3D.
Attached are both the workspace (esrishape2realdwg.fmw) and the DWG (elevation.dwg) I created.
Hopes this will make it possible for you to create your output.
- 388 replies
- March 27, 2018
I don't AutoCAD allows an object to be 2D and having an elevation value. So no, I do not think 2D output with an elevation value is an option. The only thing you could do is exporting 2D lines and adding a text-element containing the height of the line. That way you'll have 2Ds line and height values as text-elements in a single drawing, but that was not your original question.
Apparently I made a small mistake in the previous workspace, lines were output as blocks in stead of polylines. I corrected it in this workspace (esrishape2realdwg-v2.fmw) where lines are output. Now I didn't use the 3DForcer, but renamed the attribute ELEVATION to autocad_elevation as was suggested by Dale as well.
- 388 replies
- March 27, 2018
I still can't get this to work and I've been trying for hours. I have to say customer service is pretty lousy seeing how I can't find any resolution since my original question back in December. I've tried all the suggestions and I still can't get the elevations! When I add the "elevation" attribute it still doesn't appear like the example shown. Very frustrating.
- Author
- 12 replies
- March 27, 2018
- Author
- 12 replies
- March 27, 2018
I don't AutoCAD allows an object to be 2D and having an elevation value. So no, I do not think 2D output with an elevation value is an option. The only thing you could do is exporting 2D lines and adding a text-element containing the height of the line. That way you'll have 2Ds line and height values as text-elements in a single drawing, but that was not your original question.
Apparently I made a small mistake in the previous workspace, lines were output as blocks in stead of polylines. I corrected it in this workspace (esrishape2realdwg-v2.fmw) where lines are output. Now I didn't use the 3DForcer, but renamed the attribute ELEVATION to autocad_elevation as was suggested by Dale as well.
- Celebrity
- 3586 replies
- March 27, 2018
Reply
Most helpful members this week
- ebygomm
13 votes
- crutledge
9 votes
- hkingsbury
8 votes
- milo89
7 votes
- j.botterill
6 votes
- redgeographics
6 votes
- geomancer
5 votes
- nielsgerrits
4 votes
- liamfez
4 votes
- roelofvos
4 votes
- klaas
4 votes
- galigis
3 votes
- hlouie
3 votes
Recently Solved Questions
Community Stats
- 30,846
- Posts
- 116,934
- Replies
- 38,667
- Members
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OKCookie policy
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
Cookie settings
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.