Class PointLoad
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Point Load
public class PointLoad : PointEntityOnShaftSet, 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
PointEntityOnShaftSet.Initialize(Unit.ConvertFactor),
PointEntityOnShaftSet.OnDeserialization(object),
PointEntityOnShaftSet.SetReferenceOffset(double),
PointEntityOnShaftSet.SetTypeOfReference(PointEntityOnShaftSet.ReferenceType),
PointEntityOnShaftSet.ReferenceOffset,
PointEntityOnShaftSet.TypeOfReference,
PointEntityOnShaftSet.Position,
PointEntityOnShaftSet.OffsetToAxisDirection,
PointEntityOnShaftSet.Width,
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
PointLoad()
Initializes a new instance of the
public PointLoad()
PointLoad(string)
Initializes a new instance of the
public PointLoad(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
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.