<?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: AC11:  IE Marker in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74406#M30875</link>
    <description>You mean reference a Marker to an already created viewpoint or view or placed drawing?&lt;BR /&gt;
I think if you place the Marker as a Linked Marker then you can choose which viewpoint/view/drawing to link it to.&lt;BR /&gt;
I believe that you can link a Section Marker only to Section viewpoints, etc.</description>
    <pubDate>Tue, 30 Oct 2007 11:22:45 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2007-10-30T11:22:45Z</dc:date>
    <item>
      <title>AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74374#M30843</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'd just like to verify something before I embark on another GDL adventure...&lt;BR /&gt;
&lt;BR /&gt;
It doesn't look like the Marker I want (see attached) is possible with the provided IE Markers in AC11 -- true?  Typically, we will want to have one common Marker for each IE group, the Drawing ID being inherited from "The first placed drawing of the viewpoint" (all elevations of a room treated as a single drawing).&lt;BR /&gt;
&lt;BR /&gt;
With the "One common Marker..." selected, the choices are limited to "Outer Text" and "Inner Text"; only with "Individually..." selected do you have the choice of "First Row Text" and "Second Row Text" (I do realize these are two different Marker objects).  Am I missing a setting somewhere, or am I going to have to create my own Marker???&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/14099iB25C8E5E3FD9C9C5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IE Marker.jpg" title="IE Marker.jpg" /&gt;</description>
      <pubDate>Wed, 13 Jun 2007 16:42:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74374#M30843</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-13T16:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74375#M30844</link>
      <description>I think you are in for some GDL editing. I will be working on some of these myself next week so I may be able to help you out a bit. The firms I work with reference the IEs by room number rather than drawing number but it should be adaptable to using the drawing number of the "first" elevation in the group. It may require a dynamic hotspot to tell the marker which elevation is "first". There may be other tricks but I can't think about it until next week. (I'm making stairs right now.)</description>
      <pubDate>Wed, 13 Jun 2007 16:51:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74375#M30844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-13T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74376#M30845</link>
      <description>I had the same problem. I ended up writing my markers almost from scratch. (all 3 of them, one for "single", one for "individual", and one for the elevation tool to link similar rooms to the same IE since GS decided we don't need to do that) &lt;BR /&gt;
&lt;BR /&gt;
I used one of the AC variables to figure out which one was IE #1 in the set of elevations then labeled that A (#2 was B, #3 was C, and so on).: These are a few snippets:
&lt;PRE&gt;	TextArray[1] = AC_MarkerText_3	! Top
	TextArray[2] = AC_MarkerText_5	! Right
	TextArray[3] = AC_MarkerText_7	! Bottom
	TextArray[4] = AC_MarkerText_9	! Left&lt;/PRE&gt;
It's an array because I have a FOR/NEXT loop that places each of the 4 arrows with the text, and the counter is used in the array index.&lt;BR /&gt;
&lt;BR /&gt;
The real magic:
&lt;PRE&gt;	sInnerText1 = "&amp;lt;MARKERDRAWINGNUMBER_R&amp;gt;" + AC_DrawingGUID_1
	sInnerText2 =  "&amp;lt;MARKERSHEETNUMBER_R&amp;gt;" + AC_DrawingGUID_1&lt;/PRE&gt;

The real pain is that the IE can have its number and names set on the fly, so you almost have to enforce serious standards in which fields are used in the IE tool. The parameters are slightly different depending on which one you use.</description>
      <pubDate>Wed, 13 Jun 2007 17:03:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74376#M30845</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-06-13T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74377#M30846</link>
      <description>Thanks, guys.  I'll give it a go and see how far I can get -- LJY.</description>
      <pubDate>Wed, 13 Jun 2007 17:12:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74377#M30846</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-13T17:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74378#M30847</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I ended up writing my markers almost from scratch.&lt;/BLOCKQUOTE&gt;

I find it is always easier to write markers from scratch. The ones the come in the library are so complicated (and uncommented) that they are a real pain to edit. I find that a custom symbol or marker that does &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;just&lt;E&gt;&lt;/E&gt; what I want it to takes only a few dozen lines of code, compared to a few hundred for the all purpose GS parts. This also makes for MUCH easier maintenance in the future. &lt;BR /&gt;
&lt;BR /&gt;
Remember to comment your code well!!! What seems obvious as you write it will become mysterious when you reopen it a year from now.</description>
      <pubDate>Wed, 13 Jun 2007 17:56:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74378#M30847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-13T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74379#M30848</link>
      <description>Another issue, still with the IE Markers as provided with AC11:&lt;BR /&gt;
&lt;BR /&gt;
When grouping less than 4 (or more than 4) elevations with a single marker, the arrows from the marker head disappear!&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/14410i0245A180E6B37A5E/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Another Issue.jpg" title="Another Issue.jpg" /&gt;</description>
      <pubDate>Wed, 13 Jun 2007 22:52:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74379#M30848</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-13T22:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74380#M30849</link>
      <description>Yeah, I noticed that. According to Tech Support, they could not find a good way to make a single marker with off-orthogonal views.</description>
      <pubDate>Wed, 13 Jun 2007 23:04:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74380#M30849</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-06-13T23:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74381#M30850</link>
      <description>More Observations (still with the IE Markers as provided with AC11 -- I managed to create my own Marker object (fairly easily) by customizing this one `Interior Elevation 1 11`-- and still regarding the "One Common Marker..." option):&lt;BR /&gt;
&lt;BR /&gt;
The "Inner Text" will display as either one entity or two entities ("First Row" and "Second Row"), depending on what (and how many) text parameters are turned on.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13492iDEB4D5F37ABFDFA6/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IE 1.jpg" title="IE 1.jpg" /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:35:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74381#M30850</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-14T19:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74382#M30851</link>
      <description>Note that if you have all 3 text parameters turned on, the first 2 are combined on the "First Row":&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/19927i5A61A7765F39CB1B/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IE 2.jpg" title="IE 2.jpg" /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:38:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74382#M30851</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-14T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74383#M30852</link>
      <description>The last 3 AutoText options do not seem to affect the "Inner Text" settings -- they only affect "Individually..." placed Markers and the individual Viewpoint names within the Project Map.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/9343iFC284BE52DBCCE51/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IE 3.jpg" title="IE 3.jpg" /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:42:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74383#M30852</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-14T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74384#M30853</link>
      <description>When modifying the Marker for my needs, I basically replaced the "First Row" of "Inner Text" as Tom suggested (plus I got rid of a bunch of stuff I didn't need and customized the Interface Script (see attached):&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;The real magic:
&lt;PRE&gt;	sInnerText1 = "&amp;lt;MARKERDRAWINGNUMBER_R&amp;gt;" + AC_DrawingGUID_1
	sInnerText2 =  "&amp;lt;MARKERSHEETNUMBER_R&amp;gt;" + AC_DrawingGUID_1&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;

The Marker &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;seems&lt;E&gt;&lt;/E&gt; to reference the North or "Top" placed drawing first, followed by the East or "Right" if the North is missing, followed by the South if both North and East are missing, etc.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11663i4F2FC01A11EB337F/image-size/large?v=v2&amp;amp;px=999" border="0" alt="IE 4.jpg" title="IE 4.jpg" /&gt;</description>
      <pubDate>Thu, 14 Jun 2007 19:55:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74384#M30853</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2007-06-14T19:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74385#M30854</link>
      <description>In case you want an interior elevation marker that tells you what all those AC_DrawingText variables are:</description>
      <pubDate>Thu, 14 Jun 2007 20:13:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74385#M30854</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-06-14T20:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74386#M30855</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Yeah, I noticed that. According to Tech Support, they could not find a good way to make a single marker with off-orthogonal views.&lt;/BLOCKQUOTE&gt;

But that doesn't explain why it doesn't work with 2 or 3 orthogonal views. Seem like a bug to me.</description>
      <pubDate>Mon, 25 Jun 2007 19:44:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74386#M30855</guid>
      <dc:creator>kevin b</dc:creator>
      <dc:date>2007-06-25T19:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74387#M30856</link>
      <description>&lt;BLOCKQUOTE&gt;kevin wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Yeah, I noticed that. According to Tech Support, they could not find a good way to make a single marker with off-orthogonal views.&lt;/BLOCKQUOTE&gt;

But that doesn't explain why it doesn't work with 2 or 3 orthogonal views. Seem like a bug to me.&lt;/BLOCKQUOTE&gt;

I thought so too, but GS claimed it was "by design"</description>
      <pubDate>Mon, 25 Jun 2007 20:17:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74387#M30856</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-06-25T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74388#M30857</link>
      <description>Doesn't make sense, especially given that it looks like you can put in the rectangle, get all four views and 4 points on the marker and then select the individual line (or lines) for the views you don't need and delete them. The symbol then remains with only the remaining 2 or 3 views you want. IF the marker works with less than four, why can't it work just defining 2 or 3 to begin with instead of having to go back and delete. That smells like a bug to me. &lt;BR /&gt;
&lt;BR /&gt;
I'll buy the couldn't figure out what to do for non-orthogonal views and/or more than 4, but if there's a workaround like I described, that's a bug in my book.</description>
      <pubDate>Mon, 25 Jun 2007 20:28:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74388#M30857</guid>
      <dc:creator>kevin b</dc:creator>
      <dc:date>2007-06-25T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74389#M30858</link>
      <description>&lt;BLOCKQUOTE&gt;kevin wrote:&lt;BR /&gt;Doesn't make sense, especially given that it looks like you can put in the rectangle, get all four views and 4 points on the marker and then select the individual line (or lines) for the views you don't need and delete them. The symbol then remains with only the remaining 2 or 3 views you want. IF the marker works with less than four, why can't it work just defining 2 or 3 to begin with instead of having to go back and delete. That smells like a bug to me. &lt;BR /&gt;
&lt;BR /&gt;
I'll buy the couldn't figure out what to do for non-orthogonal views and/or more than 4, but if there's a workaround like I described, that's a bug in my book.&lt;/BLOCKQUOTE&gt;

Yeah, they thought counting to two involves the numbers 3 and 4 once in a while..&lt;BR /&gt;
&lt;BR /&gt;
I also like the "Browse" button that cannot be activated.</description>
      <pubDate>Mon, 25 Jun 2007 20:46:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74389#M30858</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-06-25T20:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74390#M30859</link>
      <description>&lt;BLOCKQUOTE&gt;kevin wrote:&lt;BR /&gt;Doesn't make sense, especially given that it looks like you can put in the rectangle, get all four views and 4 points on the marker and then select the individual line (or lines) for the views you don't need and delete them. The symbol then remains with only the remaining 2 or 3 views you want. IF the marker works with less than four, why can't it work just defining 2 or 3 to begin with instead of having to go back and delete. That smells like a bug to me.&lt;/BLOCKQUOTE&gt;Does it work?  When I delete &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;2&lt;E&gt;&lt;/E&gt; views.... the IE Marker's inner text no longer shows the referenced layout number.  Is this a bug... or do I need to adjust a setting??&lt;BR /&gt;
The 2 views &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;are&lt;E&gt;&lt;/E&gt; on a layout sheet.</description>
      <pubDate>Tue, 07 Aug 2007 23:02:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74390#M30859</guid>
      <dc:creator>Stress Co_</dc:creator>
      <dc:date>2007-08-07T23:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74391#M30860</link>
      <description>&lt;BLOCKQUOTE&gt;Stress wrote:&lt;BR /&gt;Does it work?  When I delete &lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;2&lt;E&gt;&lt;/E&gt; views.... the IE Marker's inner text no longer shows the referenced layout number.  Is this a bug... or do I need to adjust a setting??&lt;/BLOCKQUOTE&gt;

My experience is that when the top, always the top, view is turned off, the layID fails to resolve. I let them know. IEs are still very buggy IMO.&lt;BR /&gt;
&lt;BR /&gt;
My workaround is to use multiple single-sided IEs with the markers stacked. Real convenient. I believe this is similar to the Tom Waltz pre-11 method.</description>
      <pubDate>Wed, 08 Aug 2007 14:21:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74391#M30860</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2007-08-08T14:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74392#M30861</link>
      <description>Thanks James.&lt;BR /&gt;
I had not noticed, but your exactly right. &lt;BR /&gt;
It only changes when the top view is deleted.  &lt;BR /&gt;
I switched to manually indicating the sheet #'s, but will try your (&amp;amp; Tom's?) workaround.</description>
      <pubDate>Wed, 08 Aug 2007 16:13:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74392#M30861</guid>
      <dc:creator>Stress Co_</dc:creator>
      <dc:date>2007-08-08T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: AC11:  IE Marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74393#M30862</link>
      <description>Not fixed in 1086.&lt;BR /&gt;
&lt;BR /&gt;
You'd think a new tool that failed utterly in a plurality of cases would get more urgent attention.&lt;BR /&gt;
&lt;BR /&gt;
Remind me, why should I upend my workflow every twelve months?&lt;BR /&gt;
&lt;BR /&gt;
@#$%</description>
      <pubDate>Fri, 21 Sep 2007 10:04:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC11-IE-Marker/m-p/74393#M30862</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2007-09-21T10:04:02Z</dc:date>
    </item>
  </channel>
</rss>

