Class PropertyBearingJournal
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Bearing.Force
Assembly: VMDBearing.dll
This class is to represent the bearing journal force property.
public class PropertyBearingJournal : PropertyBearingAnalytic, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IArgument
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IArgument
Inherited Members
PropertyBearingAnalytic.Initialize(Unit.ConvertFactor),
PropertyBearingAnalytic.Viscosity,
PropertyBearingAnalytic.IsRadial,
PropertyBearingAnalytic.IsAxial,
PropertyBearingAnalytic.YoungsModulus,
PropertyBearingAnalytic.DampingRatio,
PropertyBearingAnalytic.FrictionCoefficient,
PropertyBearingAnalytic.GapInAxialDirection,
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
PropertyBearingJournal()
Initializes a new instance of the
public PropertyBearingJournal()
Properties
BearingRadius
Gets or sets the bearing radius.
public ExpressionValueVariable BearingRadius { get; set; }
Property Value
ExpressionValueVariable
BearingWidth
Gets or sets the width of the bearing.
public ExpressionValueVariable BearingWidth { get; set; }
Property Value
ExpressionValueVariable
ReferenceType
Gets the type of the reference.
public override string ReferenceType { get; }
Property Value
ShaftRadius
Gets or sets the shaft radius.
public ExpressionValueVariable ShaftRadius { get; set; }
Property Value
ExpressionValueVariable
TorqueWeigth
Gets or sets the bearing radius.
public ExpressionValueVariable TorqueWeigth { 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.