Class TireCar
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Tire.Car.Force
Assembly: VMDTireCar.dll
This class is to represent the tire force for car.
public class TireCar : TireBase, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, IEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, IVisible, IDocumentOwner, INamed, INavigatorItem, IVisible, IMultiChangable, IHasProperty, IGroup, IDraw, IDrawIcon, IReferencable, ITransformable, IConnector, IEntityRelation, IGenerable, IArgument, IReportable, IFlip, IHasReplaceableEntity, IEnableForSimulationScenario, ITorqueReferenceForBearing, ITemplateObject
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, IEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, IVisible, IDocumentOwner, INamed, INavigatorItem, IVisible, IMultiChangable, IHasProperty, IGroup, IDraw, IDrawIcon, IReferencable, ITransformable, IConnector, IEntityRelation, IGenerable, IArgument, IReportable, IFlip, IHasReplaceableEntity, IEnableForSimulationScenario, ITorqueReferenceForBearing, ITemplateObject
Inherited Members
TireBase.Initialize(Unit.ConvertFactor),
TireBase.LinkRequestUpdate(object, LinkEventArgs),
TireBase.LinkRequestDestroying(object, LinkEventArgs),
TireBase.FindLocal(string),
TireBase.GetUnnamedObjectName(object),
TireBase.WriteTemplateImpl(XmlWriter),
TireBase.ReadTemplateImpl(XmlReader),
TireBase.ReportTypeImpl,
TireBase.ActivePropertyFile,
TireBase.WheelBodyBase,
TireBase.CanSwitchImpl,
Force
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
TireCar()
Initializes a new instance of the
public TireCar()
TireCar(string)
Initializes a new instance of the
public TireCar(string strName)
Parameters
strName string
Name of the bush force.
Properties
ReferenceType
Gets the type of the array for argument.
public override string ReferenceType { get; }
Property Value
Methods
Initialize(ConvertFactor)
Initializes the specified factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The factor.