Class BodyShoe
Last update: 16.07.2025Namespace: VM.Managed.CAD.Track
Assembly: VMDTrackBase.dll
The Track shoe body class
public class BodyShoe : Body, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IReferencable, ITransformable, INavigatorItem, IContainer, ILinkContainer, IOwned, IHasID, IVisible, IMultiChangable, IEnabled, ITransparentable, IPartMarkerParent, IDrawFacet, IPostDeserialized
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IReferencable, ITransformable, INavigatorItem, IContainer, ILinkContainer, IOwned, IHasID, IVisible, IMultiChangable, IEnabled, ITransparentable, IPartMarkerParent, IDrawFacet, IPostDeserialized
Inherited Members
Body.g_dAccuracyForMassCalculate,
Body.g_dAccuracyForCADImportMassCalculate,
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool, double, bool),
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool, bool, double),
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool, double),
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool, bool),
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool),
Body.CalculateMassProperty(ref double, ref double, ref TMatrix, ref double[], ref bool, double, double, bool),
Body.CalculateMassPropertyForAssembly(ref double, ref double, ref TMatrix, ref double[], ref bool, double),
Body.GetPointAndDirection(ref VectorBase, ref VectorBase),
Body.GetDefaultMaxPenetration(ref double),
Body.SetColor(Color),
Body.GetColor(),
Body.SetTransparency(double),
Body.AddBodyCreatedList(),
Body.ResetBuildInfo(string),
Body.GetFacetInfo(ref VectorBase[], ref int[]),
Body.LinkRequestUpdate(object, LinkEventArgs),
Body.Initialize(Unit.ConvertFactor),
Body.FixUp(ObjectBase),
Body.DoWorkAfterUpdateContents(),
Body.CheckValidationAboutBuild(string),
Body.DrawFacet(Canvas),
Body.DrawFacetByDefaultParameters(Canvas),
Body.SetGeometryRepresentation(string, string, bool),
Body.DrawFacetInGlobal(Canvas),
Body.ReDrawChangeFacet(),
Body.Find(string),
Body.FindLocal(string),
Body.GetUnnamedObjectName(object),
Body.GetNewEntityName(string, bool, int, int),
Body.GetNewEntityName(string, bool, int),
Body.GetNewEntityName(string),
Body.PostRemoveFromDocument(Document),
Body.HighlightBuilder(),
Body.GetFacesInfo_NormalAndCenterPt(List
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BodyShoe()
Initializes a new instance of the
public BodyShoe()
BodyShoe(Builder)
Initializes a new instance of the
public BodyShoe(Builder builder)
Parameters
builder Builder
The Link or Shoe builder
Methods
CheckValidationAboutBuild(string)
public override bool CheckValidationAboutBuild(string strXml)
Parameters
strXml string
Returns
GetFaceList_ShoeGrouser()
Gets the tread faces.
public List<face> GetFaceList_ShoeGrouser()
Returns
The list of face
LinkRequestUpdate(object, LinkEventArgs)
Links the request update.
protected override void LinkRequestUpdate(object objNotifier, LinkEventArgs arg)
Parameters
objNotifier object
The obj notifier.
arg LinkEventArgs
The
ReGenerateBodyInformation(XmlDocument)
Sets body information
public BodyShoe ReGenerateBodyInformation(XmlDocument dom)
Parameters
dom XmlDocument
The data xml of roller
Returns
Cad body of shoe
RebuildGeometry(object, LinkEventArgs)
Rebuild geometry.
protected override void RebuildGeometry(object objBuilder, LinkEventArgs args)
Parameters
objBuilder object
The builder.
args LinkEventArgs
The event handler.