Class SemicircleCleat
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The semi-circle cleat shape class
public class SemicircleCleat : CleatShape
Inheritance
object ← CleatShape ← SemicircleCleat
Inherited Members
CleatShape.GetXZData(double), CleatShape.TypeOfCleatShape, CleatShape.RideDrum
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SemicircleCleat()
Initializes a new instance of the
public SemicircleCleat()
SemicircleCleat(AnalysisRideDrum)
Initializes a new instance of the
public SemicircleCleat(AnalysisRideDrum RideDrum)
Parameters
RideDrum AnalysisRideDrum
The ride drum.
Properties
Radius
Gets or sets the radius.
public double Radius { get; set; }
Property Value
TypeOfCleatShape
Gets the type of cleat shape.
public override CleatShapeType TypeOfCleatShape { get; }
Property Value
Methods
GetXZData(double)
Gets the XZ data.
public override string GetXZData(double dEndTime)
Parameters
dEndTime double
The d end time.