Class PropertyHDBearing
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Property Hydro Dynamic Bearing
public class PropertyHDBearing : Property, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inherited Members
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
PropertyHDBearing()
Initializes a new instance of the
public PropertyHDBearing()
Properties
AnalysisMethod
Gets or sets the type of the analysis method. Use SetAnalysisMethod() when this instance sets for undo/redo
public PropertyHDBearing.AnalysisMethodType AnalysisMethod { get; set; }
Property Value
PropertyHDBearing.AnalysisMethodType
Color
Gets or sets the color. Use SetColor() when this instance sets for undo/redo
public string Color { get; set; }
Property Value
ContactInfo
Gets or sets the the contact info.
public HDBContact ContactInfo { get; set; }
Property Value
DrawingColor
Gets the color of the drawing.
public Color DrawingColor { get; }
Property Value
HDBearingFilePath
HDBearingFilePath
public string HDBearingFilePath { get; set; }
Property Value
InnerGeomInfo
Gets or sets the inner geom information.
public HDBGeometryInfo InnerGeomInfo { get; set; }
Property Value
OuterGeomInfo
Gets or sets the outer geom information.
public HDBGeometryInfo OuterGeomInfo { get; set; }