Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class NodalBodyUpdatePositionEvent

Last update: 16.07.2025

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

This class is to represent the FE Import event.

public class NodalBodyUpdatePositionEvent : HistoryEvent

Inheritance

object ← HistoryEvent ← NodalBodyUpdatePositionEvent

Inherited Members

HistoryEvent.ClearEvent(bool), HistoryEvent.Undo(HistoryEventArgs), HistoryEvent.Redo(HistoryEventArgs), HistoryEvent.Clear(bool), HistoryEvent.BeforeUndo(HistoryEventArgs), HistoryEvent.AfterUndo(HistoryEventArgs), HistoryEvent.BeforeRedo(HistoryEventArgs), HistoryEvent.AfterRedo(HistoryEventArgs), HistoryEvent.BeforeAdded(AddToHistoryManagerEventArgs), HistoryEvent.AfterAdded(HistoryEventArgs), HistoryEvent.IsValid

Extension Methods

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

Constructors

NodalBodyUpdatePositionEvent(object, NodeInformation[], ElementInformation[])

public NodalBodyUpdatePositionEvent(object obj, NodalBody.NodeInformation[] arNodeInfo, NodalBody.ElementInformation[] arElementInfo)

Parameters

obj object

arNodeInfo NodalBody.NodeInformation[]

arElementInfo NodalBody.ElementInformation[]

Methods

Clear(bool)

public override void Clear(bool bReserveReferenceCount)

Parameters

bReserveReferenceCount bool

Redo(HistoryEventArgs)

public override void Redo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

Undo(HistoryEventArgs)

public override void Undo(HistoryEventArgs args)

Parameters

args HistoryEventArgs

Connect with Ansys