<?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: Compound 2HEB section through API in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558517#M67068</link>
    <description>&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2015 13:57:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-26T13:57:00Z</dc:date>
    <item>
      <title>Compound 2HEB section through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558280#M67066</link>
      <description>&lt;P&gt;Quick and presumably simple question that I couldn't resolve by myself tough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please provide VBA sintaxis for creating a 2 HEB compound section? 4 lines example should&amp;nbsp;suffice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:07:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558280#M67066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-26T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compound 2HEB section through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558377#M67067</link>
      <description>&lt;PRE&gt;    Dim RLabel As RobotLabel
        
    Dim RLabelData As RobotBarSectionData
    Dim RLabelComplexData As RobotBarSectionComplexData

    Set RLabel = RobApp.Project.Structure.Labels.Create(I_LT_BAR_SECTION, "my_section")
    Set RLabelData = RLabel.Data
    
    RLabelData.Type = I_BST_COMPLEX
    RLabelData.ShapeType = I_BSST_COMP_2I
  
    Set RLabelComplexData = RLabelData.Members
    RLabelComplexData.Set I_BSCS_I, "EURO", "HEA 100"
    RLabelComplexData.D = 0.5

    
    RobApp.Project.Structure.Labels.Store RLabel&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:58:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558377#M67067</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2015-03-26T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compound 2HEB section through API</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558517#M67068</link>
      <description>&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:57:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/compound-2heb-section-through-api/m-p/5558517#M67068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-26T13:57:00Z</dc:date>
    </item>
  </channel>
</rss>

