<?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: API: Get Data to Create Dimensioning Groups in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988281#M66111</link>
    <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunately I can't manage this tool inside the API but, when you create a DIM group in robot, he automatically assign the cross section family that the elements already have...for example, if you create a DIM group for elements that have assigned the cross section HEA, also different kind of HEA in group, Robot use HEA to optimize the group members. This could be a good shortcut to manage the dimensioning phases....when you want to investigate deeply your optimization, you have to assign manually the cross sections that you want to use, as you shown in your pdf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope I help you, cheers.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 08:24:34 GMT</pubDate>
    <dc:creator>StefanoPasquini6790</dc:creator>
    <dc:date>2016-01-14T08:24:34Z</dc:date>
    <item>
      <title>API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596613#M66093</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm publishing my first "public" API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This allow the user to import bars data from Robot and automaticly create dimensionig groups in Robot following seven different Criterion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Starting by my wishlist post:&amp;nbsp;&lt;A href="http://forums.autodesk.com/t5/robot-structural-analysis/auto-grouping-rules-for-bar-checking/idi-p/5405577#M263" target="_blank"&gt;http://forums.autodesk.com/t5/robot-structural-analysis/auto-grouping-rules-for-bar-checking/idi-p/5405577#M263&lt;/A&gt; , I've made it by myself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can download the API here:&amp;nbsp;&lt;A href="http://www.pasquiniprogetti.it/?p=868" target="_blank"&gt;http://www.pasquiniprogetti.it/?p=868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is open, feel free to edit it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm waiting for your feedback and suggestions to a better develop of the tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good Robot, Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596613#M66093</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-17T09:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596621#M66094</link>
      <description>&lt;P&gt;Bravo Stefano!&lt;/P&gt;
&lt;P&gt;One small tip: to increase speed use&amp;nbsp;RobApp.Interactive = False at the start and&amp;nbsp;RobApp.Interactive = True in the end of macro.&lt;/P&gt;
&lt;P&gt;Another tip:&lt;/P&gt;
&lt;PRE&gt;If Not RobApp.Visible Then
    Set RobApp = Nothing
    MsgBox "Open Robot and load Model", vbOKOnly, "ERROR"
    Exit Sub
End If&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 10:19:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596621#M66094</guid>
      <dc:creator>Romanich</dc:creator>
      <dc:date>2015-04-17T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596637#M66095</link>
      <description>&lt;P&gt;Thanks a lot, I will try "MAESTRO!!!"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 10:17:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596637#M66095</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-17T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596662#M66096</link>
      <description>&lt;P&gt;Great!&lt;/P&gt;
&lt;P&gt;I will add to our list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Small cosmetic changes for combos to have no empty records:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Private Sub ComboBox1_Enter()
'load the data from Excel List
'
Dim FirstLabel As String
'PASSAGGIO DALLA PRIMA ALLA SECONDA PAGINA

row = 2
While Range("ba" &amp;amp; row) &amp;lt;&amp;gt; ""
ComboBox1.AddItem Range("ba" &amp;amp; row)
row = row + 1
Wend

End Sub



Private Sub ComboBox2_Enter()
Dim FirstLabel As String
'PASSAGGIO DALLA PRIMA ALLA SECONDA PAGINA
row = 2
While Range("bb" &amp;amp; row) &amp;lt;&amp;gt; ""
ComboBox2.AddItem Range("bb" &amp;amp; row)
row = row + 1
Wend

End Sub&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:01:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596662#M66096</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-04-17T11:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596926#M66097</link>
      <description>Edited, Great....</description>
      <pubDate>Fri, 17 Apr 2015 13:19:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5596926#M66097</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-17T13:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5599490#M66098</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Added other five criterion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;API here:&amp;nbsp;&lt;A href="http://www.pasquiniprogetti.it/?p=868" target="_blank"&gt;http://www.pasquiniprogetti.it/?p=868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;greetings&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 10:12:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5599490#M66098</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-20T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5599918#M66099</link>
      <description>&lt;P&gt;HI Artur,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;installed robot 2016 and there is some issue....can you try to make some tests?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can depend by the registration????&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/164752i7AD5E7AB3897FD1D/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="issue.jpg" title="issue.jpg" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 15:19:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5599918#M66099</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-20T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600729#M66100</link>
      <description>&lt;P&gt;Hi Stefano,&lt;/P&gt;
