Class BearingStrength
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Bearing Strength
public class BearingStrength : SubEntity, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem
Inherited Members
SubEntity.Initialize(Unit.ConvertFactor),
SubEntity.GetModelNavigatorInformationImpl(XmlDocument, XmlElement, bool),
SubEntity.FixUp(ObjectBase),
SubEntity.WriteTemplateImpl(XmlWriter),
SubEntity.ReadTemplateImpl(XmlReader),
SubEntity.Name,
SubEntity.FullName,
SubEntity.NonSymmetricName,
SubEntity.DisplayName,
SubEntity.IsEnabled,
SubEntity.Comment,
Object
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BearingStrength()
Initializes a new instance of the
public BearingStrength()
Properties
AxialForce
Gets or sets the axial force.
public ExpressionValueVariable AxialForce { get; set; }
Property Value
ExpressionValueVariable
C0r
Gets or sets the basic static load rating.
public ExpressionValueVariable C0r { get; set; }
Property Value
ExpressionValueVariable
C0r_Lib
Gets or sets the basic static load rating.
public ExpressionValueVariable C0r_Lib { get; set; }
Property Value
ExpressionValueVariable
Cleanliness
Gets or sets the a1 type.
public BearingStrength.enCleanlinessISOType Cleanliness { get; set; }
Property Value
BearingStrength.enCleanlinessISOType
CleanlinessGrease
Gets or sets the CleanlinessGrease type.
public BearingStrength.enCleanlinessGreaseType CleanlinessGrease { get; set; }
Property Value
BearingStrength.enCleanlinessGreaseType
CleanlinessNoFilter
Gets or sets the m_CleanlinessNoFilter type.
public BearingStrength.enCleanlinessISONoFilterType CleanlinessNoFilter { get; set; }
Property Value
BearingStrength.enCleanlinessISONoFilterType
ContactAngle
Gets or sets the factor for calculation.
public ExpressionValueVariable ContactAngle { get; set; }
Property Value
ExpressionValueVariable
ContactAngle_Lib
Gets or sets the factor for calculation.
public ExpressionValueVariable ContactAngle_Lib { get; set; }
Property Value
ExpressionValueVariable
Cr
Gets or sets the basic dynamic load rating.
public ExpressionValueVariable Cr { get; set; }
Property Value
ExpressionValueVariable
Cr_Lib
Gets or sets the basic dynamic load rating.
public ExpressionValueVariable Cr_Lib { get; set; }
Property Value
ExpressionValueVariable
L10
Gets or sets the L10.
public ExpressionValueVariable L10 { get; set; }
Property Value
ExpressionValueVariable
Lnm
Gets or sets the Lnm.
public ExpressionValueVariable Lnm { get; set; }
Property Value
ExpressionValueVariable
Lubricant
Gets or sets the Lubricant type.
public BearingStrength.enLubricantType Lubricant { get; set; }
Property Value
BearingStrength.enLubricantType
Pr
Gets or sets the dynamic equivalent radial load.
public ExpressionValueVariable Pr { get; set; }
Property Value
ExpressionValueVariable
RadialForce
Gets or sets the radial force.
public ExpressionValueVariable RadialForce { get; set; }
Property Value
ExpressionValueVariable
Speed
Gets or sets the speed.
public ExpressionValueVariable Speed { get; set; }
Property Value
ExpressionValueVariable
Temperature
Gets or sets the temperature.
public ExpressionValueVariable Temperature { get; set; }
Property Value
ExpressionValueVariable
TireRadius
Gets or sets the tire radius.
public ExpressionValueVariable TireRadius { get; set; }
Property Value
ExpressionValueVariable
UseLibrary
Gets or sets the FromLibrary flag.
public bool UseLibrary { get; set; }
Property Value
UseUserInput
Gets or sets the UserInput flag.
public bool UseUserInput { get; set; }
Property Value
Y
Gets or sets the factor for calculation.
public ExpressionValueVariable Y { get; set; }
Property Value
ExpressionValueVariable
Y_Lib
Gets or sets the factor for calculation.
public ExpressionValueVariable Y_Lib { get; set; }
Property Value
ExpressionValueVariable
a1
Gets or sets the a1 type.
public BearingStrength.ena1Type a1 { get; set; }
Property Value
e
Gets or sets the factor for calculation.
public ExpressionValueVariable e { get; set; }
Property Value
ExpressionValueVariable
e_Lib
Gets or sets the factor for calculation.
public ExpressionValueVariable e_Lib { get; set; }
Property Value
ExpressionValueVariable
f0
Gets or sets the factor for calculation of basic static load rating.
public ExpressionValueVariable f0 { get; set; }
Property Value
ExpressionValueVariable
f0_Lib
Gets or sets the factor for calculation of basic static load rating.
public ExpressionValueVariable f0_Lib { get; set; }
Property Value
ExpressionValueVariable
Methods
OnDeserialization(object)
Called when [deserialization].
protected override void OnDeserialization(object sender)
Parameters
sender object
The sender.