BHoM / SAP2000_Toolkit

GNU Lesser General Public License v3.0
9 stars 3 forks source link

SAP2000_Toolkit: Push Gravity Loads #66

Closed emidio-piermarini closed 4 years ago

emidio-piermarini commented 4 years ago

Seems that the creating of gravity loads uses "SetLoad" whereas all other load creation methods are using "CreateLoad". Is this a mistake @JosefTaylor @enarhi

public void SetLoad(GravityLoad gravityLoad, bool replace)

JosefTaylor commented 4 years ago

Yep, that's a hold-over from earlier code, since it's almost never used in practice. Should be addressed in #88 Thanks!