Class PropertyActuatorRotatingMass
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Linear
Assembly: VMDLinear.dll
This class is to represent to rotating mass actuator.
public class PropertyActuatorRotatingMass : PropertyActuator, 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
PropertyActuator.Initialize(Unit.ConvertFactor),
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
PropertyActuatorRotatingMass()
Initializes a new instance of the
public PropertyActuatorRotatingMass()
Properties
Input
Gets or sets the input.
public InputType Input { get; set; }
Property Value
Mass
Gets or sets the mass.
public ExpressionValueVariable Mass { get; set; }
Property Value
ExpressionValueVariable
NormalOffset
Gets or sets the normal offset.
public ExpressionValueVariable NormalOffset { get; set; }
Property Value
ExpressionValueVariable
RadialOffset
Gets or sets the radial offset.
public ExpressionValueVariable RadialOffset { 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.