<?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: Export Critical Temperatures in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936087#M85744</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11550057"&gt;@kmmdD66ZQ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To verify if a variable exists, you must examine the properties of the IRDimCodeResE32_4 class. Use the Local Variables window in the VBA editor to check whether the corresponding property in e4 returns a value.&lt;/P&gt;
&lt;P&gt;See also :&amp;nbsp;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/ROBOT-Steel-design-Fire-stability-check-EN-1993-1-1-2-What-are-the-differences-between-the-three-available-methods-for-Eurocode.html" target="_blank" rel="noopener"&gt;What are the differences between the three available methods for Eurocode for Fire stability check according EN 1993-1-1/2 in Steel design module of Robot Structural Analysis&lt;/A&gt;, &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-fire-analysis-verification-method/m-p/11530616" target="_blank" rel="noopener"&gt;API Fire analysis - Verification method&lt;/A&gt;,&amp;nbsp;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/ROBOT-Steel-design-How-to-run-a-fire-analysis.html" target="_blank" rel="noopener"&gt;How to run a steel design with fire analysis for Eurocode based codes in Robot Structural Analysis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To keep discussions clear and helpful for everyone, please avoid asking multiple unrelated questions in the same thread. For more general questions about Eurocode justifications, feel free to create a new topic.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 12:01:10 GMT</pubDate>
    <dc:creator>Stephane.kapetanovic</dc:creator>
    <dc:date>2025-12-08T12:01:10Z</dc:date>
    <item>
      <title>Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11674179#M7918</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;I'm trying to export&amp;nbsp;&lt;SPAN&gt;critical temperatures after a fire analysis for each beam of my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have read old discussions on this subject and try different available codes. But i still have a problem with first lines of the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt; Public Sub GetCriticalTemp()
        Dim Robapp As RobotApplication
        Set Robapp = New RobotApplication
        
        Dim RDMServer As IRDimServer
        Set RDMServer = Robapp.Kernel.GetExtension("RDimServer")
...&lt;/LI-CODE&gt;&lt;P&gt;I have an error on the last line: "type mismatch"&lt;/P&gt;&lt;P&gt;It is a cut/copy of the code find here (i just add "Set", otherwise i got the error "object variable or block variable 'with' not defined")&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-coderesults-e32-4/m-p/5505061#M30201" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-coderesults-e32-4/m-p/5505061#M30201&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try with:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Set RDMServer = Robapp.Kernel.GetExtension("RDimServer")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;error: type mismatch&lt;/P&gt;&lt;P&gt;and with&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Set RDMServer = Robapp.Kernel.GetExtension("RDMServer")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;error: method 'getextension' of the object 'IRobotKernel' failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I add "Robot Object Model ver 21.0" and "Robot Object Model ver 21.0".&lt;/P&gt;&lt;P&gt;I don't understand where is my mistake.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me please to start my code ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 11:08:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11674179#M7918</guid>
      <dc:creator>paul.bassLH</dc:creator>
      <dc:date>2023-01-12T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11674299#M7919</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4820996"&gt;@paul.bassLH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the first lines look correct&lt;/P&gt;&lt;P&gt;have you tried restarting Robot and VBE?&lt;/P&gt;&lt;P&gt;Did you add "Robot Object Model ver. xx.x" in references ?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 12:11:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11674299#M7919</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2023-01-12T12:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11675071#M7920</link>
      <description>&lt;P&gt;Hi Stephane and thanks (on more time) for your answer.&lt;/P&gt;&lt;P&gt;Yes, i tried to restart, the entier computer but always the same problem.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already added "Robot Object Model ver. 21.0" and "Robot Kernel Object Model ver. 21.0" in references .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just removed "Robot Kernel Object Model ver. 21.0" and now it works...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 16:34:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11675071#M7920</guid>
      <dc:creator>paul.bassLH</dc:creator>
      <dc:date>2023-01-12T16:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11675079#M7921</link>
      <description>&lt;P&gt;Ok so now it works !&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 16:38:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/11675079#M7921</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2023-01-12T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13933272#M85731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4820996"&gt;@paul.bassLH&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;.&lt;BR /&gt;&lt;BR /&gt;I am working in version 2025 and having the same issue at line 6 of your code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide a code snippet of getting the temperatures with VBA. (I suspect you are using this)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also looked through old forum post and also tried the code in this link:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-coderesults-e32-4/m-p/5505061#M30201" target="_blank"&gt;https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-coderesults-e32-4/m-p/5505061#M30201&lt;/A&gt;&lt;BR /&gt;but it still does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 12:26:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13933272#M85731</guid>
      <dc:creator>kmmdD66ZQ</dc:creator>
      <dc:date>2025-12-05T12:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13933599#M85741</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11550057"&gt;@kmmdD66ZQ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a code snippet adapted from VB to VBA syntax.&lt;/P&gt;
