From 924cc8afa2db07f7092a1c16c7b3d070e71b0b3a Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Mon, 24 Apr 2017 16:51:20 +0200 Subject: [PATCH] Segment: Added VehicleHeight --- VectoCore/VectoCore/Models/Declaration/Segment.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/Models/Declaration/Segment.cs b/VectoCore/VectoCore/Models/Declaration/Segment.cs index cfd31a60ea..53f2f6d114 100644 --- a/VectoCore/VectoCore/Models/Declaration/Segment.cs +++ b/VectoCore/VectoCore/Models/Declaration/Segment.cs @@ -39,7 +39,6 @@ namespace TUGraz.VectoCore.Models.Declaration { public VehicleCategory VehicleCategory { get; set; } - public AxleConfiguration AxleConfiguration { get; set; } public Kilogram GrossVehicleWeightMin { get; set; } @@ -54,6 +53,8 @@ namespace TUGraz.VectoCore.Models.Declaration public Mission[] Missions { get; internal set; } + public Meter VehicleHeight { get; internal set; } + public SquareMeter CdAConstruction { get; internal set; } } } \ No newline at end of file -- GitLab