Class Clearance
Last update: 16.07.2025Namespace: VM.API.Pre
Assembly: VM.API.Pre.dll
This struct represents the clearance
public class Clearance
Inheritance
Derived
ClearanceRevolute, ClearanceTranslational
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Clearance()
Default constructor
public Clearance()
Clearance(ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, bool)
Initializes a new instance of the
public Clearance(ExpressionValueVariable stiffnessCoefficient, ExpressionValueVariable exponentOfPenetration, ExpressionValueVariable maxDampingCoefficient, bool useDampingEffectInVoid)
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.
Properties
ExponentOfPenetration
The value for the exponent of penetration. The default value is 1.5.
public ExpressionValueVariable ExponentOfPenetration { get; set; }
Property Value
ExpressionValueVariable
MaxDampingCoefficient
The value for the max damping coefficient. The default value is 10.
public ExpressionValueVariable MaxDampingCoefficient { get; set; }
Property Value
ExpressionValueVariable
StiffnessCoefficient
The value for the stiffness coefficient. The default value is 350000.
public ExpressionValueVariable StiffnessCoefficient { get; set; }
Property Value
ExpressionValueVariable
UseDampingEffectInVoid
The value for the use damping effect in void. The default value is 'true'.
public bool UseDampingEffectInVoid { get; set; }