Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class BodyPropertyBase.InitialVelocity

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll

This class is to represent the initial velocity

public class BodyPropertyBase.InitialVelocity : LinkContainer, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← BodyPropertyBase.InitialVelocity

Implements

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

Inherited Members

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

InitialVelocity()

Initializes a new instance of the class.

public InitialVelocity()

InitialVelocity(BodyPropertyBase)

Initializes a new instance of the class.

public InitialVelocity(BodyPropertyBase owner)

Parameters

owner BodyPropertyBase

The owner body property base.

Properties

IsUseRotRM

Gets or sets a value indicating whether this instance use rotational reference marker.

public bool IsUseRotRM { get; set; }

Property Value

bool

IsUseRotVelocity

Gets or sets a value indicating whether this instance use rotational velocity.

public bool IsUseRotVelocity { get; set; }

Property Value

bool

IsUseTraRM

Gets or sets a value indicating whether this instance use translational reference marker.

public bool IsUseTraRM { get; set; }

Property Value

bool

IsUseTraVelocity

Gets or sets a value indicating whether this instance use translational velocity.

public bool IsUseTraVelocity { get; set; }

Property Value

bool

RotReferenceMarker

Obsolete

[Obsolete]
public Marker RotReferenceMarker { get; set; }

Property Value

Marker

RotX

Gets or sets the rotational x direction.

public ExpressionValueVariable RotX { get; set; }

Property Value

ExpressionValueVariable

RotY

Gets or sets the rotational y direction.

public ExpressionValueVariable RotY { get; set; }

Property Value

ExpressionValueVariable

RotZ

Gets or sets the rotational z direction.

public ExpressionValueVariable RotZ { get; set; }

Property Value

ExpressionValueVariable

RotationnalReferenceMarker

Gets or sets the rotational reference marker.

public IMarker RotationnalReferenceMarker { get; set; }

Property Value

IMarker

TraReferenceMarker

Obsolete

[Obsolete]
public Marker TraReferenceMarker { get; set; }

Property Value

Marker

TraX

Gets or sets the translational x direction.

public ExpressionValueVariable TraX { get; set; }

Property Value

ExpressionValueVariable

TraY

Gets or sets the translational y direction.

public ExpressionValueVariable TraY { get; set; }

Property Value

ExpressionValueVariable

TraZ

Gets or sets the translational z direction.

public ExpressionValueVariable TraZ { get; set; }

Property Value

ExpressionValueVariable

TranslationalReferenceMarker

Gets or sets the translational reference marker.

public IMarker TranslationalReferenceMarker { get; set; }

Property Value

IMarker

_RotationnalReferenceMarker

Gets or sets the rotational reference marker.

public Linker<imarker> _RotationnalReferenceMarker { get; set; }

Property Value

Linker

_TranslationalReferenceMarker

Gets or sets the translational reference marker.

public Linker<imarker> _TranslationalReferenceMarker { get; set; }

Property Value

Linker

Methods

OnDeserialization(object)

Called when [deserialization].

protected override void OnDeserialization(object sender)

Parameters

sender object

The sender.

Connect with Ansys