Show Layers without Fill in batch mode

edited March 2014 in Ruby Scripting
Hi,

I am trying to create a image file from a GDS without fill but I cannot find how to trigger 'Show Layers without Fill'-like effect in batch mode. I'd appreciate if you help me to solve this issue.

Thanks

Comments

  • edited March 2014

    Hi,

    by "batch mode" you mean a script?

    This does the trick:

    RBA::LayoutView::current.set_config("no-stipple", "true")
    

    Matthias

  • edited November -1
    I called set_config("no-stipple", "true") from a LayoutView created from RBA::Application::instance.main_window.create_view and it works!

    Thank you so much.
Sign In or Register to comment.