
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have modeled the basement with another program and I need to transfer the movements from the basement to the superstructure.
The superstructure model is in ROBOT.
I collect the reactions from Robot I impose them in the basement model as loads I run the basement model and then I collect the movement of the basement and I apply the movement as gap at the support.
Here is the code I use.
Set Label = robapp.Project.Structure.Labels.Create(I_LT_SUPPORT, "Support")
Set SupportData = Label.Data
SupportData.UX = .1154
SupportData.UY = .21
SupportData.UZ = .32
the code doesnt have a bug or anything like that but it doesnt work it doesnt create the gaps that I want in all x,y, z directions.
Does anyone know how to impose the movements through VBA at the supports?
Thanks in advance
Manos
Solved! Go to Solution.