Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class ObjectBaseFEColorEvent

Last update: 16.07.2025

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

This class is to represent the color event for fe body.

public class ObjectBaseFEColorEvent : ObjectBaseMeshColorEvent

Inheritance

object ← HistoryEvent ← ObjectBaseMeshColorEventObjectBaseFEColorEvent

Inherited Members

ObjectBaseMeshColorEvent.m_Color, ObjectBaseMeshColorEvent.m_keyObj, ObjectBaseMeshColorEvent.Undo(HistoryEventArgs), ObjectBaseMeshColorEvent.Redo(HistoryEventArgs), ObjectBaseMeshColorEvent.Clear(bool), ObjectBaseMeshColorEvent.GetColor(), ObjectBaseMeshColorEvent.ReplaceColor(Color), 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

ObjectBaseFEColorEvent(object, Color)

public ObjectBaseFEColorEvent(object obOriginal, Color color)

Parameters

obOriginal object

color Color

ObjectBaseFEColorEvent(object)

public ObjectBaseFEColorEvent(object obOriginal)

Parameters

obOriginal object

Methods

GetColor()

protected override Color GetColor()

Returns

Color

ReplaceColor(Color)

protected override void ReplaceColor(Color color)

Parameters

color Color

Connect with Ansys