<?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: change line type on door marker (centerline) extension l in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294783#M9343</link>
    <description>mntwt:&lt;BR /&gt;
&lt;BR /&gt;
There should be no difference whether the library parts are in the Embedded Library or a Linked Library for reading macros, in some cases the Libraries may need to be reloaded after modifications for the newer versions to be read.&lt;BR /&gt;
&lt;BR /&gt;
A few possibilities:&lt;BR /&gt;
1. Need to reload libraries&lt;BR /&gt;
2. When creating a new part form an existing one, need to use the &lt;FONT color="blue"&gt;Save As...&lt;/FONT&gt; command rather than copying the file in the Finder. Save As... gives the new part its own unique &lt;FONT color="blue"&gt;GUID&lt;/FONT&gt;, which ArchiCAD uses (rather than the name) to distinguish parts from one another. Copying the file in the Finder creates a second part with the same GUID, so ArchiCAD cannot tell them apart.&lt;BR /&gt;
3. If you have loaded the ArchiCAD Library, then the original parts will be loaded (they are part of the .lcf file) along with your new parts, so there needs to be unique GUIDs for all the parts. Your nee parts should be stored outside the ArchiCAD Library, so they don't get deleted if the ArchiCAD Library is updated.&lt;BR /&gt;
&lt;BR /&gt;
If these suggestions don't work, try posting your new parts here (put them in a zip file) and we can try to replicate the issue.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Tue, 02 Feb 2016 13:44:14 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2016-02-02T13:44:14Z</dc:date>
    <item>
      <title>change line type on door marker (centerline) extension line?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294776#M9336</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hello!&lt;BR /&gt;
would anyone happen to know which variable (in GDL) controls the line type/style for the optional extension line (centerline with door marker at end) in D Marker 18?&lt;BR /&gt;
i would like to automatically include centerlines when placing doors, and would like the centerline to be dashed (rather than the default solid), hence wanting to find and change the line type in GDL.&lt;BR /&gt;
(i don't know enough of scripting to manually create a centerline with the door, which is why i'm hoping to use the extension line instead.)&lt;BR /&gt;
any help would be greatly appreciated! thanks so much!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:48:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294776#M9336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294777#M9337</link>
      <description>mntwt:&lt;BR /&gt;
&lt;BR /&gt;
I took a quick look at the &lt;FONT color="blue"&gt;D Marker 19&lt;/FONT&gt;, which should be similar to the 18 version. First, in the Master Script it calls a macro, &lt;FONT color="blue"&gt;gs_DW_Marker&lt;/FONT&gt;, which contains all the code. In the 2D Script of this macro there are separate parts of the code for each marker shape that includes the extension line code, so the extension line is coded multiple times. This starts at Line 216 (! Show ID). You would need to add a new variable to both the Marker and the Macro for the Line Type, or hard code a different Line Type (&lt;FONT color="blue"&gt;Set Line_Type&lt;/FONT&gt;). You should first &lt;FONT color="blue"&gt;Save As...&lt;/FONT&gt; both the Marker and Macro so you are working on separate unique parts (with new names for clarity) so your work is separated from the ArchiCAD Library.&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, 05 Sep 2015 12:15:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294777#M9337</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2015-09-05T12:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294778#M9338</link>
      <description>d.maudlin:&lt;BR /&gt;
thanks so much for your reply! i'm sure you've entirely answered what i was looking for, except (sorry to ask another question), i'm not sure where to locate the D Marker 18/19 in the GDL object editor. &lt;BR /&gt;
(i was looking in the list of parameters for the door object, for gs_DW_Marker as a variable but couldn't find it...i think i'm looking in the wrong place)&lt;BR /&gt;
i would greatly appreciate it if you would please tell me how/where to find the D Marker 18/19 and/or gs_DW_Marker script in the GDL editor. please? &lt;BR /&gt;
thank you very much!</description>
      <pubDate>Sat, 05 Sep 2015 14:02:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294778#M9338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-05T14:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294779#M9339</link>
      <description>mntwt:&lt;BR /&gt;
