Class CleatShape
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The cleat shape base class
public abstract class CleatShape
Inheritance
Derived
RectangleCleat, RectangleWithBevelEdgeCleat, SemicircleCleat, TrapezoidCleat
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
CleatShape()
Initializes a new instance of the
public CleatShape()
CleatShape(AnalysisRideDrum)
Initializes a new instance of the
public CleatShape(AnalysisRideDrum RideDrum)
Parameters
RideDrum AnalysisRideDrum
The ride drum.
Properties
RideDrum
Gets the ride drum.
public AnalysisRideDrum RideDrum { get; }
Property Value
TypeOfCleatShape
Gets the type of cleat shape.
public abstract CleatShapeType TypeOfCleatShape { get; }
Property Value
Methods
GetXZData(double)
Gets the XZ data.
public abstract string GetXZData(double dEndTime)
Parameters
dEndTime double
The d end time.