&lt;LI-CODE lang="visual-basic"&gt;Public Sub TryGetCriticalTempForum()
  Dim RobApp As RobotApplication:   Set RobApp = New RobotApplication
  Dim RDmObjLst As RobotSelection:  Set RDmObjLst = RobApp.Project.Structure.Selections.Create(I_OT_BAR)
  Dim RDmServer As IRDimServer:     Set RDmServer = RobApp.Project.DimServer:       RDmServer.Mode = I_DSM_STEEL
  Dim RDmStream As IRDimStream:     Set RDmStream = RDmServer.Connection.GetStream: RDmStream.Clear
  Dim RDmEngine As IRDimCalcEngine: Set RDmEngine = RDmServer.CalculEngine
  Dim RDmCalPar As IRDimCalcParam:  Set RDmCalPar = RDmEngine.GetCalcParam
  Dim RDmCalCnf As IRDimCalcConf:   Set RDmCalCnf = RDmEngine.GetCalcConf
  
  RDmObjLst.FromText "1to3"
  RDmStream.WriteText " ": RDmCalPar.SetObjsList I_DCPVT_MEMBERS_VERIF, RDmStream: RDmStream.Clear
  RDmStream.WriteText "3": RDmCalPar.SetLoadsList RDmStream:                       RDmStream.Clear
  RDmCalPar.SetLimitState I_DCPLST_ULTIMATE, 1: RDmCalCnf.SetFlag I_DCCFT_FIRE, 1
  RDmEngine.SetCalcParam RDmCalPar: RDmEngine.SetCalcConf RDmCalCnf: RDmEngine.Solve Nothing
  
  Dim allRes As IRDimAllRes, detRes As IRDimDetailedRes, result As Object, res As Object
  Dim e1 As IRDimCodeResE32_1, e2 As IRDimCodeResE32_2, e3 As IRDimCodeResE32_3, e4 As IRDimCodeResE32_4
  
  Set allRes = RDmEngine.Results
  For i = 0 To allRes.ObjectsCount - 1: UsrNo = allRes.ObjectUsrNo(i): If Not RDmObjLst.Contains(UsrNo) Then GoTo NextMember
    Set result = allRes.Get(UsrNo)
    If TypeOf result Is IRDimDetailedRes Then
      Set detRes = result
      With detRes: Set res = .CodeResults: Debug.Print "Bar n°: " &amp;amp; .MemberUsrNo &amp;amp; " Ratio: " &amp;amp; FormatNumber(.Ratio, 2) &amp;amp; " " &amp;amp; .GovernCaseName: End With
      If TypeOf res Is IRDimCodeResE32_1 Then Set e1 = res: Debug.Print "ClassOfSect: " &amp;amp; e1.ClassOfSect
      If TypeOf res Is IRDimCodeResE32_2 Then Set e2 = res: Debug.Print "BuckCurveY:  " &amp;amp; e2.BuckCurveY
      If TypeOf res Is IRDimCodeResE32_3 Then Set e3 = res: Debug.Print "LatBuckKfl:  " &amp;amp; e3.LatBuckParamKfl
      If TypeOf res Is IRDimCodeResE32_4 Then Set e4 = res: Debug.Print "FireMaxTemp: " &amp;amp; FormatNumber(e4.FireMaxMembSurfaceTempOA, 1)
    End If
NextMember:
  Next
End Sub&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 05:34:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13933599#M85741</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-08T05:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936010#M85743</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6876621"&gt;@Stephane.kapetanovic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick response that worked great.&lt;/P&gt;&lt;P&gt;I notet that this code provide me with the "FireMaxTemp" I am looking to get the "FireCritTemp" or as I remember it mentioned in Robot O,a,Cr.&lt;BR /&gt;I looked through the API in the "Locals" window in VBA but i can't seem to find "O,a,Cr"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this temperaturer be extracted directly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 08:20:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936010#M85743</guid>
      <dc:creator>kmmdD66ZQ</dc:creator>
      <dc:date>2025-12-08T08:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936087#M85744</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11550057"&gt;@kmmdD66ZQ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To verify if a variable exists, you must examine the properties of the IRDimCodeResE32_4 class. Use the Local Variables window in the VBA editor to check whether the corresponding property in e4 returns a value.&lt;/P&gt;
&lt;P&gt;See also :&amp;nbsp;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/ROBOT-Steel-design-Fire-stability-check-EN-1993-1-1-2-What-are-the-differences-between-the-three-available-methods-for-Eurocode.html" target="_blank" rel="noopener"&gt;What are the differences between the three available methods for Eurocode for Fire stability check according EN 1993-1-1/2 in Steel design module of Robot Structural Analysis&lt;/A&gt;, &lt;A href="https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-fire-analysis-verification-method/m-p/11530616" target="_blank" rel="noopener"&gt;API Fire analysis - Verification method&lt;/A&gt;,&amp;nbsp;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/ROBOT-Steel-design-How-to-run-a-fire-analysis.html" target="_blank" rel="noopener"&gt;How to run a steel design with fire analysis for Eurocode based codes in Robot Structural Analysis&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To keep discussions clear and helpful for everyone, please avoid asking multiple unrelated questions in the same thread. For more general questions about Eurocode justifications, feel free to create a new topic.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 12:01:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936087#M85744</guid>
      <dc:creator>Stephane.kapetanovic</dc:creator>
      <dc:date>2025-12-08T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export Critical Temperatures</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936178#M85745</link>
      <description>&lt;P&gt;Sorry I didn't realize that is was a class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found it.&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 10:19:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/export-critical-temperatures/m-p/13936178#M85745</guid>
      <dc:creator>kmmdD66ZQ</dc:creator>
      <dc:date>2025-12-08T10:19:09Z</dc:date>
    </item>
  </channel>
</rss>

