Class PointLoadOnRBE
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Point load on RBE class
public class PointLoadOnRBE : PointEntityOnRBE, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, ISubEntity, IEntityBase, IObjectBase, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, IHasKeyObject, IHasName, IEnabled, IHasComment, INamed, INavigatorItem, IPointLoad, IPointEntity
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, IPointLoad, IPointEntity
Inherited Members
PointEntityOnRBE.ConnectableEntity,
PointEntityOnRBE._ConnectableEntity,
PointEntityOnRBE.Position,
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
PointLoadOnRBE()
Initializes a new instance of the
public PointLoadOnRBE()
PointLoadOnRBE(string)
Initializes a new instance of the
public PointLoadOnRBE(string strName)
Parameters
strName string
Name of the sub entity.
Properties
Direction
Gets the direction.
public VectorBase Direction { get; }
Property Value
VectorBase
ForceX
Gets or sets the force X.
public ExpressionValueVariable ForceX { get; set; }
Property Value
ExpressionValueVariable
ForceY
Gets or sets the force Y.
public ExpressionValueVariable ForceY { get; set; }
Property Value
ExpressionValueVariable
ForceZ
Gets or sets the force Z.
public ExpressionValueVariable ForceZ { get; set; }
Property Value
ExpressionValueVariable
TorqueX
Gets or sets the torque X.
public ExpressionValueVariable TorqueX { get; set; }
Property Value
ExpressionValueVariable
TorqueY
Gets or sets the torque Y.
public ExpressionValueVariable TorqueY { get; set; }
Property Value
ExpressionValueVariable
ZAxis
Gets or sets the start axis.
public DirectionBase ZAxis { get; set; }
Property Value
DirectionBase
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.