vehicle profile
Posted: Mon Nov 21, 2016 1:56 pm
Hello,
in xTour, there is a dimaDefault.xml with a lot of parameters, my question is about certain parameters:
The following parameters are used or not in xTour in the method planBasicTours?
François
in xTour, there is a dimaDefault.xml with a lot of parameters, my question is about certain parameters:
Code: Select all
<Physical>
<Drive>
<Emissions emissionClass="EURO_3"/>
<Engine cylinderCapacity="1800" fuelType="EUROSUPER" fuelConsumption="8.0"/>
</Drive>
<Weight emptyWeight="1250" totalPermittedWeight="1500" loadWeight="0"/>
<Axle axleLoad="0"/>
<Passenger maximumPermittedNumberOfPassengers="1"/>
<Dimension height="150" length="450" width="180"/>
</Physical>
- <Weight emptyWeight="1250" totalPermittedWeight="1500" loadWeight="0"/>
- <Dimension height="150" length="450" width="180"/>
François