Skip to main content
Question

How to get output from Labeller to DWG Styler

  • May 25, 2019
  • 1 reply
  • 21 views

I am trying to build a workspace that takes esri geodatabase points and converts their attribute values to MText. I completed this tutorial https://knowledge.safe.com/articles/38908/autocad-workflows-reading-and-writing-text-mtext-f.html I set up my workspace exact same as tutorial but I can get no output from Labeller at all. I hooked up inspector to fileGDB and the data looks good so I am wondering why the Labeller won't produce output can anyone offer insight?

 

I attached workspace.

 

geodatabase_file2realdwg.fmwt

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.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2939 replies
  • May 27, 2019

From the Labeller documentation:

Interpolates labels along a linear or polygonal feature. Labels are placed at a regular perpendicular distance from the closest point on the line at some interval, and are given a rotation perpendicular to the line.

You feed it Points and it does not process them. I expected the unprocessed features from the Rejected outputport, but they seem to disappear... Anyway, the LabelpointReplacer will do what you need.