<?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 Structural Display List and Scale List in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Structural-Display-List-and-Scale-List/m-p/255891#M2573</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;I am trying to show available Structure Display options and Scale options in Popup control. But can't find any function that return the the list of Structure Display and Scale configuration.&lt;BR /&gt;Though I have found "APIEnv_​GetStructureDisplayID" that returns structure display options for the current database and "APIDb_​GetDrawingScaleID" returns the drawing scale of the current database.&lt;BR /&gt;But I need to find the list.&lt;BR /&gt;Can anyone kindly help me on this?&lt;BR /&gt;Here are the images that I am trying to achieve.&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Sep 2021 07:50:38 GMT</pubDate>
    <dc:creator>Nayan</dc:creator>
    <dc:date>2021-09-14T07:50:38Z</dc:date>
    <item>
      <title>Structural Display List and Scale List</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Structural-Display-List-and-Scale-List/m-p/255891#M2573</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I am trying to show available Structure Display options and Scale options in Popup control. But can't find any function that return the the list of Structure Display and Scale configuration.&lt;BR /&gt;Though I have found "APIEnv_​GetStructureDisplayID" that returns structure display options for the current database and "APIDb_​GetDrawingScaleID" returns the drawing scale of the current database.&lt;BR /&gt;But I need to find the list.&lt;BR /&gt;Can anyone kindly help me on this?&lt;BR /&gt;Here are the images that I am trying to achieve.&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:50:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Structural-Display-List-and-Scale-List/m-p/255891#M2573</guid>
      <dc:creator>Nayan</dc:creator>
      <dc:date>2021-09-14T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Display List and Scale List</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Structural-Display-List-and-Scale-List/m-p/255892#M2574</link>
      <description>The possible values for structure display are simply the possible values of this enum:&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;typedef enum {
	API_EntireStructure,
	API_CoreOnly,
	API_WithoutFinishes,
	API_StructureOnly
} API_StructureDisplay;
&lt;/PRE&gt;

Scale is a bit trickier. It is stored as a single double value so there is no list of scales (it can be custom). I think this scale list is only a UI magic to make easy to set predefined scales.</description>
      <pubDate>Tue, 30 Mar 2021 16:18:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Structural-Display-List-and-Scale-List/m-p/255892#M2574</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2021-03-30T16:18:49Z</dc:date>
    </item>
  </channel>
</rss>

