Class PropertyBearingAnalytic
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Bearing.Force
Assembly: VMDBearing.dll
This class is to represent the bearing analytic force property.
public class PropertyBearingAnalytic : PropertyBearingBase, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IArgument
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Derived
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IArgument
Inherited Members
PropertyBearingBase.ArgumentType,
PropertyForce.ArgumentType,
PropertyForce.ReferenceType,
Property.Initialize(Unit.ConvertFactor),
Property.PropertyRequestUpdate(object, LinkEventArgs),
Property.OnUpdatePropertyImpl(Property, LinkEventArgs),
Property.GetUnnamedObjectName(object),
Property.FindLocal(string),
Property.Draw(Canvas, TMatrix, TMatrix, bool),
ContainerObject
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PropertyBearingAnalytic()
Initializes a new instance of the
public PropertyBearingAnalytic()
Properties
DampingRatio
Gets or sets the damping ratio.
public ExpressionValueVariable DampingRatio { get; set; }
Property Value
ExpressionValueVariable
FrictionCoefficient
Gets or sets the friction coefficient.
public ExpressionValueVariable FrictionCoefficient { get; set; }
Property Value
ExpressionValueVariable
GapInAxialDirection
Gets or sets the gap in axial direction.
public ExpressionValueVariable GapInAxialDirection { get; set; }
Property Value
ExpressionValueVariable
IsAxial
Gets or sets a value indicating whether this
public bool IsAxial { get; set; }
Property Value
IsRadial
Gets or sets a value indicating whether this
public bool IsRadial { get; set; }
Property Value
Viscosity
Gets or sets the viscosity.
public ExpressionValueVariable Viscosity { get; set; }
Property Value
ExpressionValueVariable
YoungsModulus
Gets or sets the youngs modulus.
public ExpressionValueVariable YoungsModulus { get; set; }
Property Value
ExpressionValueVariable
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.