Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class VectorForceStandard

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Force
Assembly: VMDFP.dll

This class is to represent the vector force charactoristic properties of standard type.

public sealed class VectorForceStandard : VectorForceFunction, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← VectorForceFunctionVectorForceStandard

Implements

IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inherited Members

VectorForceFunction.WriteTemplate(XmlWriter), VectorForceFunction.ReadTemplate(XmlReader), VectorForceFunction._ReferenceMarker, VectorForceFunction.ReferenceMarker, VectorForceFunction.IsUseRM, VectorForceFunction.Type, LinkContainer.SetModified(), LinkContainer.raise_OnUpdating(object, LinkEventArgs), LinkContainer.raise_OnUpdate(object, LinkEventArgs), LinkContainer.raise_OnDestroying(object, LinkEventArgs), LinkContainer.raise_OnDestroy(object, LinkEventArgs), LinkContainer.raise_OnAdded(object, AddToDocEventArgs), LinkContainer.raise_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.SetContainer(IOwned, bool), LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

VectorForceStandard()

Initializes a new instance of the class.

public VectorForceStandard()

VectorForceStandard(PropertyVector)

Initializes a new instance of the class.

public VectorForceStandard(PropertyVector owner)

Parameters

owner PropertyVector

The owner vector force property.

Properties

FunctionFX

Gets or sets the vector function FX.

public VectorForceStandard.VectorFunction FunctionFX { get; set; }

Property Value

VectorForceStandard.VectorFunction

FunctionFY

Gets or sets the vector function FY.

public VectorForceStandard.VectorFunction FunctionFY { get; set; }

Property Value

VectorForceStandard.VectorFunction

FunctionFZ

Gets or sets the vector function FZ.

public VectorForceStandard.VectorFunction FunctionFZ { get; set; }

Property Value

VectorForceStandard.VectorFunction

FunctionTX

Gets or sets the vector function TX.

public VectorForceStandard.VectorFunction FunctionTX { get; set; }

Property Value

VectorForceStandard.VectorFunction

FunctionTY

Gets or sets the vector function TY.

public VectorForceStandard.VectorFunction FunctionTY { get; set; }

Property Value

VectorForceStandard.VectorFunction

FunctionTZ

Gets or sets the vector function TZ.

public VectorForceStandard.VectorFunction FunctionTZ { get; set; }

Property Value

VectorForceStandard.VectorFunction

Type

Gets the function type.

public override VectorForceFunction.FunctionType Type { get; }

Property Value

VectorForceFunction.FunctionType

Methods

OnDeserialization(object)

Called when [deserialization].

protected override void OnDeserialization(object sender)

Parameters

sender object

The sender.

ReadTemplate(XmlReader)

Reads the template.

public override void ReadTemplate(XmlReader reader)

Parameters

reader XmlReader

The reader.

WriteTemplate(XmlWriter)

Writes the template.

public override void WriteTemplate(XmlWriter writer)

Parameters

writer XmlWriter

The writer.

Connect with Ansys