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 hel
p.
Solved! Go to Solution.
Solved by Romanich. Go to Solution.
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
Can't find what you're looking for? Ask the community or share your knowledge.