Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class ShoeDataParametric

Last update: 16.07.2025

Namespace: VM.Managed.CAD.Track
Assembly: VMDTrackBase.dll

The abstract class for parametric shoe data.

public abstract class ShoeDataParametric : ShoeDataBase, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable

Inheritance

object ← ObservableObject ← LinkableBase ← LinkContainer ← ShoeDataBaseShoeDataParametric

Derived

ShoeDataDouble, ShoeDataSingle, ShoeDataTriple

Implements

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

Inherited Members

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(object, LinkPropertyType)

Constructors

ShoeDataParametric()

Initializes a new instance of the class.

public ShoeDataParametric()

ShoeDataParametric(IOwned)

Initializes a new instance of the class.

public ShoeDataParametric(IOwned owner)

Parameters

owner IOwned

The owner object.

Properties

FirstGH

Gets and sets height of first grouser .

public ExpressionValueVariable FirstGH { get; set; }

Property Value

ExpressionValueVariable

FirstGLW

Gets and sets lower width of first grouser.

public ExpressionValueVariable FirstGLW { get; set; }

Property Value

ExpressionValueVariable

FirstGUW

Gets and sets upper width of first grouser

public ExpressionValueVariable FirstGUW { get; set; }

Property Value

ExpressionValueVariable

LDP1

Gets and sets longitudinal distance from reference position to p1.

public ExpressionValueVariable LDP1 { get; set; }

Property Value

ExpressionValueVariable

LDP2

Gets and sets longitudinal distance from reference position to p2.

public ExpressionValueVariable LDP2 { get; set; }

Property Value

ExpressionValueVariable

LDQ1

Gets and sets longitudinal distance from reference position to q1.

public ExpressionValueVariable LDQ1 { get; set; }

Property Value

ExpressionValueVariable

PlateHeight

Gets and sets plate thickness

public ExpressionValueVariable PlateHeight { get; set; }

Property Value

ExpressionValueVariable

RP1

Gets and sets arc radius with respect to p1.

public ExpressionValueVariable RP1 { get; set; }

Property Value

ExpressionValueVariable

RP2

Gets and sets arc radius with respect to p2.

public ExpressionValueVariable RP2 { get; set; }

Property Value

ExpressionValueVariable

RQ1

Gets and sets arc radius with respect to q1.

public ExpressionValueVariable RQ1 { get; set; }

Property Value

ExpressionValueVariable

ShoeDistance1

Gets and sets longitudinal distance from reference position to first grouser center.

public ExpressionValueVariable ShoeDistance1 { get; set; }

Property Value

ExpressionValueVariable

ShoeLength

Gets and sets shoe length from reference position to head.

public ExpressionValueVariable ShoeLength { get; set; }

Property Value

ExpressionValueVariable

VDP1

Gets and sets vertical distance from reference position to p1.

public ExpressionValueVariable VDP1 { get; set; }

Property Value

ExpressionValueVariable

VDP2

Gets and sets vertical distance from reference position to p2.

public ExpressionValueVariable VDP2 { get; set; }

Property Value

ExpressionValueVariable

VDQ1

Gets and sets vertical distance from reference position to q1.

public ExpressionValueVariable VDQ1 { get; set; }

Property Value

ExpressionValueVariable

Methods

GetPoints_XYPlane()

Gets the profile data of shoe.

public virtual List<vectorbase> GetPoints_XYPlane()

Returns

List

The Points

Validation()

Checks the validation .

public override void Validation()

Connect with Ansys