Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class CLoadStandard

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.FE.Force
Assembly: VMFE.dll

This class is to represent the concentrated load charactoristic properties of standard type.

public class CLoadStandard : FEForceFunctionCLoad, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← FEForceFunctionFEForceFunctionCLoadCLoadStandard

Implements

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

Inherited Members

FEForceFunctionCLoad.OnDeserialization(object), FEForceFunctionCLoad._CLoadReferenceMarker, FEForceFunctionCLoad.CLoadReferenceMarker, FEForceFunctionCLoad.ReferenceMarker, FEForceFunction.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.IsSerializableEvent(Delegate), LinkContainer.CustomGetObjectData(SerializationInfo, StreamingContext), LinkContainer.GetSerializedData(SerializationInfo, StreamingContext), LinkContainer.LinkRequestUpdating(object, LinkEventArgs), LinkContainer.LinkRequestUpdate(object, LinkEventArgs), LinkContainer.LinkRequestDestroying(object, LinkEventArgs), LinkContainer.LinkRequestDestroy(object, LinkEventArgs), LinkContainer.LinkAddedToDocument(object, AddToDocEventArgs), LinkContainer.LinkRemovedFromDocument(object, RemoveFromDocEventArgs), LinkContainer.OnLinkReserved(ILink, object, EventArgs), LinkContainer.CanBeDestroy(object), LinkContainer.DisposeManagedResources(), LinkContainer.SetContainer(IOwned, bool), LinkContainer.OnChildUpdated(object, LinkEventArgs), LinkContainer.OnContainerDestroy(object, LinkEventArgs), LinkContainer.OnDeserialization(object), LinkContainer.Verify(VerifiedResult), LinkContainer.GetCopy(object), LinkContainer.Dispose(bool), LinkContainer.ClearChildInfoBeforeDeserialize, LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, LinkableBase.OnDeserialization(object), ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), 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

CLoadStandard(PropertyCLoad)

Initializes a new instance of the class.

public CLoadStandard(PropertyCLoad objParent)

Parameters

objParent PropertyCLoad

The owner propery.

Properties

CLoadDirectionType

Gets or sets the type of direction.

public CLoadStandard.DirectionType CLoadDirectionType { get; set; }

Property Value

CLoadStandard.DirectionType

CLoadFunctionFX

Gets or sets the translational X coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionFX { get; set; }

Property Value

CLoadStandard.CLoadFunction

CLoadFunctionFY

Gets or sets the translational Y coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionFY { get; set; }

Property Value

CLoadStandard.CLoadFunction

CLoadFunctionFZ

Gets or sets the translational Z coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionFZ { get; set; }

Property Value

CLoadStandard.CLoadFunction

CLoadFunctionTX

Gets or sets the rotational X coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionTX { get; set; }

Property Value

CLoadStandard.CLoadFunction

CLoadFunctionTY

Gets or sets the rotational Y coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionTY { get; set; }

Property Value

CLoadStandard.CLoadFunction

CLoadFunctionTZ

Gets or sets the rotational Z coordinate among the concentrated load functions.

public CLoadStandard.CLoadFunction CLoadFunctionTZ { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionFX

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionFX { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionFY

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionFY { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionFZ

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionFZ { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionTX

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionTX { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionTY

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionTY { get; set; }

Property Value

CLoadStandard.CLoadFunction

FunctionTZ

Obsolete.

[Obsolete]
public CLoadStandard.CLoadFunction FunctionTZ { get; set; }

Property Value

CLoadStandard.CLoadFunction

Type

Gets the type of function.

public override FEForceFunction.FunctionType Type { get; }

Property Value

FEForceFunction.FunctionType

Methods

OnDeserialization(object)

Called when [deserialization].

protected override void OnDeserialization(object sender)

Parameters

sender object

The sender.

Connect with Ansys