Skip to main content
Solved

2d dwg to 3d ArcGIS

  • July 4, 2013
  • 4 replies
  • 28 views

I have a 2d dwg file.I want to convert it to a 3d one which can be used in ArcGIS10.I want some advice,examples or documentations.THANK YOU.

Best answer by takashi

Hi,

 

 

I suppose autocad_* is a kind of the format attributes. If so, you can expose them by checking "Exposed" check box in the Format Attributes tab of the Feature Type Properties dialog box. Click [...] button of the source feature type object on the canvas to open the dialog box. Alternatively, you can  use the AttributeExposer transformer to expose those attributes.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

takashi
Celebrity
  • July 4, 2013
Hi,

 

 

The 3DForcer transformer converts a 2D feature into a 3D one.

 

 

Takashi

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • July 4, 2013
Can you supply a small example file?

  • Author
  • July 5, 2013
In FME Data Inspector, my elevation information is a point with a number nearby.The point is an autocad_hatch, the number is an auto_cad text. So, can you tell me how to use this elevation information in ArcGIS? Thank you .

takashi
Celebrity
  • Best Answer
  • July 5, 2013
Hi,

 

 

I suppose autocad_* is a kind of the format attributes. If so, you can expose them by checking "Exposed" check box in the Format Attributes tab of the Feature Type Properties dialog box. Click [...] button of the source feature type object on the canvas to open the dialog box. Alternatively, you can  use the AttributeExposer transformer to expose those attributes.

 

 

Takashi