Skip to main content
Solved

GIS to Autocad Map3D - 3D Buildings

  • April 17, 2015
  • 5 replies
  • 35 views

Forum|alt.badge.img
Hi All   I am trying to translate GML polygon files with height attribute information into Simple 3D Solid Buildings in AutoCAD Map3D.   Coming from a GIS background I have no idea where to start. Has anyone experience of creating 3D objects in AutoCAD Map3D from GIS data? I am looking to create a workbench that can then possibly called on the fly via FME Server.   I have briefly investigated and many of the articles go the other way - from CAD to GIS. Also creating a 3D polygon in Autocad appears to involve multiple settings and steps inside autocad itself. Can anyone point me in the right direction? Or to sample similar workbench files?   Is this even possible?   Thanks,   Mike

Best answer by pratap

Hi,

 

 

It seems the lines are not closed... Use LineCloser, LineJoiner and AreaBuilder and then connect to extruder...

 

 

Regards,

 

Pratap
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.

5 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • April 18, 2015
Is it possible to provide sample file?

Forum|alt.badge.img
  • Author
  • April 24, 2015
Hi Pratap

 

 

Sorry about the slow reply - unfortunately the data is government restricted. But all it really contains is simple buildings with a height attribute.

 

 

Even if just one polygon could be added with a creater transformer and then assigned a random height aribute - how would / could this be transformed into a 3D building in Autocad Map 3D?

 

 

Thanks,

 

 

Mike 

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • May 8, 2015
HI,

 

 

Does that 3D Building means the output should be in solid or mesh?

 

 

Pratap

Forum|alt.badge.img
  • Author
  • May 8, 2015
Hi Pratap

 

 

We would like the Buildings to be 3D Solids.

 

 

Extruding a 2D polygon in AutoCAD is simple and creates a 3D Solid - using the extrude transformer in FME creates a polyface mesh which is not suitable for our purposes.

 

 

Thanks,

 

 

Mike

 

 

 

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • May 13, 2015
Hi,

 

 

It seems the lines are not closed... Use LineCloser, LineJoiner and AreaBuilder and then connect to extruder...

 

 

Regards,

 

Pratap