<?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: ROBOT API  - Three and four point trapezoidal loads in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868713#M12147</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10871328"&gt;@a.gonzalezY3KSY&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I_LLT_BEAM_LOAD_TRAPEZOIDAL3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;doesn't exist in IRobotLoadRecordType&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I_BTRV_PZ3 and&amp;nbsp;&amp;nbsp;I_BTRV_X3 doesn't exist in&amp;nbsp;IRobotBarTrapezoidaleRecordValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jan 2022 11:43:18 GMT</pubDate>
    <dc:creator>Stephane.kapetanovic</dc:creator>
    <dc:date>2022-01-10T11:43:18Z</dc:date>
    <item>
      <title>ROBOT API  - Three and four point trapezoidal loads</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868302#M12146</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am Alejandro, a structural analyst of lightweight façade structures. A few weeks ago I started to use the Robot API to automate the creation of simple models.&lt;/P&gt;&lt;P&gt;I have problems when creating a trapezoidal load defined by more than two points (three or four). I write the code I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim CaseWind As RobotSimpleCase&lt;BR /&gt;Set CaseWind = s.Cases.CreateSimple(3, "WIND_LOAD1", I_CN_WIND, I_CAT_STATIC_LINEAR)&lt;BR /&gt;Uniform = CaseWind.Records.New(I_LLT_BEAM_LOAD_TRAPEZOIDAL3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set LoadRecord = CaseWind.Records.Get(Uniform)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LoadRecord.SetValue I_BTRV_PX1, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PX2, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PX3, 0&lt;BR /&gt;&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PY1, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PY2, 1000&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PY3, 0&lt;BR /&gt;&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PZ1, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PZ2, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_PZ3, 0&lt;BR /&gt;&lt;BR /&gt;LoadRecord.SetValue I_BTRV_X1, 0&lt;BR /&gt;LoadRecord.SetValue I_BTRV_X2, (longitudTrav - A)&lt;BR /&gt;LoadRecord.SetValue I_BTRV_X3, A&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read the API documentation but have not been able to find the answer.&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 07:34:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868302#M12146</guid>
      <dc:creator>a.gonzalezY3KSY</dc:creator>
      <dc:date>2022-01-10T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: ROBOT API  - Three and four point trapezoidal loads</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868713#M12147</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10871328"&gt;@a.gonzalezY3KSY&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I_LLT_BEAM_LOAD_TRAPEZOIDAL3&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;doesn't exist in IRobotLoadRecordType&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I_BTRV_PZ3 and&amp;nbsp;&amp;nbsp;I_BTRV_X3 doesn't exist in&amp;nbsp;IRobotBarTrapezoidaleRecordValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 11:43:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868713#M12147</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2022-01-10T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: ROBOT API  - Three and four point trapezoidal loads</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868765#M12148</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10871328"&gt;@a.gonzalezY3KSY&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here after sample code for a trapezoidal load with 3pts&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Sub Add_New_BarTrapezoidal_3Pts()
  Dim Robapp As RobotApplication
  Dim CaseWind As RobotSimpleCase
  Dim NewRecord As RobotLoadRecordBarTrapezoidal
  Dim A As Double, B As Double

  Set Robapp = New RobotApplication
  Set CaseWind = Robapp.Project.Structure.Cases.CreateSimple(3, "WIND_LOAD1", I_CN_WIND, I_CAT_STATIC_LINEAR)
  
  A = 0.25: B = 0.5
  Set NewRecord = CaseWind.Records.Create(I_LRT_BAR_TRAPEZOIDALE)
  NewRecord.PointCount = 3
  
  With NewRecord
    .Objects.FromText "1"
    .PointCount = 3
    .SetPoint 1, 0, 0, 500, A
    .SetPoint 2, 0, 0, 1000, B
    .SetPoint 3, 0, 0, 500, 1 - A
    .SetValue I_BTRV_RELATIVE, True
  End With
  
  Robapp.Project.ViewMngr.Refresh
  Set Robapp = Nothing
End Sub&lt;/LI-CODE&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 12:25:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868765#M12148</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2022-01-10T12:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: ROBOT API  - Three and four point trapezoidal loads</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868771#M12149</link>
      <description>&lt;P&gt;in addition&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-add-loads-to-a-bar/m-p/7855485" target="_blank"&gt;https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-add-loads-to-a-bar/m-p/7855485&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 12:29:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10868771#M12149</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2022-01-10T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: ROBOT API  - Three and four point trapezoidal loads</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10871561#M12150</link>
      <description>&lt;P&gt;Thank you very much for your answers Stephane. I was used to using robot manually with the 4 point trapezoidal loading option. I had not thought of generating several individual 2-point ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will bother you soon with more problems&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 13:24:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/robot-api-three-and-four-point-trapezoidal-loads/m-p/10871561#M12150</guid>
      <dc:creator>a.gonzalezY3KSY</dc:creator>
      <dc:date>2022-01-11T13:24:07Z</dc:date>
    </item>
  </channel>
</rss>

