Class ClearanceTranslational
Last update: 16.07.2025Namespace: VM.API.Pre
Assembly: VM.API.Pre.dll
This struct represents the translational clearance
public class ClearanceTranslational : Clearance
Inheritance
object ← Clearance ← ClearanceTranslational
Inherited Members
Clearance.StiffnessCoefficient, Clearance.ExponentOfPenetration, Clearance.MaxDampingCoefficient, Clearance.UseDampingEffectInVoid
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ClearanceTranslational()
Default constructor
public ClearanceTranslational()
ClearanceTranslational(ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, bool, ExpressionValueVariable, ExpressionValueVariable)
Initializes a new instance of the
public ClearanceTranslational(ExpressionValueVariable stiffnessCoefficient, ExpressionValueVariable exponentOfPenetration, ExpressionValueVariable maxDampingCoefficient, bool useDampingEffectInVoid, ExpressionValueVariable xClearance, ExpressionValueVariable yClearance)
Parameters
stiffnessCoefficient ExpressionValueVariable
The stiffness coefficient.
exponentOfPenetration ExpressionValueVariable
The exponent of penetration.
maxDampingCoefficient ExpressionValueVariable
The max damping coefficient.
useDampingEffectInVoid bool
The use damping effect in void.
xClearance ExpressionValueVariable
The x clearance.
yClearance ExpressionValueVariable
The y clearance.
Properties
XClearance
The value for the x clearance. The default value is 0.1.
public ExpressionValueVariable XClearance { get; set; }
Property Value
ExpressionValueVariable
YClearance
The value for the y clearance. The default value is 0.1.
public ExpressionValueVariable YClearance { get; set; }
Property Value
ExpressionValueVariable