TerrainVehicleType Class
Describes how fast a vehicle goes in various terrain types and road classes.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class TerrainVehicleType : ResourceObject
Remarks
A TerrainVehicleType describes how fast a vehicle goes in various terrain types and road classes, as well as the maximal slope, side slope and snow depth, and also the vehicle height, length, width and weight.
For background, see Terrain Vehicle Analysis.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
TerrainVehicleType
Platforms
Windows, Linux, Android
See Also
Reference
Operators Module
TerrainAccessOperator
TerrainRouteOperator
TerrainSpeedOperator
TerrainSpeed
Terrain Vehicle Analysis
TerrainVehicleType Members
The TerrainVehicleType type has the following members.
Constructors
Name | Description |
---|---|
TerrainVehicleType | Initializes a new instance of the TerrainVehicleType class. |
Properties
Name | Description |
---|---|
Height | Gets or sets the height of the vehicle type. |
IsDisposed | Gets a value that tells whether the current TerrainVehicleType has been disposed. Inherited from EngineObject |
LandSpeeds | Gets a list of terrain types and corresponding speeds. |
Length | Gets or sets the length of the vehicle type. |
Name | Gets or sets the name of the TerrainVehicleType. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current TerrainVehicleType represents. Inherited from EngineObject |
RoadSpeeds | Gets a list of road speeds for road classes 1, 2, 3, ... |
SideSlopeMax | Gets or sets the maximal side slope for the vehicle type. A value of 1 corresponds to 45°. |
SlopeMax | Gets or sets the maximal forward slope (uphill or downhill) for the vehicle type. A value of 1 corresponds to 45°. |
SnowDepthMax | Gets or sets the maximal snow depth for the vehicle, in meters. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
WaterSpeed | Gets or sets the speed in water for an amphibious vehicle type, in km/hour. |
Weight | Gets or sets the weight of the vehicle type. |
Width | Gets or sets the width of the vehicle type. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |