<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using GLOB_CONTEXT to stop object from printing in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162361#M15736</link>
    <description>Derek wrote:&lt;BR /&gt;
"We were after a solution that takes zero effort on the final user's part, hence hoping to create a 'hot line' object.&lt;BR /&gt;
Guess we'll just have to set up a hotspot grid for layouts instead. "&lt;BR /&gt;
&lt;BR /&gt;
Actually there are commands  Hotline2  or Hotarc2  which are invisible but snappable like lines and arcs. They are useful when custom snaplines are needeed.</description>
    <pubDate>Thu, 28 Jun 2012 19:03:53 GMT</pubDate>
    <dc:creator>Pertti Paasky</dc:creator>
    <dc:date>2012-06-28T19:03:53Z</dc:date>
    <item>
      <title>Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162349#M15724</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
   we'd like to make a 2D object that displays on screen, but won't print - similar to Hotspots or Section lines.&lt;BR /&gt;
&lt;BR /&gt;
Can this be achieved using GLOB_CONTEXT? I can't see a code for 'print' at all.&lt;BR /&gt;
&lt;BR /&gt;
Or is there another option?&lt;BR /&gt;
&lt;BR /&gt;
Any help appreicated!&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Derek&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jun 2012 15:44:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162349#M15724</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2012-06-21T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162350#M15725</link>
      <description>I don't know the GDL solution, but you can have a "working layer combination" which has a layer that shows this object and a similar "print layer combination" that doesn't include it.</description>
      <pubDate>Thu, 21 Jun 2012 17:22:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162350#M15725</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-06-21T17:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162351#M15726</link>
      <description>Hmm, it's an idea, but not ideal. We'd like to use the potential object to help with designing layouts, so it's something that'd need to sit on a layout master template. And we don't really want to have to get into turning layers on and off within the masters.&lt;BR /&gt;
&lt;BR /&gt;
A code solution would be preferable - any thoughts? Anyone known what the GLOB_CONTEXT = 8 (Layout) refers to?</description>
      <pubDate>Fri, 22 Jun 2012 09:21:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162351#M15726</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2012-06-22T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162352#M15727</link>
      <description>GLOB_CONTEXT = 8 could be used to stop an object's script from running - hence making it invisible.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
if GLOB_CONTEXT = 8 then&lt;BR /&gt;
END&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
But this would stop you even seeing the object let alone not letting it print.&lt;BR /&gt;
This will only activate if the object is place in a layout directly - so you could place it in the plan and you would see it there.&lt;BR /&gt;
But if placed in the plan you would still see it in the layout because it is only a view of the plan in the layout. Because the object was not placed in the layout it wouldn't disappear.&lt;BR /&gt;
I'm not sure if I explained that so well.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I was thinking you could try making the object with white pens (these won't print) but the layout pages are white and this won't help.&lt;BR /&gt;
There is nothing that you can do about this and the pen visibility option in the work environment has no effect in the layout book.&lt;BR /&gt;
&lt;BR /&gt;
You could add an on/off switch to your object so that you could turn it off when not needed but then if it is in the Master layout you would have to open that to turn it off.&lt;BR /&gt;
&lt;BR /&gt;
The best option I think is a new layer combination so you can turn it on when needed as Erika suggested.&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 22 Jun 2012 09:47:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162352#M15727</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2012-06-22T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162353#M15728</link>
      <description>isn't this situation something that Trace was meant for? i was also trying to think of a way to do this with gdl but couldn't figure out anything until Trace came to my mind as you can trace anything, as well another master.</description>
      <pubDate>Sat, 23 Jun 2012 15:08:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162353#M15728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-23T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162354#M15729</link>
      <description>Can You just give the object a scale when it is visible? For exaple 2d script:&lt;BR /&gt;
if a_&amp;lt;50 then end&lt;BR /&gt;
It means that when 2d scale&amp;gt;1/50 then the object is invisible. 3d behaves the same way if needed. No Layers. You can also put the object in some other drawing or floor and trace it in Your drawing.</description>
      <pubDate>Sat, 23 Jun 2012 15:51:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162354#M15729</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2012-06-23T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162355#M15730</link>
      <description>&lt;BLOCKQUOTE&gt;sinatropus wrote:&lt;BR /&gt;isn't this situation something that Trace was meant for? i was also trying to think of a way to do this with gdl but couldn't figure out anything until Trace came to my mind as you can trace anything, as well another master.&lt;/BLOCKQUOTE&gt;

