Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API - Save ULS verification (RDmEngine)

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
480 Views, 1 Reply

API - Save ULS verification (RDmEngine)

Hello,

 

I use API on excel to launch verification on several model. I have not found how to save in the model ULS checks according EC3. 

I use this code to verify each bar and i write ULS ratio and the case. But, after, I can't access to verification details on Autodesk Robot (on mode GUI). How can i save the calculation. 

 

 

 

    Dim RDmDetRes As IRDimDetailedRes
    Dim RDMAllRes As IRDimAllRes

    RDmEngine.SetCalcConf RDmCalCnf
    RDmEngine.SetCalcParam RDmCalPar

    RDmEngine.Solve Nothing
   
    Set RDMAllRes = RDmEngine.Results
    Set RDmDetRes = RDMAllRes.Get(BarCol.Get(i).Number)

    Cells(Row, 1) = BarCol.Get(i).Number
    Cells(Row, 2) = RDmDetRes.GovernCaseName
    Cells(Row, 3) = RDmDetRes.Ratio

 

 

Perhaps, I have to generate a calculation note  in RTF file format. What is "out_file" ?

RDmEngine.Results.MakeNote(objet ; RTF File ; out_file)

Thanks for your response

 

 

1 REPLY 1
Message 2 of 2
Rafal.Gaweda
in reply to: Anonymous

RDmEngine.Results.MakeNote RdmStream, "", "my_note_file_name.rtf"

Use similar syntax



Rafal Gaweda

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report