You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The load types (BHoM Type) not supported according to the wiki on Lusas_Toolkit: PointAcceleration, PointVelocity, BarPrestressLoad, ContourLoad and GeometricalLineLoad.
The text was updated successfully, but these errors were encountered:
Description:
How to fix:
Add this line in the end of the
loadType
case checks.Engine.Base.Compute.RecordError("Load type is not supported in the Lusas_Toolkit.");
Question is if it should be worded as not supported or not implemented.
Lusas_Toolkit/Lusas_Adapter/CRUD/Create/Create.cs
Lines 112 to 140 in a680c5b
Test script:
https://burohappold.sharepoint.com/:u:/r/sites/BHoM/02_Current/12_Scripts/01_Issue/BHoM/Lusas_Toolkit/%23385%20Error%20message%20for%20unsupported%20loadtypes%20.gh?csf=1&web=1&e=BUncCR
Additional info:
The load types (BHoM Type) not supported according to the wiki on Lusas_Toolkit:
PointAcceleration
,PointVelocity
,BarPrestressLoad
,ContourLoad
andGeometricalLineLoad
.The text was updated successfully, but these errors were encountered: