Class Leaf
Last update: 16.07.2025Namespace: VM.Models.Pre.Force
Assembly: VM.Models.Pre.Force.dll
This class is to represent the Leaf.
public class Leaf : LinkContainer, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← Leaf
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
Constructors
Leaf()
Initializes a new instance of the
public Leaf()
Properties
ContactStiffness
Gets or sets the contact stiffness.
public ExpressionValueVariable ContactStiffness { get; set; }
Property Value
ExpressionValueVariable
ContactStiffnessScale
Gets or sets the contact stiffness scale.
public ExpressionValueVariable ContactStiffnessScale { get; set; }
Property Value
ExpressionValueVariable
DampingCoefficient
Gets or sets the damping coefficient.
public ExpressionValueVariable DampingCoefficient { get; set; }
Property Value
ExpressionValueVariable
FrontContactPointCount
Gets or sets the front contact point count.
public int FrontContactPointCount { get; set; }
Property Value
FrontElementCount
Gets or sets the front element count.
public int FrontElementCount { get; set; }
Property Value
FrontLength
Gets or sets the front length.
public double FrontLength { get; set; }
Property Value
LinkMaterial
Gets or sets the material.
public Linker<imaterial> LinkMaterial { get; set; }
Property Value
Linker
Material
Gets or sets the material.
public IMaterial Material { get; set; }
Property Value
IMaterial
MaterialName
Gets the material name.
public string MaterialName { get; }
Property Value
OffsetZ
Gets or sets the offset Z.
public ExpressionValueVariable OffsetZ { get; set; }
Property Value
ExpressionValueVariable
Profiles
Gets or sets the profiles.
public LeafSpringProfile[] Profiles { get; set; }
Property Value
RearContactPointCount
Gets or sets the rear contact point count.
public int RearContactPointCount { get; set; }
Property Value
RearElementCount
Gets or sets the rear element count.
public int RearElementCount { get; set; }
Property Value
RearLength
Gets or sets the rear length.
public double RearLength { get; set; }
Property Value
Width
Gets or sets the width.
public ExpressionValueVariable Width { get; set; }
Property Value
ExpressionValueVariable
Methods
GetLeafInfo()
Convert to
public LeafInfo GetLeafInfo()
Returns
LeafInfo
The LeafInfo instance.
OnDeserialization(object)
Called when [deserialization].
protected override void OnDeserialization(object sender)
Parameters
sender object
The sender.
RaisePropertyChanged(string)
public override void RaisePropertyChanged(string propertyName)
Parameters
propertyName string