Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class Driving

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Track
Assembly: VMDTrackBase.dll

This class is to represent the dynamic sinkage difinition.

public class Driving : LinkContainer, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← Driving

Implements

IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inherited Members

LinkContainer.SetModified(), LinkContainer.raise_OnUpdating(object, LinkEventArgs), LinkContainer.raise_OnUpdate(object, LinkEventArgs), LinkContainer.raise_OnDestroying(object, LinkEventArgs), LinkContainer.raise_OnDestroy(object, LinkEventArgs), LinkContainer.raise_OnAdded(object, AddToDocEventArgs), LinkContainer.raise_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.IsSerializableEvent(Delegate), LinkContainer.CustomGetObjectData(SerializationInfo, StreamingContext), LinkContainer.GetSerializedData(SerializationInfo, StreamingContext), LinkContainer.LinkRequestUpdating(object, LinkEventArgs), LinkContainer.LinkRequestUpdate(object, LinkEventArgs), LinkContainer.LinkRequestDestroying(object, LinkEventArgs), LinkContainer.LinkRequestDestroy(object, LinkEventArgs), LinkContainer.LinkAddedToDocument(object, AddToDocEventArgs), LinkContainer.LinkRemovedFromDocument(object, RemoveFromDocEventArgs), LinkContainer.OnLinkReserved(ILink, object, EventArgs), LinkContainer.CanBeDestroy(object), LinkContainer.DisposeManagedResources(), LinkContainer.SetContainer(IOwned, bool), LinkContainer.OnChildUpdated(object, LinkEventArgs), LinkContainer.OnContainerDestroy(object, LinkEventArgs), LinkContainer.OnDeserialization(object), LinkContainer.Verify(VerifiedResult), LinkContainer.GetCopy(object), LinkContainer.Dispose(bool), LinkContainer.ClearChildInfoBeforeDeserialize, LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, LinkableBase.OnDeserialization(object), ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

Driving()

Initializes a new instance of the class.

public Driving()

Properties

ContactRadiusOfSprocket

Gets or sets the contact radius of sprocket.

public ExpressionValueVariable ContactRadiusOfSprocket { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Contact radius of sprocket is null.

Function

Gets or sets the function.

public Function Function { get; set; }

Property Value

Function

LongitudinalDamping

Gets or sets the longitudinal damping.

public ExpressionValueVariable LongitudinalDamping { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Longitudinal damping is null.

LongitudinalPreload

Gets or sets the longitudinal preload.

public ExpressionValueVariable LongitudinalPreload { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Longitudinal preload is null.

LongitudinalStiffness

Gets or sets the longitudinal stiffness.

public ExpressionValueVariable LongitudinalStiffness { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Longitudinal stiffness is null.

Gets or sets the mass of track link.

public ExpressionValueVariable MassOfTrackLink { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Mass of track link is null.

ScaleForFrictionForce

Gets or sets the scale for friction force.

public ExpressionValueVariable ScaleForFrictionForce { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Scale for friction force is null.

ScaleForTractionForce

Gets or sets the scale for traction force.

public ExpressionValueVariable ScaleForTractionForce { get; set; }

Property Value

ExpressionValueVariable

Exceptions

Exception

Scale for traction force is null.

TypeOfCondition

Gets or sets the condition Type.

public Driving.ConditionType TypeOfCondition { get; set; }

Property Value

Driving.ConditionType

Methods

Initialize(ConvertFactor)

Initializes member through unit convert factor.

public override void Initialize(Unit.ConvertFactor factor)

Parameters

factor Unit.ConvertFactor

The unit convert factor.

OnDeserialization(object)

Called when [deserialization].

protected override void OnDeserialization(object sender)

Parameters

sender object

The sender.

Connect with Ansys