script VBA EXCEL (Lx and Ly of structure)

script VBA EXCEL (Lx and Ly of structure)

b_hadjiT66B8
Contributor Contributor
420 Views
3 Replies
Message 1 of 4

script VBA EXCEL (Lx and Ly of structure)

b_hadjiT66B8
Contributor
Contributor

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.

0 Likes
Accepted solutions (1)
421 Views
3 Replies
Replies (3)
Message 2 of 4

Romanich
Mentor
Mentor
Accepted solution

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
Contributor
Contributor

Thank you Romanich it is work.

0 Likes
Message 4 of 4

b_hadjiT66B8
Contributor
Contributor

Thank you Romanich it is work.

0 Likes