<?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: Object ALWAYS displays solid line in Sections...Why? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178990#M18154</link>
    <description>Pete:&lt;BR /&gt;
&lt;BR /&gt;
Yes, as you discovered, the object's linetype works for 2D, not 3D (to be fair, the Symbols Lines is under the Symbol section of Parameters, not Cut Surfaces).&lt;BR /&gt;
&lt;BR /&gt;
You will need to add GDL code to get what you want, and it is not as simple as calling for a linetype in the script, the "line" needs to be scripted as a series of individual solid lines with gaps to replicate the appearance of the 2D linetypes. An example of this can be found in the &lt;FONT color="blue"&gt;da_oplines_10&lt;/FONT&gt; macro found in the AC 12 Object Library (AC 12 Library &amp;gt; MACROS 12&amp;gt; D-W Macros 12 &amp;gt; D-W Accessories 12 &amp;gt; Door Accessories 12 &amp;gt; &lt;FONT color="blue"&gt;da_oplines_10&lt;/FONT&gt;, should be a similar path for other versions of AC).&lt;BR /&gt;
&lt;BR /&gt;
What would be best is to write a macro that creates the line type you want for parametric distances, so you could set the direction then call this macro with passing along the length. Then move the origin to the next point of your object, change direction then call the macro, etc.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Sun, 20 Feb 2011 13:43:57 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2011-02-20T13:43:57Z</dc:date>
    <item>
      <title>Object ALWAYS displays solid line in Sections...Why?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178989#M18153</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I've created an object that represents my "building height control envelope". I made it from meshes and then, from the 3D window, created an object.&lt;BR /&gt;
&lt;BR /&gt;
Now that I have it added to my project, I want to set the linetype it displays in Sections to "Triple Dashed". Despite having "Enable Object's Linetypes" unchecked and the "Symbol linetype" set to "Triple Dashed", it always displays as Solid in Sections. In Plan, it displays correctly as "Triple Dashed".&lt;BR /&gt;
&lt;BR /&gt;
Am I able to make it "Triple Dashed" in Sections? Maybe even edit the GDL scripts of the object manually? (No idea how to do this, so would appreciate instructions &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; )&lt;BR /&gt;
&lt;BR /&gt;
Thanks &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:52:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178989#M18153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Object ALWAYS displays solid line in Sections...Why?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178990#M18154</link>
      <description>Pete:&lt;BR /&gt;
&lt;BR /&gt;
Yes, as you discovered, the object's linetype works for 2D, not 3D (to be fair, the Symbols Lines is under the Symbol section of Parameters, not Cut Surfaces).&lt;BR /&gt;
&lt;BR /&gt;
You will need to add GDL code to get what you want, and it is not as simple as calling for a linetype in the script, the "line" needs to be scripted as a series of individual solid lines with gaps to replicate the appearance of the 2D linetypes. An example of this can be found in the &lt;FONT color="blue"&gt;da_oplines_10&lt;/FONT&gt; macro found in the AC 12 Object Library (AC 12 Library &amp;gt; MACROS 12&amp;gt; D-W Macros 12 &amp;gt; D-W Accessories 12 &amp;gt; Door Accessories 12 &amp;gt; &lt;FONT color="blue"&gt;da_oplines_10&lt;/FONT&gt;, should be a similar path for other versions of AC).&lt;BR /&gt;
&lt;BR /&gt;
What would be best is to write a macro that creates the line type you want for parametric distances, so you could set the direction then call this macro with passing along the length. Then move the origin to the next point of your object, change direction then call the macro, etc.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sun, 20 Feb 2011 13:43:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178990#M18154</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2011-02-20T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Object ALWAYS displays solid line in Sections...Why?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178991#M18155</link>
      <description>Thanks David, for the reply &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Unfortunately, my GDL knowledge isn't good enough yet to follow along. I'm not up to GDL programming yet in my learning curve. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
However, first things first... &lt;BR /&gt;
&lt;BR /&gt;
Am I right in assuming then, from your explanation, that the sections and elevation viewpoints are derived automatically from the 3D model, unlike the plan view (which is derived from a separate 2D script belonging to each object)....? (If so, this may explain why the 2D drafting capabilities are so different between the views - sections are soooo much better to draft in sometimes than plan, when all the lines of objects are "hot" and the cursor detects them for guidelines, slicing, etc.  I've only just discovered this, and now I can use Objective, for example, for horizontal joist framing, but edit it all in section view (via its "assembly" function in its "plan" view), in order to have hot lines and not put up with the AC's painful plan view limitations of only snapping to pre-programmed hotspots when it comes to drafting &amp;amp; modeling objects within a 2D view.)&lt;BR /&gt;
&lt;BR /&gt;
So - an aside... why doesn't AC &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;&lt;B&gt;also &lt;/B&gt;&lt;E&gt;&lt;/E&gt;have a 2D plan view option that is actually a true slice of the 3D model, so we can have hotlines of objects during editing, and &lt;B&gt;multiple &lt;/B&gt;plan views without resorting to faffing around with storeys and cutting planes? Just like a section view, but horizontal! It may not be as useful for con-doc, but for modeling it would be very useful (Or am I missing something again?)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2011 07:31:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178991#M18155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-25T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Object ALWAYS displays solid line in Sections...Why?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178992#M18156</link>
      <description>Pete:&lt;BR /&gt;
&lt;BR /&gt;
For a short answer: the plan view has always been a somewhat a symbolic representation, while the sections have been more 3D based (and here I am referring to pre-CAD which determined many of the conventions for CAD). &lt;BR /&gt;
&lt;BR /&gt;
ArchiCAD does offer a true 3D cut of the plan, it is called the Floor Plan Cut Plane, and each View can have its own FPCP settings, so multiple slices are possible, but this involves more parameters and settings than the Symbolic view, and so is more complicated to manage. There may be more options for FPCP in ArchiCAD 14 than 12, so you may not have all the current bells and whistles. Objects (with their GDL scripting) may or may not acknowledge the FPCP, so that is a negative.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 25 Feb 2011 22:07:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Object-ALWAYS-displays-solid-line-in-Sections-Why/m-p/178992#M18156</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2011-02-25T22:07:01Z</dc:date>
    </item>
  </channel>
</rss>

