<?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: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670089#M10504</link>
    <description>&lt;P&gt;Ohh, I didn't check the name of the forum. Thanks for pointing out.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 11:42:41 GMT</pubDate>
    <dc:creator>Charlie64</dc:creator>
    <dc:date>2025-07-17T11:42:41Z</dc:date>
    <item>
      <title>How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/668915#M10489</link>
      <description>&lt;P&gt;I am creating a program to edit profile modifiers.&lt;BR /&gt;Normally, profile modifiers can be edited from the properties,&lt;BR /&gt;but when the segments of a column or beam are not homogeneous,&lt;BR /&gt;where can the profile modifiers be edited?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 08:21:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/668915#M10489</guid>
      <dc:creator>arad</dc:creator>
      <dc:date>2025-07-08T08:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670053#M10502</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not entirely sure you mean this, but here is how i would make non-homogeneous column or beam (see pictures), and they are located within properties.&lt;/P&gt;&lt;P&gt;If this is not what you need, I would recomend either making your own profile via Profile manager (Options -&amp;gt; Element Atributes -&amp;gt; Profile manager) or with morph.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/89663iF0D975D7FF4FBCA5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Column properties.png" title="Column properties.png" /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/89664iDCD28FC696FC1BEC/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Beam properties.png" title="Beam properties.png" /&gt;</description>
      <pubDate>Thu, 17 Jul 2025 08:01:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670053#M10502</guid>
      <dc:creator>Charlie64</dc:creator>
      <dc:date>2025-07-17T08:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670072#M10503</link>
      <description>&lt;P&gt;Given to sub the OP has posted in, I am assuming they are wanting to know how to edit them via the C++ API. As they have mentioned, you can pull and inject the relevant properties for standard beams and columns, but for segmented ones, they are stuck on how to target the profiles in each individual segment.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 08:47:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670072#M10503</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-17T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670089#M10504</link>
      <description>&lt;P&gt;Ohh, I didn't check the name of the forum. Thanks for pointing out.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 11:42:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670089#M10504</guid>
      <dc:creator>Charlie64</dc:creator>
      <dc:date>2025-07-17T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670188#M10505</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;Charlie64,Lingwisyer&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;BR /&gt;As Lingwisyer mentioned, what I want to know is how to handle this using the C++ API.&lt;BR /&gt;Sorry for not being clear enough.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When a column segment is &lt;EM&gt;homogeneous&lt;/EM&gt;, the Profile Modifier can be accessed and modified via properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arad_0-1752812472813.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/89736iBB7D9704CA1B7018/image-size/large?v=v2&amp;amp;px=999" role="button" title="arad_0-1752812472813.png" alt="arad_0-1752812472813.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when the segment is &lt;EM&gt;not homogeneous&lt;/EM&gt;, it cannot be modified using the same properties.&lt;BR /&gt;In this case, I would like to know how to access and modify the Profile Modifier via the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arad_1-1752812659297.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/89737iCDDF3E73EE25BF0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="arad_1-1752812659297.png" alt="arad_1-1752812659297.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 13:46:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670188#M10505</guid>
      <dc:creator>arad</dc:creator>
      <dc:date>2025-07-18T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Edit Profile Modifiers for Non-Homogeneous Column or Beam Segments</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670189#M10506</link>
      <description>&lt;P&gt;Oh, that is interesting, I did not even know you could have different modifiers on two ends of the same segment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the snippet,&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 05:11:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-Edit-Profile-Modifiers-for-Non-Homogeneous-Column-or-Beam/m-p/670189#M10506</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2025-07-18T05:11:43Z</dc:date>
    </item>
  </channel>
</rss>

