Thank you so much, I realize SapModel.File.NewSolidBlock() creates a new file , I was expecting to add solid objects to an existing file, that explains many questions I had.
The documentation says:
Which made me think it creates a solid object and everything should be good, but looking at...
Usually the concrete section is what contributes to the inertia and stiffness and what ultimately controls deflection in RC structures, adding rebars will theoretically add a little of inertia but not for so much. If you have problems with deflection in your slab, you can:
- Increase the...
Hello, I have the following code:
That exact sections where I have questions is here:
ret = SapModel.File.NewSolidBlock(8, 8, 4,"" ,nombre_prop_solido, 4, 4, 2)
If I set the units to inches:
SapModel.SetPresentUnits(1)
Everything is normal and work as expected, but if I use anything but...