• DAAccess GetGenericTable RAMSS

    What are the acceptable inputs for IModel.GetGenericTable(string input) in RAM DataAccess for RAM Structural Systems? I was hoping to be able to have access to more RAM Data through this method.
  • Extracting column loads and LL reduction factors use RAM DA

    I'm trying to extract gravity column loads and live load reduction factors. I tried using the interface IGravityLoads1, with the GetStoryGravityReactOnCol method. But I think I am misunderstanding the input parameter for "lColNum", the column index. It…
  • Decks / Slabs with DataAccess DA

    Encountering some serious confusion with reading and writing Decks / Slabs via DataAccess. For instance, writing slab edges on their own doesn't get you a slab - it looks like you need to create a SlabPerimeter (and probably more steps after that), which…
  • DA RAM SS Getting Beam Deflections

    Hello I'm trying to get steel beam deflections through a VBA script in excel. I've been able to successfully connect to the database and get beam information (ID, coordinates, reactions) through the new interface. It seems like to get deflections…