<?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 Edge status parameter in &amp;quot;API_EdgeID&amp;quot; in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Edge-status-parameter-in-quot-API-EdgeID-quot/m-p/332620#M1968</link>
    <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to save morph as object. but encountered a problem related to the status of edge. When I use the edge.status variable, the result is not the same as when I save as object like Archicad software. Let me know how to fix it. Sorry my english is not good.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACTool.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74464i961DBABCBA65C6FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACTool.png" alt="ACTool.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MyTool.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74465iBB0BA90DF4E6FA1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyTool.png" alt="MyTool.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudio.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74466i306ADEEC9B2A4B50/image-size/large?v=v2&amp;amp;px=999" role="button" title="VisualStudio.png" alt="VisualStudio.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 09:24:03 GMT</pubDate>
    <dc:creator>NMK195</dc:creator>
    <dc:date>2024-09-09T09:24:03Z</dc:date>
    <item>
      <title>Edge status parameter in "API_EdgeID"</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Edge-status-parameter-in-quot-API-EdgeID-quot/m-p/332620#M1968</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to save morph as object. but encountered a problem related to the status of edge. When I use the edge.status variable, the result is not the same as when I save as object like Archicad software. Let me know how to fix it. Sorry my english is not good.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACTool.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74464i961DBABCBA65C6FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACTool.png" alt="ACTool.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MyTool.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74465iBB0BA90DF4E6FA1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyTool.png" alt="MyTool.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudio.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/74466i306ADEEC9B2A4B50/image-size/large?v=v2&amp;amp;px=999" role="button" title="VisualStudio.png" alt="VisualStudio.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 09:24:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Edge-status-parameter-in-quot-API-EdgeID-quot/m-p/332620#M1968</guid>
      <dc:creator>NMK195</dc:creator>
      <dc:date>2024-09-09T09:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edge status parameter in "API_EdgeID"</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Edge-status-parameter-in-quot-API-EdgeID-quot/m-p/332824#M1969</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;It's a bit hard to help with that little information. A reduced code example might be useful for the investigation.&lt;BR /&gt;But I have two comments:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When you step through the code with a debugger, what is the value of the component.edge.status for the edge in question? (This is to rule out that the Do_ToString function has a bug).&lt;/LI&gt;&lt;LI&gt;It seems &lt;A href="https://archicadapi.graphisoft.com/documentation/3d-manager" target="_blank"&gt;https://archicadapi.graphisoft.com/documentation/3d-manager&lt;/A&gt; is obsolete and recommends to check out the ModelAccess_Test example. Maybe give it a try via that interface.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:49:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Edge-status-parameter-in-quot-API-EdgeID-quot/m-p/332824#M1969</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2022-03-21T09:49:28Z</dc:date>
    </item>
  </channel>
</rss>