&lt;BR /&gt;
Use the &lt;FONT color="blue"&gt;Open Object by Subtype...&lt;/FONT&gt; command, then work your way through the hierarchy to find the door marker (you may need to add this command to your Work Environment). In the Master Script of the &lt;FONT color="blue"&gt;D Marker 18&lt;/FONT&gt; you can simply select the name of the macro and use the &lt;FONT color="blue"&gt;Open Object...&lt;/FONT&gt; command to open the macro.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for adding the signature.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sun, 06 Sep 2015 12:36:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294779#M9339</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2015-09-06T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294780#M9340</link>
      <description>David,&lt;BR /&gt;
It worked! (And I learned a lot in the process too.)&lt;BR /&gt;
Thank you so much for all your help (and patience)! I really appreciate it!</description>
      <pubDate>Mon, 07 Sep 2015 22:31:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294780#M9340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-07T22:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294781#M9341</link>
      <description>mntwt:&lt;BR /&gt;
&lt;BR /&gt;
Glad that you were able to get it to work, thanks for posting back. Going through these types of problems are a good way to learn GDL.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 08 Sep 2015 12:24:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294781#M9341</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2015-09-08T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294782#M9342</link>
      <description>hi!&lt;BR /&gt;
sorry yet another question a few months later...&lt;BR /&gt;
i've managed to modify the 'gs_DW_Marker' to dash the centerline, and saved it to our external office ArchiCAD object library (so it will be available in all our files/projects(?) rather than embedding it in only one file).&lt;BR /&gt;
&lt;BR /&gt;
now i'm trying to modify the 'D Marker 18' to link to the modified 'gs_DW_Marker_02' (let's call it).&lt;BR /&gt;
i know i just need to change the name in the master script to 'gs_DW_Marker_02', but when i do that, i get an error message saying it cannot locate the file.&lt;BR /&gt;
(which is true since it's probably only looking in the embedded library).&lt;BR /&gt;
&lt;BR /&gt;
how can i tell the master script to locate the new marker file in the external object library? (so i can have both the 'gs_DW_Marker_02' and 'D Marker 18_02' saved as objects in an external library instead of embedded one)&lt;BR /&gt;
&lt;BR /&gt;
help would be much appreciated! thank you!</description>
      <pubDate>Tue, 02 Feb 2016 03:12:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294782#M9342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T03:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294783#M9343</link>
      <description>mntwt:&lt;BR /&gt;
&lt;BR /&gt;
There should be no difference whether the library parts are in the Embedded Library or a Linked Library for reading macros, in some cases the Libraries may need to be reloaded after modifications for the newer versions to be read.&lt;BR /&gt;
&lt;BR /&gt;
A few possibilities:&lt;BR /&gt;
1. Need to reload libraries&lt;BR /&gt;
2. When creating a new part form an existing one, need to use the &lt;FONT color="blue"&gt;Save As...&lt;/FONT&gt; command rather than copying the file in the Finder. Save As... gives the new part its own unique &lt;FONT color="blue"&gt;GUID&lt;/FONT&gt;, which ArchiCAD uses (rather than the name) to distinguish parts from one another. Copying the file in the Finder creates a second part with the same GUID, so ArchiCAD cannot tell them apart.&lt;BR /&gt;
3. If you have loaded the ArchiCAD Library, then the original parts will be loaded (they are part of the .lcf file) along with your new parts, so there needs to be unique GUIDs for all the parts. Your nee parts should be stored outside the ArchiCAD Library, so they don't get deleted if the ArchiCAD Library is updated.&lt;BR /&gt;
&lt;BR /&gt;
If these suggestions don't work, try posting your new parts here (put them in a zip file) and we can try to replicate the issue.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 02 Feb 2016 13:44:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294783#M9343</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2016-02-02T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: change line type on door marker (centerline) extension l</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294784#M9344</link>
      <description>thanks again for the super prompt reply!&lt;BR /&gt;
turns out your first option was correct--it worked after i closed the program and reopened it the next day.&lt;BR /&gt;
again thank you so much!</description>
      <pubDate>Thu, 04 Feb 2016 15:20:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/change-line-type-on-door-marker-centerline-extension-line/m-p/294784#M9344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T15:20:12Z</dc:date>
    </item>
  </channel>
</rss>

