<?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 Splitting elements in the API in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Splitting-elements-in-the-API/m-p/632723#M9819</link>
    <description>&lt;P&gt;Is it possible to use the API to split an element into two parts by a line?&lt;BR /&gt;In other words, is it possible to automate a splitting operation that users can do manually with a splitting tool?&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 01:04:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-27T01:04:04Z</dc:date>
    <item>
      <title>Splitting elements in the API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Splitting-elements-in-the-API/m-p/632723#M9819</link>
      <description>&lt;P&gt;Is it possible to use the API to split an element into two parts by a line?&lt;BR /&gt;In other words, is it possible to automate a splitting operation that users can do manually with a splitting tool?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 01:04:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Splitting-elements-in-the-API/m-p/632723#M9819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-27T01:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting elements in the API</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Splitting-elements-in-the-API/m-p/633030#M9821</link>
      <description>&lt;P&gt;I don't think so - these are the user editing commands supported by the API:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;typedef enum {
	APIEdit_Drag					= 'DRAG',
	APIEdit_Rotate					= 'ROTZ',
	APIEdit_Mirror					= 'MIRR',
	APIEdit_Elevate					= 'ELEV',
	APIEdit_Stretch					= 'STRE',
	APIEdit_VertStretch				= 'VSTR',
	APIEdit_Resize					= 'RSIZ',
	APIEdit_General					= 'GENE',
	APIEdit_PHeightStretch			= 'PHST',					// preserved height stretch (for slanted beam / column)
	APIEdit_PDirStretch				= 'PDST'					// preserved direction stretch (for slanted beam / column)
} API_EditCmdID;
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 17:36:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Splitting-elements-in-the-API/m-p/633030#M9821</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2024-09-27T17:36:31Z</dc:date>
    </item>
  </channel>
</rss>

