<?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 How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/612945#M9574</link>
    <description>&lt;P&gt;In Archicad25&lt;BR /&gt;The rotation of an object (column/beam) on the XY plane can be obtained using "angle", but how do you obtain "slantAnge" and "slantDirectionAngle"?&lt;/P&gt;&lt;P&gt;Also, the starting point is "pos", but how do you obtain the coordinates that correspond to "endPos" in the case of a beam?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 01:55:18 GMT</pubDate>
    <dc:creator>nishida_jp</dc:creator>
    <dc:date>2024-06-28T01:55:18Z</dc:date>
    <item>
      <title>How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/612945#M9574</link>
      <description>&lt;P&gt;In Archicad25&lt;BR /&gt;The rotation of an object (column/beam) on the XY plane can be obtained using "angle", but how do you obtain "slantAnge" and "slantDirectionAngle"?&lt;/P&gt;&lt;P&gt;Also, the starting point is "pos", but how do you obtain the coordinates that correspond to "endPos" in the case of a beam?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 01:55:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/612945#M9574</guid>
      <dc:creator>nishida_jp</dc:creator>
      <dc:date>2024-06-28T01:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/612969#M9575</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get the element properties through the element type structures as shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;element.column.slantAngle
element.column.slantDirectionAngle&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The help files installed in the following locations will help you.&lt;/P&gt;&lt;P&gt;C:\Program Files\GRAPHISOFT\API Development Kit 24.3009\Documentation\MSDN\APIDevKit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The start and end points of beams can be obtained using begC and begE properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;element.beam.begC
element.beam.begE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 05:57:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/612969#M9575</guid>
      <dc:creator>Yohei Sekiguchi</dc:creator>
      <dc:date>2024-06-28T05:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613247#M9578</link>
      <description>&lt;P&gt;Thank you．&lt;/P&gt;&lt;P&gt;But I need&amp;nbsp;&lt;SPAN&gt;DlantAngle／SlantDirectionAngle And endPos from Element of Object.&lt;BR /&gt;I know column/beam.&lt;BR /&gt;Element(API_ObjectID) have [pos] and [angle] and memo.param[A],[B],[ZZYZX] and&amp;nbsp;quantity.volume.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 23:50:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613247#M9578</guid>
      <dc:creator>nishida_jp</dc:creator>
      <dc:date>2024-06-30T23:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613524#M9587</link>
      <description>&lt;P&gt;No such properties exist for Object type element in Archicad.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 00:06:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613524#M9587</guid>
      <dc:creator>Yohei Sekiguchi</dc:creator>
      <dc:date>2024-07-02T00:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get DlantAngle／SlantDirectionAngle And endPos from Object　on ACAPI</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613597#M9593</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's no generic way to obtain that information because the GDL language used to create those objects allows free-form geometry. I can think of two ways to approach this:&lt;/P&gt;
&lt;P&gt;1. Check the object's parameters (in memo.params) and look at the GDL script of that object to see which parameter may contain the information you need.&lt;/P&gt;
&lt;P&gt;2. Get the 3D representation of the object. If you can figure out which planes of the object are the end planes (e.g., from the plane's normal vector), then you can calculate the slant angle and distance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:39:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Get-DlantAngle-SlantDirectionAngle-And-endPos-from-Object/m-p/613597#M9593</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-07-02T07:39:35Z</dc:date>
    </item>
  </channel>
</rss>

