<?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 API_RubberArcType good way in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/API-RubberArcType-good-way/m-p/657424#M10233</link>
    <description>&lt;P&gt;What is good way to draw RubberArc in 3D?&lt;/P&gt;&lt;P&gt;Becouse when i switch to 3d mode, the result is wrong. The result ignored any coordinates.&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;API_RubberArcType rubberArc = {};
rubberArc.lineThick = APIRubberLine_Simple;
rubberArc.origC = { origo.x, origo.y, 0.0 };
rubberArc.radii = false;
rubberArc.arcType = APIRubberArc_ThreePoint;
rubberArc.arc3D.endC = { edge.sec.c1.x, edge.sec.c1.y, 0.0 };
rubberArc.arc3D.begC = { edge.sec.c2.x, edge.sec.c2.y, 0.0 };
rubberArc.arc3D.sign = false;

ACAPI_UserInput_DrawRubberArc(rubberArc);&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubber.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/85284i115F534EDF5A1659/image-size/large?v=v2&amp;amp;px=999" role="button" title="rubber.png" alt="rubber.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 20:36:46 GMT</pubDate>
    <dc:creator>eptar</dc:creator>
    <dc:date>2025-03-27T20:36:46Z</dc:date>
    <item>
      <title>API_RubberArcType good way</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/API-RubberArcType-good-way/m-p/657424#M10233</link>
      <description>&lt;P&gt;What is good way to draw RubberArc in 3D?&lt;/P&gt;&lt;P&gt;Becouse when i switch to 3d mode, the result is wrong. The result ignored any coordinates.&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;API_RubberArcType rubberArc = {};
rubberArc.lineThick = APIRubberLine_Simple;
rubberArc.origC = { origo.x, origo.y, 0.0 };
rubberArc.radii = false;
rubberArc.arcType = APIRubberArc_ThreePoint;
rubberArc.arc3D.endC = { edge.sec.c1.x, edge.sec.c1.y, 0.0 };
rubberArc.arc3D.begC = { edge.sec.c2.x, edge.sec.c2.y, 0.0 };
rubberArc.arc3D.sign = false;

ACAPI_UserInput_DrawRubberArc(rubberArc);&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubber.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/85284i115F534EDF5A1659/image-size/large?v=v2&amp;amp;px=999" role="button" title="rubber.png" alt="rubber.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 20:36:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/API-RubberArcType-good-way/m-p/657424#M10233</guid>
      <dc:creator>eptar</dc:creator>
      <dc:date>2025-03-27T20:36:46Z</dc:date>
    </item>
  </channel>
</rss>

