Class FrictionContact
Last update: 16.07.2025Namespace: VM.API.Pre
Assembly: VM.API.Pre.dll
This class represents the friction contact
public class FrictionContact : Friction
Inheritance
object ← Friction ← FrictionContact
Inherited Members
Friction.FrictionCoefficient, Friction.StaticFrictionCoefficient, Friction.DynamicsThreshold, Friction.StictionVelocity, Friction.MaxStictionDeformation, Friction.FrictionEffect, Friction.ReactionForce, Friction.BendingMoment
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
FrictionContact()
Default constructor
public FrictionContact()
FrictionContact(ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, EffectType)
Initializes a new instance of the
public FrictionContact(ExpressionValueVariable frictionCoefficient, ExpressionValueVariable staticFrictionCoefficient, ExpressionValueVariable dynamicsThreshold, ExpressionValueVariable stictionVelocity, ExpressionValueVariable maxStictionDeformation, Friction.EffectType frictionEffect)
Parameters
frictionCoefficient ExpressionValueVariable
The friction coefficient.
staticFrictionCoefficient ExpressionValueVariable
The static friction coefficient.
dynamicsThreshold ExpressionValueVariable
The dynamics threshold.
stictionVelocity ExpressionValueVariable
The stiction velocity.
maxStictionDeformation ExpressionValueVariable
The max stiction deformation.
frictionEffect Friction.EffectType
The friction effect.