&lt;P&gt;Picture size is really small.&lt;/P&gt;
&lt;P&gt;Could you add the&amp;nbsp;button "Remove Groups from Robot"?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 05:11:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600729#M66100</guid>
      <dc:creator>Romanich</dc:creator>
      <dc:date>2015-04-21T05:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600759#M66101</link>
      <description>Hi Roman,&lt;BR /&gt;&lt;BR /&gt;Very nice suggestion, I will work on it when I will solve the problems with ARSA2016 compatibility.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 21 Apr 2015 06:05:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600759#M66101</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-04-21T06:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600844#M66102</link>
      <description>&lt;P&gt;Stefano,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is related to not fully \ correctly registered API interfaces&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run as Admin&amp;nbsp;"C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2016\System\Exe\rsetup.exe" /ReRegServer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or similar concerning your versions :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/robot-structural-analysis/vba-excel-macro-for-any-object-geometry-modifications-api/m-p/3191782#M992" target="_blank"&gt;http://forums.autodesk.com/t5/robot-structural-analysis/vba-excel-macro-for-any-object-geometry-modifications-api/m-p/3191782#M992&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but it must be done with ADMINISTRATOR RIGHTS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:00:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5600844#M66102</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-04-21T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687121#M66104</link>
      <description>&lt;P&gt;Hi API experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made a large use of this tool, it give me the power to manage easily big models and create dimensioning groups to optimize my steel structures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I'd like to improve it, but I don't have the right knowledge to do it therefore, if someone can suggest me how, I will appreciate too much. This are the topics that I want to improve:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) the creation of the lists that contain the cross section and the bar type present in the model are very time consuming. Now I've improved the tool that create the lists only one time, and until nothing change in the model...there is some way to do it faster (read from robot the lists, a different way to create lists....or any other workaround????)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) It will be very useful to manage also the deleting of groups, as suggested by Romanich, but I can't do it.....&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://forums.autodesk.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry for my basic questions but I'm not a programmer....I only try to be!!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 06:24:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687121#M66104</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-06-22T06:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687192#M66105</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) It will be very useful to manage also the deleting of groups, as suggested by Romanich, but I can't do it.....&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://forums.autodesk.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    Dim RDMServer As RDimServer
    Dim RDMGrps As RDimGroups

    Set RDMServer = RobApp.Kernel.GetExtension("RDimServer")
    RDMServer.Mode = I_DSM_STEEL
    
    Set RDMGrps = RDMServer.GroupsService
    RDMGrps.Delete group_number&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 07:46:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687192#M66105</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-06-22T07:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687197#M66106</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;1) the creation of the lists that contain the cross section and the bar type present in the model are very time consuming. Now I've improved the tool that create the lists only one time, and until nothing change in the model...there is some way to do it faster (read from robot the lists, a different way to create lists....or any other workaround????)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    Dim RSelection As RobotSelection
    Set RSelection = RobApp.Project.Structure.Selections.CreateByLabel(I_OT_BAR, I_LT_BAR_SECTION, sec_name)&lt;/PRE&gt;
&lt;PRE&gt;    Dim RSelection As RobotSelection
    Set RSelection = RobApp.Project.Structure.Selections.CreateByLabel(I_OT_BAR, I_LT_MEMBER_TYPE, membertype_name)&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2015 07:50:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687197#M66106</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-06-22T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687199#M66107</link>
      <description>HINT:&lt;BR /&gt;RobApp.Project.Structure.Labels.GetMany(...)&lt;BR /&gt;will return labels used on model&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2015 07:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687199#M66107</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-06-22T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687225#M66108</link>
      <description>&lt;P&gt;WOW....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to improve my tool....and then I will share it!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot Mister Rafal...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 08:10:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5687225#M66108</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-06-22T08:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5694581#M66109</link>
      <description>&lt;P&gt;Good morning at all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just released the fourth version, incredibly improved, of the DIM Groups Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find it here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.pasquiniprogetti.it/?p=868" target="_blank"&gt;http://www.pasquiniprogetti.it/?p=868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enjoy it&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 08:14:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5694581#M66109</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2015-06-26T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5986627#M66110</link>
      <description>&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, thank you very much&amp;nbsp;for all your hard work you put into this pluging, it is working perfect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I've got one issue with, that is not being able to define the range of sections out of which Robot would pick up the most efficient one during the design process. Am I missing something or it really is not currently possible? To make it clear I attached a PDF showing the window in which we normally define these section ranges. So is the functionality of this window available in your plugin? Do you know how it can be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 14:56:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5986627#M66110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-13T14:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988281#M66111</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunately I can't manage this tool inside the API but, when you create a DIM group in robot, he automatically assign the cross section family that the elements already have...for example, if you create a DIM group for elements that have assigned the cross section HEA, also different kind of HEA in group, Robot use HEA to optimize the group members. This could be a good shortcut to manage the dimensioning phases....when you want to investigate deeply your optimization, you have to assign manually the cross sections that you want to use, as you shown in your pdf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope I help you, cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:24:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988281#M66111</guid>
      <dc:creator>StefanoPasquini6790</dc:creator>
      <dc:date>2016-01-14T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988302#M66112</link>
      <description>If I follow your discussion correctly : take a look at "Robot API SteelDesign.pdf" , chapter 4.4.3 -&amp;gt; pages 96, 97</description>
      <pubDate>Thu, 14 Jan 2016 08:37:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988302#M66112</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2016-01-14T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: API: Get Data to Create Dimensioning Groups</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988366#M66113</link>
      <description>&lt;P&gt;Stefano, thanks for your quick reply, this helps a lot.&lt;/P&gt;&lt;P&gt;To be honest I was not quite aware that Robot would look at the range of sections according to the type of section already assigned to a member. I always defined the range I wanted to in the code group definition &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; We learn all the time, don't we?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I still wonder, though, whether or not in the future it would be possible to define this range independently from the type of section already assigned &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; For example I would like Robot to look at the tubular and I sections at the same type for a given group. And then I would choose the one I like the most. I know that in real life we usually know what type of section the member going to have, however I meant more conceptual projects where before the design it's sometimes hard to say what type of section would work most efficiently (axial forces + biaxial bending + torsion + high shear).&amp;nbsp;&lt;/SPAN&gt;Anyway, thanks&amp;nbsp;again and I hope to see your tool developing further &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day,&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 09:37:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-get-data-to-create-dimensioning-groups/m-p/5988366#M66113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-14T09:37:02Z</dc:date>
    </item>
  </channel>
</rss>

