Skip to main content
Question

Explode Blocks in autocad file into points in File geodatabase

  • September 6, 2017
  • 5 replies
  • 64 views

Forum|alt.badge.img

Hi,

I want to explode the multiple features of particular shapes in CAD file into single point feature in File Geodatabase.

for e.g. rectangle or small circles into Point.

Thanks in advance.

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

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • September 6, 2017

Hi @dheeraj,

If you want to explode Blocks from dWG files, has this link Example Exploding Blocks.

If this link is not good to your case, please share us a sample data.

thanks,

Danilo


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 6, 2017

From the description it seems you do not want to explode blocks, but use the insertion point instead. In that case uncheck the "Explode blocks" on the reader.

If the blocks contain multiple features that you want replaced, you can use the CenterpointReplacer after the DeAggregator to get the simple features (from a composite feature).


jneujens
Forum|alt.badge.img
  • 189 replies
  • September 6, 2017

In addition to danilo_inovacao and the article that was referenced, it is possible to explode specific blocks only. In the parameters of your AutoCAD reader, check the box 'Explode Blocks Into Entitites' and then enter the blocknames which you would like to explode ('Explode Selected Blocks'). If the latter field remains empty, all blocks are exploded.

 

By checking the box 'Preserve Insert Points', the insertion point of each block can be recovered.

 

Another thing I would like to point out: if you don't explode your blocks, FME will just use the insertion point of the block (check your inspector for example), and the shape/geometry of the block itself is neglected.


Forum|alt.badge.img
  • Author
  • 45 replies
  • September 8, 2017

Without exploding the blocks, i am getting multiple features of particular shapes in CAD file into single point feature in FileGeodatabase, but the features gets duplicated so i use duplicate filter after reader and it works for me.

Thanks for your all support.


jneujens
Forum|alt.badge.img
  • 189 replies
  • September 8, 2017

Without exploding the blocks, i am getting multiple features of particular shapes in CAD file into single point feature in FileGeodatabase, but the features gets duplicated so i use duplicate filter after reader and it works for me.

Thanks for your all support.

 

Good to hear you found a solution!