Skip to main content
Solved

Adding transparency to AutoCAD DWG file

  • March 14, 2018
  • 7 replies
  • 124 views

Forum|alt.badge.img

Is it possible to add transparency styling to DWG output via FME? There doesn't seem to be an option in the DWG styler. If there is an appropriate field in the autocad format attributes i can overwrite this value but I can't see anything relating to transparency.

Best answer by daveatsafe

Hi @proudgis,

I'm sorry, but FME does not currently support transparency in the AutoCAD DWG reader/writers. We are working on adding this support, and I will notify you as soon as it is available.

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.

7 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • March 14, 2018

Hi @proudgis,

I'm sorry, but FME does not currently support transparency in the AutoCAD DWG reader/writers. We are working on adding this support, and I will notify you as soon as it is available.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 14, 2018

Hi @proudgis,

I'm sorry, but FME does not currently support transparency in the AutoCAD DWG reader/writers. We are working on adding this support, and I will notify you as soon as it is available.

Great @DaveAtSafe Very interesting.

 


sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • 956 replies
  • October 1, 2019

Hi @proudgis,

I'm sorry, but FME does not currently support transparency in the AutoCAD DWG reader/writers. We are working on adding this support, and I will notify you as soon as it is available.

Any progress on this?


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 1, 2019

@proudgis

 

You could use pyhton or superior TCL, using comtypes opening dwg, calling LISP to apply transparency (and other operations of course) to do that.

 

You can find examples of such on the net.

For instance a quick hit : https://stackoverflow.com/questions/48794935/batch-run-autolisp-with-python

 

 

And there are ample examles of transparency setting in LIPS.

Bassicaly layer search and aplplying

(command "_LAYER" "_TR" 45 "Layername" "")

 

Come to think of it, i posted samish while ago.

 

Yeah, better for safe to alleviate us from this burden...;)

 

 


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 165 replies
  • February 17, 2022

Any progress on this?

Hello @daveatsafe​ , is there any progress please? :-)


danminneyatsaf
Safer
Forum|alt.badge.img+13
  • Safer
  • 485 replies
  • February 17, 2022

Any progress on this?

Hi @lazarlubomir​, unfortunately the issue has not been fixed yet, but we are looking at adding this support. We'll be sure to post here if a fix has been released!


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 165 replies
  • February 18, 2022

Any progress on this?

@danminneyatsaf​ Thx 🙂