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
Engine.Base.Compute.RecordError("The midas adapter can only handle BarVaryingDistributedLoads with relative positions. Please update the loads to be set with this format.");
55
+
Engine.Base.Compute.RecordError("MidasCivil only supports start positions less than end positions for BarVaryingDistributedLoads.");
50
56
continue;
51
57
}
52
58
53
-
if(load.StartPosition>=load.EndPosition)
59
+
List<double>startPosition=newList<double>();
60
+
List<double>endPosition=newList<double>();
61
+
62
+
63
+
foreach(Barbarinload.Objects.Elements)
54
64
{
55
-
Engine.Base.Compute.RecordError("Midas civil only supports start positions less than end positions for BarVaryingDistributedLoads.");
0 commit comments