• RAMDataAccess retrieve all column gravity forces like in RAMSteelColumn

    Hi RAM Support, I am working on a project and we are thinking about using RAMDataAccess to retrieve all gravity and lateral column gravity forces for foundation design. We would like the force to be retrieved like "Load Summary" in RAMSteelColumn module…
  • RAM SS VBA Data Access

    Hi I am new to explore the data access. I'm trying to execute a code but it gets stuck at Loaddatabase. could you please let me know the issue? Thanks! Option Explicit Sub member_force() '''''''''''''''''' 'Define Variables' '''''''''''''…
  • RAM Data Access: Accessing forces from Ram Concrete instead of Ram Frame results

    Hi, I'm using Ram SS v15.05, x64 on Windows 10. I'm writing a script using c# to output column forces for a ColumnStack. My current envisioned procedure is as follows: - Get the defined load cases from the IModel interface: RamModel = RamInterface…