Skip to main content
Solved

how to get multicurves in autocad

  • April 20, 2016
  • 2 replies
  • 30 views

ddecoene
Contributor
Forum|alt.badge.img+4

Hello,

i have a shapefile containing lines (and data), some of them are viewed as IFMEMultiCurves containing several FMElines. When i get these into autocad, they are inserted as blocks with data. This is not ideal for me, but i could work with this. When i want to convert these back into shape file I not able to recreate the original shapefile. (I Get all of the individual FMElines, so far more objects than the initial shapefile).

Is there a way, to keep these Multicurves together when converting back to shapefile?

Best answer by pratap

Hi,

Do you mean that you want back same number of features when you perform w3055-arc-shp2dwg.dwgdwg to shp?

If "yes" then see the attached workbenchacad2shape.fmw

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.

2 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • April 21, 2016

Hi,

Do you mean that you want back same number of features when you perform w3055-arc-shp2dwg.dwgdwg to shp?

If "yes" then see the attached workbenchacad2shape.fmw

Pratap


ddecoene
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • April 21, 2016

Hi,

Do you mean that you want back same number of features when you perform w3055-arc-shp2dwg.dwgdwg to shp?

If "yes" then see the attached workbenchacad2shape.fmw

Pratap

Thanks for your answer, never thought it could be solved that easy.