Class ShoeDataSingle
Last update: 16.07.2025Namespace: VM.Managed.CAD.Track
Assembly: VMDTrackBase.dll
The class for single shoe data.
public class ShoeDataSingle : ShoeDataParametric, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← ShoeDataBase ← ShoeDataParametric ← ShoeDataSingle
Implements
IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable
Inherited Members
ShoeDataParametric.Validation(), ShoeDataParametric.GetPoints_XYPlane(), ShoeDataParametric.ShoeLength, ShoeDataParametric.PlateHeight, ShoeDataParametric.VDP1, ShoeDataParametric.LDP1, ShoeDataParametric.RP1, ShoeDataParametric.VDP2, ShoeDataParametric.LDP2, ShoeDataParametric.RP2, ShoeDataParametric.VDQ1, ShoeDataParametric.LDQ1, ShoeDataParametric.RQ1, ShoeDataParametric.ShoeDistance1, ShoeDataParametric.FirstGH, ShoeDataParametric.FirstGUW, ShoeDataParametric.FirstGLW, ShoeDataBase.Update_IDesignPointDataBecauseOfObjectControl(TMatrix), ShoeDataBase.Update_DesignPointWhenUpdatedDV(), ShoeDataBase.Validation(), ShoeDataBase.GetFactorForLength(), ShoeDataBase.LinkRequestUpdate(object, LinkEventArgs), ShoeDataBase.ShoeWidth, ShoeDataBase.StartNode, ShoeDataBase.EndNode, ShoeDataBase.LengthSegment, ShoeDataBase.DepthSegment, ShoeDataBase.IsApplyToFileProperty, ShoeDataBase.LDForShoeCombination, ShoeDataBase.PositionForShoeCombination, 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
ShoeDataSingle()
Initializes a new instance of the
public ShoeDataSingle()
ShoeDataSingle(IOwned)
Initializes a new instance of the
public ShoeDataSingle(IOwned owner)
Parameters
owner IOwned
The owner object.
Properties
LDQ2
Gets and sets longitudinal distance from reference position to q2.
public ExpressionValueVariable LDQ2 { get; set; }
Property Value
ExpressionValueVariable
RQ2
Gets and sets arc radius with respect to q2.
public ExpressionValueVariable RQ2 { get; set; }
Property Value
ExpressionValueVariable
VDQ2
Gets and sets vertical distance from reference position to q2.
public ExpressionValueVariable VDQ2 { get; set; }
Property Value
ExpressionValueVariable
Methods
GetPoints_XYPlane()
Gets the profile data of shoe.
public override List<vectorbase> GetPoints_XYPlane()
Returns
The Points
Validation()
Checks the validation .
public override void Validation()