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: 

script VBA EXCEL (Lx and Ly of structure)

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
b_hadjiT66B8
127 Views, 3 Replies

script VBA EXCEL (Lx and Ly of structure)

I have a question, how I can find the Lx and Ly of structure (width and length of the structure)

I need script VBA EXCEL

 OR the name of width and length in VBA EXCEL.

Thanks for your hellenght.PNG

 

p.

3 REPLIES 3
Message 2 of 4
Romanich
in reply to: b_hadjiT66B8

Hi @b_hadjiT66B8 

 Dim RStorey As RobotStorey
 Dim RStoreyValues As RobotStoreyValues
 Dim AllStories As RobotStoreyMngr
 Set AllStories = RobApp.Project.Structure.Storeys
Set RStorey = AllStories.Get(ii)
Set RStoreyValues = RobApp.Project.Structure.Results.Storeys.Values(ii, ModalCase)

Sheet1.Cells(Row, 7) = RStorey.LX
Sheet1.Cells(Row, 8) = RStorey.Ly

Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.

Roman Zhelezniak

Robot Evangelist & Passionate Civil Structural Engineer

LinkedIn | Robot & Хобот | App Store for Robot
EESignature


Message 3 of 4
b_hadjiT66B8
in reply to: b_hadjiT66B8

Thank you Romanich it is work.

Message 4 of 4
b_hadjiT66B8
in reply to: Romanich

Thank you Romanich it is work.

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report