Class PointEntityOnRBE
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Point entity on RBE class
public abstract class PointEntityOnRBE : 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
Derived
PointLoadOnRBE, PowerLoadOnRBE, UnbalanceMassOnRBE
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
PointEntityOnRBE()
Initializes a new instance of the
public PointEntityOnRBE()
PointEntityOnRBE(string)
Initializes a new instance of the
public PointEntityOnRBE(string strName)
Parameters
strName string
Name of the sub entity.
Properties
ConnectableEntity
Gets or sets the connectable entity.
public IConnectable ConnectableEntity { get; set; }
Property Value
IConnectable
Position
Gets the position.
public virtual VectorBase Position { get; }
Property Value
VectorBase
_ConnectableEntity
Gets or sets the _ connectable entity.
public Linker<iconnectable> _ConnectableEntity { get; set; }
Property Value
Linker