Pezhmankhan
Structural
- Dec 28, 2019
- 4
Hi All,
I am starting using ETABS 2016 API in Excel.
One of my problem is setting the current unit of ETABS 2016 unit to my desire unit which is kN.mm.C.
I had tried the following codes, but none of them change the ETABS unit:
ret = mySapModel.SetPresentUnits_2(ETABS2016.eForce_kN, ETABS2016.eLength_mm, ETABS2016.eTemperature_C)
ret = mySapModel.SetPresentUnits(kN_mm_C)
ret = mySapModel.SetPresentUnits(eUnits_kN_mm_C)
ret = mySapModel.SetPresentUnits(ETABS2016.eUnits_kN_mm_C)
I hope someone can help me.
I am starting using ETABS 2016 API in Excel.
One of my problem is setting the current unit of ETABS 2016 unit to my desire unit which is kN.mm.C.
I had tried the following codes, but none of them change the ETABS unit:
ret = mySapModel.SetPresentUnits_2(ETABS2016.eForce_kN, ETABS2016.eLength_mm, ETABS2016.eTemperature_C)
ret = mySapModel.SetPresentUnits(kN_mm_C)
ret = mySapModel.SetPresentUnits(eUnits_kN_mm_C)
ret = mySapModel.SetPresentUnits(ETABS2016.eUnits_kN_mm_C)
I hope someone can help me.