Robot Structural Analysis Webinar Feedback

Robot Structural Analysis Webinar Feedback

philip.s
Alumni Alumni
11,677 Views
95 Replies
Message 1 of 96

Robot Structural Analysis Webinar Feedback

philip.s
Alumni
Alumni

RSA_WEBINARS.png

 

On behalf of the Autodesk Robot Stuctural Analysis team we would like to thank you for attending one of our webinars!


We would love to hear any and all feedback that you are willing to provide. Interested in learning more about an Installation & Licensing topic that isn't listed on our upcoming webinar page? Have follow up questions or comments from a previously viewed webinar? Want to inquire about being a guest speaker? Particular elements that you want to see more or less of? Your input is greatly appreciated!

0 Likes
11,678 Views
95 Replies
Replies (95)
Message 61 of 96

StefanoPasquini6790
Advisor
Advisor

hi

 

first of alla gamma angle orientation by position or by node (never used before). For second the definition of the panels in a bar grid using "all" in object selector can save my life for my future modeling. For Example, we are using a lot of Rhinoceros and Grashoper for concept modeling, if I export the models as dxf lines elemet I have, almost immediatly, the panels for all the structure with high accuracy.....wonderful.

 

Cheers


PasProStudio

www.pasquiniprogetti.eu

Structural + Detailing engineers
0 Likes
Message 62 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support

nextwe.jpg



Rafal Gaweda
Message 63 of 96

Μηχανικος
Collaborator
Collaborator

That should be interesting...lets see if you can teach us something we dont know on this subject Smiley Happy

0 Likes
Message 64 of 96

Artur.Kosakowski
Autodesk Support
Autodesk Support

Hi Stefano,

 

For Example, we are using a lot of Rhinoceros and Grashoper for concept modeling, if I export the models as dxf lines elemet I have, almost immediatly, the panels for all the structure with high accuracy.....wonderful.

 

Please be aware that this option cannot be used for panels with openings. In such case you need to create two panels selecting surface elements in such a way that the opening is "divided" between them.

 

panels and opening.PNG



Artur Kosakowski
0 Likes
Message 65 of 96

teixeiranh
Collaborator
Collaborator
Artur and Rafa, thank you so much for already posting the webinar number 6 on Youtube!
--------------------------------------------------------------------------------------------------------------------------------
“The most powerful force on the universe is compound interest.”
Subscribe me on Youtube:
https://www.youtube.com/channel/UC6G8OOp318Z1MFzJj5T8uWw
0 Likes
Message 66 of 96

teixeiranh
Collaborator
Collaborator

It would be nice to see something related to EC8 design of Steel Structures, like Moment Frame or Concentrically Braced Frames.

--------------------------------------------------------------------------------------------------------------------------------
“The most powerful force on the universe is compound interest.”
Subscribe me on Youtube:
https://www.youtube.com/channel/UC6G8OOp318Z1MFzJj5T8uWw
0 Likes
Message 67 of 96

saclovitzky
Collaborator
Collaborator

I am really happy that this webinars was realized.I believe that it will not take long before the ARSAP will be the standard analysis software all over the globe. It is a right direction for the whole staff of ARSAP/Autodesk. Unlike others(software companies) who are terribly "greedy" ,wherein you have limited access on how to operate their softwares.

 

I've been using ROBOT for quite a while now, and still really excited to learn something new from it. Also, I would like to have a webinar regarding the ff;

 

1. How to eliminate Type 1 and Type 2 support problems, and what cause it.

 

2. Detailed analysis and design of core wall.

 

    2.1 how to create core walls

     2.2 validating its results(Moments, base shears etc.)

 

Although, all the staff of ARSAP are great but I cannot imagine ARSAP without Artur and Rafal(they are the Lennon-McCartney of the software world).

 

 

Again, more power to ARSAP/Autodesk.

Message 68 of 96

StefanoPasquini6790
Advisor
Advisor

Oh my God....

 

Lennon was killed!!!!!!! Please, it's better to use a paragon to Batman and Robin or Sherlock Holmes and Whatson....

 

Smiley Very Happy

 

Cheers


PasProStudio

www.pasquiniprogetti.eu

Structural + Detailing engineers
Message 69 of 96

Μηχανικος
Collaborator
Collaborator

Cant wait for this tutorial....what i would really like to see other than the standard application of how to define a modal analysis

 

i would like to learn more about the Seismic Analysis to EC8, specifically the part on Direction Definition -> Combination creation. i want to understand how EC8 relates to this and what are the requirements, Do we have to use the Newmark combination for EC8? What does it actually do?

 

Screen Shot 2015-09-10 at 11.47.12.png

0 Likes
Message 70 of 96

Μηχανικος
Collaborator
Collaborator

One more suggestion for the seismic analysis webinar is to use a structure with a basement  for your example 

0 Likes
Message 71 of 96

mustafahesenow
Advisor
Advisor

hi guys,

I looked in youtube for the recent webbinars but I didnt find any vedios for these wbenars till only concrete design .

Thanks



Mustafa Hesenow
Senior Structural Design Engineer/MZP
LinkedIn

0 Likes
Message 72 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support
Message 73 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support

Webinar 8 presentation:  https://autodesk.box.com/RSA-ENG-8 

Video - soon.



Rafal Gaweda
Message 74 of 96

StefanoPasquini6790
Advisor
Advisor

Good morning,

 

the yesterday webinar was very usefull for beginner API maker (not programmer) as me. The topics that shocked was the tricks to speed up the APIs in nodes creation and bars creation. 

 

To be more specific, I have appreciated a lot the cache method and the multi method, so, can you attach two simple program code, one for each method, so that I can understand...

 

Thanks a lot, Robot is always a great discover....

 

 


PasProStudio

www.pasquiniprogetti.eu

Structural + Detailing engineers
Message 75 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support
Message 76 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support

Cache example

 

Private Sub CommandButton1_Click()

Dim RobApp As RobotApplication
Set RobApp = New RobotApplication

Dim RSC As RobotStructureCache

Set RSC = RobApp.Project.Structure.CreateCache

For i = 1 To 10000
    RSC.AddNode i, i * 1, 0, 0
Next i

For i = 1 To 9999
    RSC.AddBar i, i, i + 1, "HEA 100", "STEEL"
Next i

RobApp.Project.Structure.ApplyCache RSC


End Sub


Rafal Gaweda
Message 77 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support

Webinar 9 presentation: https://autodesk.box.com/RSA-ENG-9

Video - already on youtube.



Rafal Gaweda
Message 78 of 96

legar
Advocate
Advocate

Rafal,

 

I can't download <<Webinar N°9 ENG final.ppsx>>.

Downloading is stopped after ca half an hour at 2% of image size - either Autodesk server is very slow, either a lot of people is trying to download this presentation!?

Could You put this file on much faster server?

 

Jerzy

0 Likes
Message 79 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support
0 Likes
Message 80 of 96

Rafal.Gaweda
Autodesk Support
Autodesk Support

Dear All,

 

We are very sorry but due to technical problems with our webinar system the January webinar will be postoned to February.

New date will provided soon.

 

Regards

 

Rafal Gaweda



Rafal Gaweda