Agree, another solution is to have the object in a worksheet or detail window that can be shown as trace reference.</description>
      <pubDate>Sat, 23 Jun 2012 16:30:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162355#M15730</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-06-23T16:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162356#M15731</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
...I was thinking you could try making the object with white pens (these won't print) but the layout pages are white and this won't help.....&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;
ooppss re-read post, ignore the following&lt;BR /&gt;
Actually if you only want to see this object in the saved views, this might work if you keep your screen an off white. &lt;BR /&gt;
&lt;BR /&gt;
I keep mine off white so I can see my white-out fills and it's a bit easier on my eyes.&lt;BR /&gt;
And just did a test with a white pen and it was quite readable.&lt;BR /&gt;
lec</description>
      <pubDate>Mon, 25 Jun 2012 04:37:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162356#M15731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-25T04:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162357#M15732</link>
      <description>Cheers chaps,&lt;BR /&gt;
   all helpful ideas.&lt;BR /&gt;
&lt;BR /&gt;
Thing is, I need to be quite realistic about how people would actually use these, and in a lot of cases the other staff just wouldn't bother, and would line stuff up by eye instead. Changing screen colours etc would cause more fuss than solutions!&lt;BR /&gt;
&lt;BR /&gt;
We were after a solution that takes zero effort on the final user's part, hence hoping to create a 'hot line' object.&lt;BR /&gt;
&lt;BR /&gt;
Guess we'll just have to set up a hotspot grid for layouts instead.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the ideas.&lt;BR /&gt;
&lt;BR /&gt;
Derek</description>
      <pubDate>Mon, 25 Jun 2012 08:36:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162357#M15732</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2012-06-25T08:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162358#M15733</link>
      <description>Not quite sure the trace system is the best solution, as it will prevent the trace to be used for it's real use (have another view superimposed). ut not better ideas from me. &lt;BR /&gt;
 &lt;BR /&gt;
I think there is some space for a wish: "static" guide-lines (that only go away with an explicit command) *and* a GUIDELINE2 command in GDL.</description>
      <pubDate>Mon, 25 Jun 2012 10:11:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162358#M15733</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2012-06-25T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162359#M15734</link>
      <description>Derek,&lt;BR /&gt;
Enforcing office standards can be tough. A clarification of what I was suggesting is a layer COMBINATION, not turning on/off a single layer. With Quicklayers open as part of one's WE, changing layer combinations is very quick and easy to fit in the work flow.&lt;BR /&gt;
&lt;BR /&gt;
Now that we know more about what you are trying to achieve &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/E&gt;...include in your office template sample layouts that can be used to as trace reference to line up drawings.</description>
      <pubDate>Mon, 25 Jun 2012 14:13:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162359#M15734</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-06-25T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162360#M15735</link>
      <description>Hello, &lt;BR /&gt;
 &lt;BR /&gt;
A few more thoughts; &lt;BR /&gt;
 &lt;BR /&gt;
If you trace the guidelines with white pens to the master layout and not choose the master elements to be shown with their original colors, then  &lt;BR /&gt;
the guidelines are visible on layouts but do not print. &lt;BR /&gt;
 &lt;BR /&gt;
If you want to tweak gdl - request the RGB of the guideline object pen in  &lt;BR /&gt;
the beginning of the 2D code. If red, green and blue are not 1 then end. &lt;BR /&gt;
 &lt;BR /&gt;
In addition using a MVO libraryglobal could be useful, then guideline object  &lt;BR /&gt;
visibility was adjustable per view. &lt;BR /&gt;
 &lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Tue, 26 Jun 2012 00:01:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162360#M15735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T00:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using GLOB_CONTEXT to stop object from printing</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162361#M15736</link>
      <description>Derek wrote:&lt;BR /&gt;
"We were after a solution that takes zero effort on the final user's part, hence hoping to create a 'hot line' object.&lt;BR /&gt;
Guess we'll just have to set up a hotspot grid for layouts instead. "&lt;BR /&gt;
&lt;BR /&gt;
Actually there are commands  Hotline2  or Hotarc2  which are invisible but snappable like lines and arcs. They are useful when custom snaplines are needeed.</description>
      <pubDate>Thu, 28 Jun 2012 19:03:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Using-GLOB-CONTEXT-to-stop-object-from-printing/m-p/162361#M15736</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2012-06-28T19:03:53Z</dc:date>
    </item>
  </channel>
</rss>

