TerrainMobilityOperator.RoadMaxVehicleWeight Property
Gets or sets an attribute variable giving the maximal vehicle weight for a road feature.
Syntax
public AttributeVariable< System.Double > RoadMaxVehicleWeight { get; set; }
Property Value
Default: max
The maximal vehicle weight for a road feature, in tonnes.
Remarks
![]() |
This max weight will be compared with the TerrainVehicleType.Weight. 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.
This is an attribute variable that is normally evaluated using the road feature attributes. More generally, the evaluation will also consider the View.UpdateAttributes, as well as the attributes of the feature (if any) from TerrainRouteOperator.WaypointsInput or TerrainAccessOperator.PositionInput.
Platforms
Windows, Linux, Android