Question

How to get output from Labeller to DWG Styler

  • 25 May 2019
  • 1 reply
  • 5 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


1 reply

Userlevel 6
Badge +31

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.

Reply