Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class AttributeVectorFriction

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.CPlacingConnector
Assembly: VMDCPlacingConnector.dll

This class is to represent the attribute for vector friction.

public class AttributeVectorFriction : AttributeBase, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← AttributeBase ← AttributeVectorFriction

Implements

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

Inherited Members

AttributeBase.OnDeserializationAttribute(), AttributeBase.LinkRequestUpdate(object, LinkEventArgs), 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

AttributeVectorFriction()

Initializes a new instance of the class.

public AttributeVectorFriction()

Properties

RadialDynamicsThreshold

Gets or sets the radial dynamics threshold.

public ExpressionValueVariable RadialDynamicsThreshold { get; set; }

Property Value

ExpressionValueVariable

RadialFrictionCoefficient

Gets or sets the radial friction coefficient.

public ExpressionValueVariable RadialFrictionCoefficient { get; set; }

Property Value

ExpressionValueVariable

RadialStaticFrictionCoefficient

Gets or sets the radial static friction coefficient.

public ExpressionValueVariable RadialStaticFrictionCoefficient { get; set; }

Property Value

ExpressionValueVariable

RadialStictionVelocity

Gets or sets the radial stiction velocity.

public ExpressionValueVariable RadialStictionVelocity { get; set; }

Property Value

ExpressionValueVariable

TangentialContactDampingRatio

Gets or sets the tangential contact damping ratio.

public ExpressionValueVariable TangentialContactDampingRatio { get; set; }

Property Value

ExpressionValueVariable

TangentialDynamicsThreshold

Gets or sets the tangential dynamics threshold.

public ExpressionValueVariable TangentialDynamicsThreshold { get; set; }

Property Value

ExpressionValueVariable

TangentialFrictionCoefficient

Gets or sets the tangential friction coefficient.

public ExpressionValueVariable TangentialFrictionCoefficient { get; set; }

Property Value

ExpressionValueVariable

TangentialStaticFrictionCoefficient

Gets or sets the tangential static friction coefficient.

public ExpressionValueVariable TangentialStaticFrictionCoefficient { get; set; }

Property Value

ExpressionValueVariable

TangentialStictionVelocity

Gets or sets the tangential stiction velocity.

public ExpressionValueVariable TangentialStictionVelocity { get; set; }

Property Value

ExpressionValueVariable

Methods

Initialize(ConvertFactor)

Initializes the specified factor.

public override void Initialize(Unit.ConvertFactor factor)

Parameters

factor Unit.ConvertFactor

The factor.

Connect with Ansys