Interface IAddOnBearing
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.CAD
Assembly: VMDGearTrain.dll
Add on bearing interface
public interface IAddOnBearing
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
BearingPoint
Gets or sets the bearing point.
PointBase BearingPoint { get; set; }
Property Value
PointBase
ReferenceOffset
Gets or sets the reference offset.
double ReferenceOffset { get; set; }
Property Value
ReferencePoint
Gets or sets the reference point.
ReferencePointType ReferencePoint { get; set; }
Property Value
TypeOfParent
Gets or sets the type of parent.
GearBuilder.ParentType TypeOfParent { get; set; }