Skip to main content
Solved

Replace point with symbol from a DWG?

  • February 27, 2018
  • 2 replies
  • 255 views

Hi,

Is there a way to replace a point (Origin was from a point cloud) with a symbol from a DWG file?

And I also want to scale the symbol in x, y and z with values from a attribute from the point.

For example the attached

And the output format can be a Shape or DWG file.

Best regards,

Jonas

Best answer by gabriel_hirsch

First of all, create a block of the tree in AutoCAD and make the insert point at the bottom of the tree.

Then in FME choose the DWGStyler transformer and link the dwg-file that includes your block as DWG/DWF Template File.

Then you can click the tree dots at Block Name and choose the created block. There you have the possibility to scale with values from an attribute too.

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

gabriel_hirsch
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • February 28, 2018

First of all, create a block of the tree in AutoCAD and make the insert point at the bottom of the tree.

Then in FME choose the DWGStyler transformer and link the dwg-file that includes your block as DWG/DWF Template File.

Then you can click the tree dots at Block Name and choose the created block. There you have the possibility to scale with values from an attribute too.


  • Author
  • February 28, 2018

First of all, create a block of the tree in AutoCAD and make the insert point at the bottom of the tree.

Then in FME choose the DWGStyler transformer and link the dwg-file that includes your block as DWG/DWF Template File.

Then you can click the tree dots at Block Name and choose the created block. There you have the possibility to scale with values from an attribute too.

Hi gabriel_hirsch,

 

Yess! It worked!

 

Great thanxs!

 

Also I must choose the DWG that icludes the block in the DWG Writer under "Template File" search path, else it does not work.

 

Best regards,

 

Jonas