Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GJoeRMK

    Sap API question, Are the parameter dimensions in SapModel.File.NewSolidBlock (3,3,1) capped at inches?

    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...
  2. GJoeRMK

    User Draw Slab Rebar Error

    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...
  3. GJoeRMK

    Sap API question, Are the parameter dimensions in SapModel.File.NewSolidBlock (3,3,1) capped at inches?

    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...

Part and Inventory Search

Back
Top