diff --git a/VectoCore/VectoCore/Models/Declaration/Segment.cs b/VectoCore/VectoCore/Models/Declaration/Segment.cs index cfd31a60eaa1250083ad71fa008c8b2b4f87fee3..53f2f6d1149fc02f41b496d2e66f1e44ff4fabd9 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