Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ca70a618 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Segment Table: Added VehicleHeight

parent 924cc8af
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ namespace TUGraz.VectoCore.Models.Declaration
RessourceHelper.ReadStream(DeclarationData.DeclarationDataResourcePrefix + ".VACC." +
row.Field<string>(".vaccfile")),
Missions = CreateMissions(ref grossVehicleMassRating, curbWeight, row),
VehicleHeight = row.ParseDouble("height").SI<Meter>(),
GrossVehicleMassRating = grossVehicleMassRating,
CdAConstruction =
string.IsNullOrEmpty(row["cdxa_construction"].ToString())
......@@ -183,9 +184,7 @@ namespace TUGraz.VectoCore.Models.Declaration
missionType.ToString().Replace("EMS", "") +
Constants.FileExtensions.CycleFile),
AxleWeightDistribution = GetAxleWeightDistribution(row, missionType),
CurbWeight = curbWeight,
BodyCurbWeight = body.CurbWeight,
BodyGrossVehicleWeight = grossVehicleWeight,
Trailer = trailers,
MinLoad = 0.SI<Kilogram>(),
MaxLoad = maxLoad,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment