<?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: View ID reference in Title Type in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193836#M20071</link>
    <description>&lt;BLOCKQUOTE&gt;abraxis wrote:&lt;BR /&gt;The View ID can come in as part of the drawing name. Is there a way to bring in the drawing name (By View: ID and Name) and delete the name leaving only the numbers as a workaround? The view id is always the first 6 digits e.g. 08-006 (category-number). Of course I would have to modify the name to omit the first 6 digits for the drawing title.&lt;BR /&gt;
Not elegant, but I'm about to have the draftsmen enter that code 250 times to get this result, and on every job forward.&lt;/BLOCKQUOTE&gt;

Abe:&lt;BR /&gt;
&lt;BR /&gt;
I think this could work using the &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; command. An example that worked for me is:
&lt;PRE&gt;view_no = STRSUB (AC_DrawingName, 1, 6)
view_name = STRSUB (AC_DrawingName, 7, 20)
Text2 0, 0, view_no
Text2 .05, 0, view_name&lt;/PRE&gt;

The first &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; pulls out the View ID, this is simpler if the ID is always the same number of characters. The second &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; pulls out the View Name, I set the length to 20 characters, but yours may need to be longer depending on the longest name. You will need to revise parts of your Title to use this, but that should not be too hard. The Drawing Name needs to be set to "By View: ID + Name".&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Mon, 23 Aug 2010 11:48:38 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2010-08-23T11:48:38Z</dc:date>
    <item>
      <title>View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193831#M20066</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to Display the View ID in a title as shown in the image?&lt;BR /&gt;
&lt;BR /&gt;
I have the project number in as autotext in the drawing description field, but the Drawing ID seems to be tied to the Layout or the View.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;BR /&gt;
Abe&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/71351i0A284F233101E0E7/image-size/large?v=v2&amp;amp;px=999" border="0" alt="DESIRED TITLE.png" title="DESIRED TITLE.png" /&gt;</description>
      <pubDate>Fri, 20 Aug 2010 23:56:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193831#M20066</guid>
      <dc:creator>abraxis spera</dc:creator>
      <dc:date>2010-08-20T23:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193832#M20067</link>
      <description>Abe:&lt;BR /&gt;
&lt;BR /&gt;
Not sure exactly what you are looking for or how you arrived at the title in your screen shot, but looking at the NSC Drawing Title 2 14, the parameter &lt;FONT color="blue"&gt;AC_DrawingNumber&lt;/FONT&gt; passes along the ID assigned to the View.&lt;BR /&gt;
&lt;BR /&gt;
You should add a Signature to your Profile (click the Profile button near the top of this page) with your ArchiCAD version and operating system (see mine for an example) for more accurate help in this forum.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 21 Aug 2010 17:09:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193832#M20067</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-08-21T17:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193833#M20068</link>
      <description>I got that far, but AC_DrawingNumber seems to be attached to the settings in the image below. I can get the number from the view ID or the layout but not both. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
I created the title shown with the NCS Drawing Title 14. I chose "Drawing Description" in the Additional Data field and added the View ID manually and the project number as autotext.&lt;BR /&gt;
&lt;BR /&gt;
An explanation:&lt;BR /&gt;
The firm I am working with uses this information to locate detail drawings from printed sets. They paste-up detail sheets for the draftsmen and this reference is used to tell them where to find the specific detail.&lt;BR /&gt;
&lt;BR /&gt;
They previously entered this manually on the title in autocad. I am trying to automate the process using the view id for consistency in the Archicad project file.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply and the signature tip.&lt;BR /&gt;
&lt;BR /&gt;
Abe&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/37376i242A2821A0E3E771/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Drawing ID settings.png" title="Drawing ID settings.png" /&gt;</description>
      <pubDate>Sat, 21 Aug 2010 21:00:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193833#M20068</guid>
      <dc:creator>abraxis spera</dc:creator>
      <dc:date>2010-08-21T21:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193834#M20069</link>
      <description>Abe:&lt;BR /&gt;
&lt;BR /&gt;
Now I understand the issue, and I don't see a solution, the &lt;FONT color="blue"&gt;AC_DrawingNumber&lt;/FONT&gt; gives either the view ID or the layout depending on the Drawing Selection settings but not both, and I don't see how to get this information some other way. I also tried the older &lt;FONT color="blue"&gt;&amp;lt;DRAWINGID&amp;gt;&lt;/FONT&gt; with the same result.&lt;BR /&gt;
&lt;BR /&gt;
Sorry I don't have an answer.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sun, 22 Aug 2010 11:40:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193834#M20069</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-08-22T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193835#M20070</link>
      <description>The View ID can come in as part of the drawing name. Is there a way to bring in the drawing name (By View: ID and Name) and delete the name leaving only the numbers as a workaround? The view id is always the first 6 digits e.g. 08-006 (category-number). Of course I would have to modify the name to omit the first 6 digits for the drawing title.&lt;BR /&gt;
Not elegant, but I'm about to have the draftsmen enter that code 250 times to get this result, and on every job forward.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to find the cel id separate from the Drawing ID setting? Perhaps I could just overwrite that number in the title object?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for indulging me.&lt;BR /&gt;
&lt;BR /&gt;
Abe</description>
      <pubDate>Sun, 22 Aug 2010 20:11:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193835#M20070</guid>
      <dc:creator>abraxis spera</dc:creator>
      <dc:date>2010-08-22T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: View ID reference in Title Type</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193836#M20071</link>
      <description>&lt;BLOCKQUOTE&gt;abraxis wrote:&lt;BR /&gt;The View ID can come in as part of the drawing name. Is there a way to bring in the drawing name (By View: ID and Name) and delete the name leaving only the numbers as a workaround? The view id is always the first 6 digits e.g. 08-006 (category-number). Of course I would have to modify the name to omit the first 6 digits for the drawing title.&lt;BR /&gt;
Not elegant, but I'm about to have the draftsmen enter that code 250 times to get this result, and on every job forward.&lt;/BLOCKQUOTE&gt;

Abe:&lt;BR /&gt;
&lt;BR /&gt;
I think this could work using the &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; command. An example that worked for me is:
&lt;PRE&gt;view_no = STRSUB (AC_DrawingName, 1, 6)
view_name = STRSUB (AC_DrawingName, 7, 20)
Text2 0, 0, view_no
Text2 .05, 0, view_name&lt;/PRE&gt;

The first &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; pulls out the View ID, this is simpler if the ID is always the same number of characters. The second &lt;FONT color="blue"&gt;STRSUB&lt;/FONT&gt; pulls out the View Name, I set the length to 20 characters, but yours may need to be longer depending on the longest name. You will need to revise parts of your Title to use this, but that should not be too hard. The Drawing Name needs to be set to "By View: ID + Name".&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Mon, 23 Aug 2010 11:48:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/View-ID-reference-in-Title-Type/m-p/193836#M20071</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2010-08-23T11:48:38Z</dc:date>
    </item>
  </channel>
</rss>

