Class CLoadStandard
Last update: 16.07.2025Namespace: 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 ← FEForceFunction ← FEForceFunctionCLoad ← CLoadStandard
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
Constructors
CLoadStandard(PropertyCLoad)
Initializes a new instance of the
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
CLoadFunctionFX
Gets or sets the translational X coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionFX { get; set; }
Property Value
CLoadFunctionFY
Gets or sets the translational Y coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionFY { get; set; }
Property Value
CLoadFunctionFZ
Gets or sets the translational Z coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionFZ { get; set; }
Property Value
CLoadFunctionTX
Gets or sets the rotational X coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionTX { get; set; }
Property Value
CLoadFunctionTY
Gets or sets the rotational Y coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionTY { get; set; }
Property Value
CLoadFunctionTZ
Gets or sets the rotational Z coordinate among the concentrated load functions.
public CLoadStandard.CLoadFunction CLoadFunctionTZ { get; set; }
Property Value
FunctionFX
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionFX { get; set; }
Property Value
FunctionFY
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionFY { get; set; }
Property Value
FunctionFZ
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionFZ { get; set; }
Property Value
FunctionTX
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionTX { get; set; }
Property Value
FunctionTY
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionTY { get; set; }
Property Value
FunctionTZ
Obsolete.
[Obsolete]
public CLoadStandard.CLoadFunction FunctionTZ { get; set; }
Property Value
Type
Gets the type of function.
public override FEForceFunction.FunctionType Type { get; }
Property Value
Methods
OnDeserialization(object)
Called when [deserialization].
protected override void OnDeserialization(object sender)
Parameters
sender object
The sender.