TerrainVehicleType.Weight Property
Gets or sets the weight of the vehicle type.
Syntax
public System.Double Weight { get; set; }
Property Value
Default: 2.0
The weight of the vehicle type, in tonnes.
Remarks
This weight will be compared with the property TerrainMobilityOperator.RoadMaxVehicleWeight. There are several ways to define the weight of a vehicle (unladen weight, actual laden weight, or gross vehicle weight rating), but Carmenta does not specify a particular definition, as long as you are consistent.
More complicated restrictions on vehicle weights are not supported directly and must be implemented by application logic; see Terrain Vehicle Analysis.
Platforms
Windows, Linux, Android