Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(vl-load-com) (setq adoc (vla-get-activedocument (vlax-get-acad-object))) (vlax-for layout (vla-get-layouts adoc) (if (/= (vla-get-name layout) "Model") (progn (vla-put-ShowPlotStyles layout :vlax-true) (vla-put-StyleSheet layout "lucht.ctb") ) ) ) (princ)
This script works perfect.
But, I like to extend the functionality of the script with:
- In the model: Display plotstyles has to be off.
- In the model: Plot style table has to be none.
Is there somebody who can adjust the code for me?
Kind regards Marcel
Here is the original post, because it's a solved post I opend this one.
Solved! Go to Solution.