<?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: Mouse moving line in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635625#M9893</link>
    <description>&lt;P&gt;Thank you for answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solve this problem!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 06:36:56 GMT</pubDate>
    <dc:creator>YONGWOO KIM</dc:creator>
    <dc:date>2024-10-14T06:36:56Z</dc:date>
    <item>
      <title>Mouse moving line</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635621#M9891</link>
      <description>&lt;P&gt;I want to draw moving line after click one point like measurement tool (shortcut 'm').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get click point using 'APIIo_GetPointID'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, I want to show preview line when they drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;API_GetPointType pointInfo1, pointInfo2;
BNZeroMemory(&amp;amp;pointInfo1, sizeof(API_GetPointType));
BNZeroMemory(&amp;amp;pointInfo2, sizeof(API_GetPointType));
GSErrCode err = ACAPI_Interface(APIIo_GetPointID, &amp;amp;pointInfo1, nullptr);
err = ACAPI_Interface(APIIo_GetPointID, &amp;amp;pointInfo2, nullptr);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is code to get two point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I show preview line after click one point.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 05:17:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635621#M9891</guid>
      <dc:creator>YONGWOO KIM</dc:creator>
      <dc:date>2024-10-14T05:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse moving line</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635623#M9892</link>
      <description>&lt;P&gt;Look into rubber lines&amp;nbsp;ACAPI_Interface (APIIo_DrawRubberLineID)&lt;/P&gt;&lt;P&gt;There are sample codes on Interface_Functions example&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 06:13:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635623#M9892</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2024-10-14T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse moving line</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635625#M9893</link>
      <description>&lt;P&gt;Thank you for answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solve this problem!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 06:36:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Mouse-moving-line/m-p/635625#M9893</guid>
      <dc:creator>YONGWOO KIM</dc:creator>
      <dc:date>2024-10-14T06:36:56Z</dc:date>
    </item>
  </channel>
</rss>

