Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class CleatShape

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

The cleat shape base class

public abstract class CleatShape

Inheritance

objectCleatShape

Derived

RectangleCleat, RectangleWithBevelEdgeCleat, SemicircleCleat, TrapezoidCleat

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

CleatShape()

Initializes a new instance of the class.

public CleatShape()

CleatShape(AnalysisRideDrum)

Initializes a new instance of the class.

public CleatShape(AnalysisRideDrum RideDrum)

Parameters

RideDrum AnalysisRideDrum

The ride drum.

Properties

RideDrum

Gets the ride drum.

public AnalysisRideDrum RideDrum { get; }

Property Value

AnalysisRideDrum

TypeOfCleatShape

Gets the type of cleat shape.

public abstract CleatShapeType TypeOfCleatShape { get; }

Property Value

CleatShapeType

Methods

GetXZData(double)

Gets the XZ data.

public abstract string GetXZData(double dEndTime)

Parameters

dEndTime double

The d end time.

Returns

string

Connect with Ansys