
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Folks,
I hope this isn't too left field but I'm trying everything to work out this problem.
I'm using FME to write AuoCAD drawings from a Mapinfo source.
I'm converting polylines and the requirment is to set the width of the polylines. FME supports start_width and end_width properties.
Indeed when the polylines are viewed in AutoCAD the lines have the values start_width and end_width set (0.25) in this case. However the polylines have variable display. Some polylines appear fine, others, particularly with more than one segment have width in the first segment but nothing for the remainder.
Inspecting the objects the value "Global width" is null. Unfortunately FME doesn't offer "global_autocad_width" as a settable value. However reading around it appears this value is more of an environment value for the drawing rather than a layer or object specific value.
I'm aware PLINEWID will set this variable but it seems I'd need to touch each polyline to set this value (or get some ALISP to do it)
Could someone clarify my understanding of the Global Width variable and if anyone has any bright ideas about potentially fixing this issue I'd appreciate it.
Solved! Go to Solution.